Syntax:
set {port} to {baudrate} {databits} {stopbits} n/e/o/m/s
Keyword handler:
net.eclecity.linguist.comms.keyword.CommsKSet.class
Runtime handler(s):
net.eclecity.linguist.comms.handler.CommsHSet.class
Function:
This command sets the communications parameters of a port. Valid values are as follows:
{databits} can be 5, 6, 7 or 8.
{stopbits} can be 1, 1.5 or 2.
The final single letter parameter specifies the type of parity required.
Example(s):
set COM2 to 9600 8 1 n