Skip to content

Simple python tool to read serial ports with non-standard baud rates

License

Notifications You must be signed in to change notification settings

recursify/serial-debug-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro

I was having a heck of a time trying to get non-standard baud rates to work on OSX. In the end I just wrote a little python script, and it's fine if you just want to read the output from the tty device. Please do let me know if you know of any good tools for OSX that handle arbitrary baud rates! For some reason, screen totally garbles the output.

Installation

:> pip install -r requirements.txt

Usage

:> python serial_reader.py --baud=<baudrate> <device>

The path to <device> will depend on your OS. To find on OSX:

:> ls /dev/tty.usbserial*

About

Simple python tool to read serial ports with non-standard baud rates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages