On 19/10/2014 16:06, Grant Edwards wrote:
On 2014-10-18, Nagy L?szl? Zsolt wrote:
Strangely, pyserial will accept the number 0, but then it tries to open
a device that exists on Linux only...
I'm sure Chris would be happy to accept a patch fixing that problem.
Sadly to some people a patch
On 2014-10-18, Nagy L?szl? Zsolt wrote:
> Strangely, pyserial will accept the number 0, but then it tries to open
> a device that exists on Linux only...
I'm sure Chris would be happy to accept a patch fixing that problem.
--
Grant
--
https://mail.python.org/mailman/listinfo/python-list
The port parameter of serial.Serial should be /dev/ttyu0 instead of
COM1, and /dev/ttyu1 instead of COM2.
Strangely, pyserial will accept the number 0, but then it tries to open
a device that exists on Linux only...
Anyway, problem solved.
--
https://mail.python.org/mailman/listinfo/python-li