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