Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 573 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 573 Bytes

UART/RS232 Listener

This tool is used to capture data sent from serial port/RS232

Usage : -l --list Display all COM port available. Application will directly exit after this command executed properly. -p --port Port name -b --baudrate Baudrate (default 115200) --hex Display hexadecimal number instead --nodisplay Do not show data directly to console. Application will print '.' when data received --log file_name Save data to log file --help Show this help page

Requirement to run : .NET Framework >= 2.0