ZhuangLab / storm-control

Microscope control software
Other
65 stars 67 forks source link

Gilson pump control is broken #70

Closed HazenBabcock closed 6 years ago

HazenBabcock commented 6 years ago

In Python3 strings and byte-strings are very different things. Someone who knows what they are doing needs to have a look at this device interface and figure out how to properly encode the commands and decode the responses.

HazenBabcock commented 6 years ago

Fixed by #72, after I removed the changes that I had made to fix this issue.