Skip to content

ArtisticZhao/Py_Beidou_RDSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Host software of RDSS Beidou module.

This is a software of RDSS Beidou module. Developped by PyQt5.

Dependencies

PyQt5
pyserial

Install

  • clone this repo
git clone https://github.com/ArtisticZhao/Py_Beidou_RDSS.git
  • install dependencies
pip3 install PyQt5 --user
pip3 install pyserial --user

Usage

  • Open serial without sudo
sudo usermod -a -G dialout $USER
  • Run program
python3 main.py

Inspired

Neutree/COMTool about the thread read of serial

LICENSE

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages