Skip to content

darkmatter91/baudscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Baud Rate Scanner

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.

ray-so-export (1)

Installation

  1. Run setup.sh to configure your enviornment

Usage

  1. Clone the Repository:

    git clone https://github.com/yourusername/baudscan.git
    cd baudscan
  2. Run the Script:

    python baudScan.py
  3. 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.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing

  1. Fork the repository.
  2. Create your feature branch (git checkout -b feature/your-feature).
  3. Commit your changes (git commit -am 'Add some feature').
  4. Push to the branch (git push origin feature/your-feature).
  5. Create a new Pull Request.

Acknowledgments

pyserial

picocom

About

Quick and dirty baud rate scanner for hardware tinkering.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors