Enables the specified serial channel for serial communication with DLE_BCC3 protocol.
Syntax |
PSER DLE_BCC3 nser [-Bbaud] [-Pp] |
---|---|
nser |
Serial number |
-Bbaud |
Baud value to be used, if omitted remains unchanged. (optional) |
-Pp |
Parity value (p: E=Even, N=None, O=Odd), if omitted remains unchanged. (optional) |
Notes |
By default RTE configures all serial channels DLE_BCC3 |
Example
; Enables DLE_BCC3 serial communication on serial 2, ; at 115200 baud with parity none PSER DLE_BCC3 2 -B115200 -PN |