setDTR method
Sets or clears the DTR port to value dtr
.
Implementation
Future<void> setDTR(bool dtr) async {
return await _channel.invokeMethod("setDTR", {"value": dtr});
}
Sets or clears the DTR port to value dtr
.
Future<void> setDTR(bool dtr) async {
return await _channel.invokeMethod("setDTR", {"value": dtr});
}