|
|
|
|
Functions
MioScript Reference
|
|
Syntax
Parameters
| INT | byte | Number between 0 and 255 (byte) to be send to the device via RS-232. |
Return value
| Returns true if success, false otherwise. |
Description
Sends a byte to a device.
A COM port must be opened with RS232.open. |
MioScript Sample Code
RS232.open("COM1")
RS232.send(255) |
|
|
|