write
Write data to serial device
Description
write(
writes data to the serial device.myserialdevice
,data
)
The write
method stops when it finishes writing the specified
data to the device, or when the timeout period elapses.
write(
writes data to the serial device and specifies precision.myserialdevice
,data
,precision
)