AG-Schumann / Doberman

Distributed supervisory control, data acquisition, and monitoring software for small- to medium-size experiments
MIT License
0 stars 1 forks source link

Wait for LAN data rather than sleeping arbitrarily #206

Closed adambrown1 closed 1 year ago

adambrown1 commented 1 year ago

Continue asking for data from LAN sensors until they send the end of line character, rather than waiting an arbitrary 1 second (or more). Also tidy up a bit and avoid functions just to set / override (constant) member variables. Fixes #83 (for ethernet sensors). We don't have any serial sensors any more, maybe we can close that issue?