Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BaudBoy Logo

BaudBoy is a simple serial port streaming tool that allows you to list available serial ports and stream data from a specified port.

Features

  • List available serial ports
  • Connect and stream data from a specified serial port

Installation

To install the required dependencies, run:

pip install -r requirements.txt

Usage

List Available Ports

To list available serial ports, run:

baudboy list

Stream Data from a Port

To 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).

License

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

About

Simple serial port streaming cli tool

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages