menu
usb_serial_communication package
documentation
usb_serial_communication_platform_interface.dart
USBSerialCommunicationPlatform
setRTS method
setRTS method
dark_mode
light_mode
setRTS
method
Future
<
void
>
setRTS
(
bool
set
)
Implementation
Future<void> setRTS(bool set) { throw UnimplementedError('setRTS() has not been implemented.'); }
usb_serial_communication package
documentation
usb_serial_communication_platform_interface
USBSerialCommunicationPlatform
setRTS method
USBSerialCommunicationPlatform class