Selects the baud rate. The following different baud rates can be chosen:
Value |
Data type |
Meaning |
---|---|---|
Baud rate_96 / 0 |
BYTE |
9600 Baud |
Baud rate_19_2 / 1 |
BYTE |
93.75 kBaud |
Baud rate_93_75 / 2 |
BYTE |
187.5 kBaud |
Baud rate_187_5 / 3 |
BYTE |
187.5 kBaud |
Baud rate_500 / 4 |
BYTE |
500 kBaud |
Baud rate_1500 / 6 |
BYTE |
1500 kBaud |
Baud rate_3000 / 7 |
BYTE |
3 MBaud |
Baud rate_6000 / 8 |
BYTE |
6 MBaud |
Baud rate_12000 / 9 |
BYTE |
12 MBaud |
Baud rate_31_25 / 10 |
BYTE |
31.25 kBaud |
Baud rate_45_45 / 11 |
BYTE |
45.45 kBaud |
Baud rate_AUTO / 15 |
BYTE |
Default value: The transmission rate set on the master is automatically recognized by the slave. |