C# GUI program for sending/receiving/parsing/displaying binary data from a serial port.
- 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:
- Start/Stop buttons
- Timed capture
- 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