CLI tool for serial port connection
serial -p COM3 -b 9600
- -p / --port
Port Name - -b / --baud
Baud Rate
-
--data
Number of Data Bits. default 8
-
--parity
Parity Mode.
none
,even
orodd
. default none -
--stop
Number of Stop Bits. default 1
-
-y / --txbin
Binary Send Mode
parse send string as byte array0x56 0x78 0x9ABC is interpreted as [0x56, 0x78, 0xBC, 0x9A]
-
-Y / --rxbin
Binary Receive Mode
print receive data in HEX formatif receive character 'A', "0x41" is shown
- -l / --list
List COM Ports (Windows Only)