Skip to content
/ scon Public

Serial port to standard output

Notifications You must be signed in to change notification settings

Stephanvs/scon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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