Enables the specified serial channel for serial communication with DLE_ASCII protocol.
Syntax |
PSER DLE_ASCII 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 |
Example
; Enables DLE_ASCII serial communication on serial 2, ; at 115200 baud with even parity PSER DLE_ASCII 2 -B115200 -PE |