| GETBAUD | Get RS-232 port baud rate |
Syntax
GETBAUD, <port
address>
Processor responds with the
following
RS232 port baud rate on port
<port address> is <baud rate>
| Parameter | Description | Format |
| port address (optional) | the port address the request is for | pp:ll:aaa (see RS232 Port Addressing) This parameter is optional. If omitted, the request will default to the port that receives the command |
| baud rate | the RS-232 port baud rate | the processor will respond with
one of the following 300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200 |
Description
Requests the RS-232 port baud rate
setting for an RS232 port in the system.
Example
Get RS-232 port baud rate for the
port you are connected to
L232> GETBAUD
RS232 port baud rate on port 01:03:001
is 115200
Example
Get RS-232 port baud rate for link 7
on processor 2
L232> GETBAUD, 2:7:1
RS232 port baud rate on port 02:07:001
is 115200
See Also
SETBAUD
- Set RS-232 port baud rate