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.
[ ] Establish a Serial Listener which allows for reading from the device without interfering
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.