skullandbones / uTmax

uTmax Linux GUI program for the uTracer3 Thermionic Valve Tester
4 stars 3 forks source link

Integrate uTracer protocol message command and response functions #15

Closed skullandbones closed 7 years ago

skullandbones commented 7 years ago

Abstract the uTracer protocol messages into specific functions which create the command messages and read the resulting response (if any).

This simplifies the main state machine by moving that code into specific functions. Any subsequent redundant variables or functions have been removed.