Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 686 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 686 Bytes

SerialPortTool

a simple serial port tool written by C++, which interface is made by wxWidgets.

these applications run in windows, and receive data from the PC's serial port, it was designed to show the data received from MCU or some device that could send string-steam data. and it's should have functions below:

  • receive data from port
  • show the data in DEC, HEX, and string format(include Chinese character)
  • save the data in text if need
  • pic mode, Display pixels as pictures. save this pic if needed.
  • browse saved pic one by one
  • support link dll(can choose or write the handler of pic data)
  • use owner-draw component and make it more pretty