Skip to content

Ray0124/Serial_port_value_save_GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serial_port_value_save_GUI

It's a python+pyqt way to catch serial port value.

The picture below is the sensor feedback from arduino by the serial port:

img

As for catching the data, my structure is below:

img

I made a fifo data buffer so that I can observe the data stream on the GUI. My data buffer(default:100, and you can change by UI) and GUI are below:

img

img

I seperate my GUI into w.ui(design) and logic.py(function),so it's easy to change design.
Saving datas will name by count,and they located in the current place.
Running main.py,and programe will start.

img

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages