devttys0/serio

self.s.open() gives an error "ERROR: Port is already open."

zoobab opened this issue · 2 comments

self.s.open() gives an error "ERROR: Port is already open.":

$ sudo ./serio.py -s /home/zoobab/memo -d /tmp/memo -p /dev/vmodem1 
ERROR: Port is already open.

If I comment the line 19 containing self.s.open(), it works fine.

See also this discussion:

turtlebot/turtlebot_create#17

Fixed, thanks!

I am also linking it from this article:

http://www.zoobab.com/esp8266-serial2wifi-bridge#toc5