An open API service indexing awesome lists of open source software.

https://github.com/biw/baudrate.py

Finding the baud rate of serial connections.
https://github.com/biw/baudrate.py

Last synced: about 1 month ago
JSON representation

Finding the baud rate of serial connections.

Awesome Lists containing this project

README

        

# Baudrate.py
A nice little Python package for finding the baud rate of serial connections written by [Craig Heffner](http://www.devttys0.com/2012/11/reverse-engineering-serial-ports/) and originally posted on [Google Code](https://code.google.com/archive/p/baudrate/). Copied to GitHub when Google announced Google Code was shutting down. 😄

## Contributions

Any contribution is greatly appreciated.

If you have any problem using Baudrate.py, please file an issue in Issues.

If you'd like to contribute on source, please upload a pull request in Pull Requests.

## License

MIT © Craig Heffner