BaudBoy is a simple serial port streaming tool that allows you to list available serial ports and stream data from a specified port.
- List available serial ports
- Connect and stream data from a specified serial port
To install the required dependencies, run:
pip install -r requirements.txtTo list available serial ports, run:
baudboy listTo connect and stream data from a specific port, run:
baudboy stream <PORT> -b <BAUD_RATE>Replace <PORT> with the port name (e.g., /dev/ttyUSB0 on Linux) and <BAUD_RATE> with the desired baud rate (default is 9600).
This project is licensed under the MIT License - see the LICENSE file for details.
