system.serial.writeBytes
Description
Write a byte[] to a serial port.
Syntax
system.serial. writeBytes( port, toWrite )
-
Parameters
String port - The previously configured serial port to use.
byte[] toWrite - The byte[] to write.
-
Returns
nothing
-
Scope
All
Code Examples
There are no examples associated with this scripting function.