menu
dart_modbus package
documentation
modbus.dart
SerialPort
write abstract method
write abstract method
dark_mode
light_mode
write
abstract method
Future
<
void
>
write
(
Uint8List
data
)
Write data to the serial port
Implementation
Future<void> write(Uint8List data);
dart_modbus package
documentation
modbus
SerialPort
write abstract method
SerialPort class