This is a software of RDSS Beidou module. Developped by PyQt5.
PyQt5
pyserial
- clone this repo
git clone https://github.com/ArtisticZhao/Py_Beidou_RDSS.git
- install dependencies
pip3 install PyQt5 --user
pip3 install pyserial --user
- Open serial without sudo
sudo usermod -a -G dialout $USER
- Run program
python3 main.py
Neutree/COMTool about the thread read of serial
MIT