self.s.open() gives an error "ERROR: Port is already open."
zoobab opened this issue · 2 comments
zoobab commented
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:
devttys0 commented
Fixed, thanks!
zoobab commented
I am also linking it from this article: