PySerial alternative when opening serial ports on Debian Linux with python

I'm having problems with PySerial. I am getting OSError: [Errno 11] Resource temporarily unavailable

inside PySerial serialposix.py

. I'm wondering if there is an alternative way to read data in python from a serial port to determine if this is a python problem for something inside the OS. I am running Debian 6.

+3


source to share





All Articles