ssec-jhu / evolver-ng

Next gen eVolver controller for bioreactor project - wip
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Fix serial is_open check and response exception #68

Closed amitschang closed 3 months ago

amitschang commented 3 months ago

A couple bug fixes. Turns out pyserial implements is_open as a property. The exception for bad response hid the response data since the walrus was assigned a boolean.