oss-slu / Mouser

GNU General Public License v3.0
1 stars 7 forks source link

Serial Listener #240

Closed jackbelyeu closed 2 weeks ago

jackbelyeu commented 3 weeks ago

Describe the feature that you would like added The program should read data from the serial device differently, as to not interfere with user actions.

Currently, a specific number of bytes is requested from the device. This data is then manipulated to show accurate readings to the user. This implementation has resulted in several bugs, including requiring the user to input their measurements twice for one reading.