Back Previous Next


Linguist comms package - set

Syntax:

   set {port} to {baudrate} {databits} {stopbits} n/e/o/m/s

Keyword handler:

   linguist.comms.keyword.CKSet.class

Runtime handler(s):

   linguist.comms.handler.CHSet.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


Back Previous Next