SC - Set Communications Parameters
Syntax:
sc <speed,length_parity> [ RETURN ]
The Set Communications Parameters command is used to set the communications link speed, character length, and parity on the serial port. The default setting is 9600 baud, 8 bit, no parity. In the syntax above, sc is the command, speed is the link speed, and Iength_parity are the character length and parity.
The options for speed and length_parity are:
■speed - 300, 600, 1200, 2400, 4800, 9600, or 19200 baud (trailing zeros maybe omitted, meaning you may enter sc 24 for 2400 baud)
■length_parity
➤8N - 8 bits no parity
➤7N - 7 bits no parity
➤7E - 7 bits even parity
➤7O - 7 bits odd parity
If either speed or length_parity are omitted, the current entry is left unchanged.
Sample Command and Response:
> sc 1200,7E
08/14/90 13:48:21 Comms Params Changed to 1200/7E