/scon

Serial port to standard output

Primary LanguageC#

scon

Stands for Serial Port to Console Output.

This tool allows you to connect to a serial port on your PC/mac and stream the received data directly to the stdout.

Example

.\scon.exe --serial-port COM3 --baud-rate 115200 --parity-bit None --stopbit One --databits 8 --handshake None