Skip to content

kaka-lin/serialport-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serial Port Communication

建置

作業系統

支援Windows、Ubuntu、macOS

安裝相依程式庫

此專案使用了下列程式庫,建置前必須先在系統上安裝這些程式庫的開發環境:

  • PyQt 5.9
  • Python 3.5.0+

macOS

使用 Homebrew 用下列命令安裝上述程式庫

$ brew install qt5 python3

使用 pip 安裝python所需模組

$ pip3 install -r requirements.txt

Window

使用各種方法安裝python3.5以上版本

使用 pip3 安裝python所需模組

$ pip3 install -r requirements.txt

執行

環境都建置好之後便可執行檔案

$ python3 kserialport.py

UART

uart

ModBus

modbus

About

GUI of Serial Port Communication based on PyQt5

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages