Introduction - If you have any usage issues, please Google them yourself
This program is written when one learns Python's Tkinter module. It realizes the data sending and receiving of serial port. As a beginner, there may be many mistakes or bad programming habits in the code. Please forgive me!
Implementation functions: 1. Python development, Tkinter to build the interface; 2. can automatically list all serial ports, and custom parameters, choose serial port automatically open; 3. to achieve no delay to receive messages; 4. to save received data; 7. to support automatic resolution; 8. to support separate and timely transmission; 9. to support the sending of new lines and HEX Send; 10. support sending files, and can customize sending frequency; 11. support small window display received information, but not the main window display at the same time
Provide source code, can be used for rewriting or communication