Skip to content

hashy0917/baudrate-python3-wsl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Baudrate Python3 WSL1

git clone https://github.com/hashy0917/baudrate-python3-wsl.git
cd python3-baudrate
pipenv install -r requirements.txt
pipenv run python3 baudrate.py -a
# pipenv run python3 baudrate.py -p /dev/ttyS(COM port number)

# or without pipenv
# pip install -r requirements.txt
# python3 baudrate.py -p /dev/ttyS(COM port number)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%