Skip to content

Background thread serial communication

Compare
Choose a tag to compare
@elcojacobs elcojacobs released this 24 Dec 12:49
· 83 commits to master since this release

This release moves reading from serial to a background thread. Completed lines are placed on a queue to be read form the main thread.

This greatly improves responsiveness and it fixes errors created by the tiny (4K) serial input buffer in Python from overflowing. This was the cause of the control algorithm tab often not working in the web UI.