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.
- Host: GitHub
- URL: https://github.com/biw/baudrate.py
- Owner: biw
- License: mit
- Created: 2015-07-30T22:06:12.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-03-13T06:05:15.000Z (about 6 years ago)
- Last Synced: 2025-04-22T17:22:07.730Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 401 KB
- Stars: 32
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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