CLI tool for serial port connection
serial -p COM3 -b 9600
- -p / --port
Port Name - -b / --baud
Baud Rate
-
--dataNumber of Data Bits. default 8
-
--parityParity Mode.
none,evenorodd. default none -
--stopNumber 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)