pachterlab / poseidon

poseidon system - open source syringe pumps and microscope for laboratories
https://pachterlab.github.io/poseidon
BSD 2-Clause "Simplified" License
171 stars 54 forks source link

Python ord() expected a character error #28

Closed ghost closed 5 years ago

ghost commented 5 years ago

Got an error when iam using the Poseidon GUI:

File "poseidon_main.py", line 1321, in recvPositionArduino while ord(x) != startMarker:

TypeError: ord() expected a character, but string of length 0 found

Job completed Your thread has completed. Now terminating.. Thread has been terminated.

Information: OS: Ubunt 18.04 LTS Python 3.6 Software from current release branch

ghost commented 5 years ago

Duplicate of #27