ZhuangLab / storm-control

Microscope control software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gilson pump control is broken

HazenBabcock opened this issue · comments

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.

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