system.serial.write
Description
Write a String to a serial port using the platforms default character encoding.
Syntax
system.serial. write( port, toWrite )
-
Parameters
String port - The previously configured serial port to use.
String toWrite - The String to write.
-
Returns
nothing
-
Scope
All
Code Examples
There are no examples associated with this scripting function.