USA57 Revision
1.2
43
Command:
b Baud
Rate
Type:
Communication Command
Syntax: b
n
Range:
n = 9570: 9570 bps
19200: 19200 bps
38400: 38400 bps
Initial Value:
9570
Description:
Sets the baud rate. This command is usually stored in program zero, which is
executed on power up
Example:
/1
b
19200R<CR>
“/”
Is the start character. Lets Accuriss know that a command string will follow.
“1”
Is the device address, (this is preset at the factory).
“b19200” Sets the baud rate to 19200 bps
“R”
Instructs Accuriss to run the command(s) that are in the communication buffer.
“<CR>” Tells Accuriss that the command string is complete and causes the command to
be executed since an R is included in the command string.