Skip to content

C# GUI program for sending/receiving/parsing/displaying binary data from a serial port.

License

Notifications You must be signed in to change notification settings

patrickjmccarty/SerialHex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SerialHex

C# GUI program for sending/receiving/parsing/displaying binary data from a serial port.

Planned SerialHex 2.0 Enhancements

  • Display hardware name of each serial port (done but need to integrate)
  • Replace WinForms with WPF
  • Improve realtime rendering speed for rapid data
  • Improve abilty to handle large amounts of accumulated data (limit buffer size)
  • Save/restore config settings as a device profile
  • Add feature to save data directly to a file with 3 capture control options:
    1. Start/Stop buttons
    2. Timed capture
    3. Number of bytes to capture
  • Add feature to display the number of bytes of data received
  • Add feature to display a running timer started upon connect and reset when Reset button is clicked
  • Add command line options to set initial settings

About

C# GUI program for sending/receiving/parsing/displaying binary data from a serial port.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages