Skip to content

This repository contains a very simple data terminal for devices that use RS232 or any kind of Serial-UART interface connected with a USB to serial converter.

Notifications You must be signed in to change notification settings

amirotd/Serial-Terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serial-Terminal

This repository contains a very simple data terminal for devices that use RS232 or any kind of Serial-UART interface connected with a USB to serial converter.
The purpose of this project is to be a light cross-platform data terminal for simple IoT devices with Serial-UART interface, to display and plot the data that they get from sensors like Temperature sensors, Ultrasonic sensors, etc.
For simple data communication, this project uses a graphical user interface (Tkinter for python version and Qt for C++ version).

Features

  • a graphical user interface (GUI) for simple data communication
  • plotting data on graph using pyqtgraph (for now this feature is only for python version)

Credits

The project uses the pyserial library.
also it uses Qt 6.2.1

About

This repository contains a very simple data terminal for devices that use RS232 or any kind of Serial-UART interface connected with a USB to serial converter.

Topics

Resources

Stars

Watchers

Forks

Packages