This script checks for the correct baud rate of a serial device. If it detects the right baud rate, it prompts the user to interact with the device using picocom.
- Run
setup.shto configure your enviornment
-
Clone the Repository:
git clone https://github.com/yourusername/baudscan.git cd baudscan -
Run the Script:
python baudScan.py
-
Follow the Prompts:
- The script will list available serial ports and try common baud rates.
- If a working baud rate is found, you will be prompted to interact with the device using
picocom.
This project is licensed under the MIT License - see the LICENSE file for details.
- Fork the repository.
- Create your feature branch (git checkout -b feature/your-feature).
- Commit your changes (git commit -am 'Add some feature').
- Push to the branch (git push origin feature/your-feature).
- Create a new Pull Request.
pyserial
picocom
