Skip to content

mr0erek/baudrate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

baud rate checker for UART/Serial logs

A simple BaudRate Checker to avoid manual Testing of BuadRates

prerequisite

  • python v3.x.x, python3-pip, git; XD
  • Dependency : pyserial

setup ~ one-liner

  • Linux:
  git clone https://github.com/mr0erek/baudrate.git; cd baudrate; python3 -v venv BaudRateChkr; source ./BaudRateChkr/bin/activate; pip3 install pyserial

for unsource venv BaudRateChkr type deactivate

Usage:

  • by default it will check for /dev/serial0
# once you've sourced the terminal with venv
python3 UART_SerialBaudRate.py 

Releases

No releases published

Packages

No packages published