Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 422 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 422 Bytes

SerialTerminal

A simple Serial Terminal application written in PyQt

Dependencies

  1. Python 3.x
  2. PyQt5 5.x

Installing PyQt5

  1. Arch Linux: sudo pacman -S --noconfirm python-pyqt5
  2. Ubuntu Linux (16.04): sudo apt install -y python3-pyqt5 python3-pyqt5.qtserialport

How to run the application

$ git clone https://github.com/sria91/SerialTerminal.git
$ cd SerialTerminal
$ ./serial_terminal.pyw