pyserial on freebsd 10.10 i386 [SOLVED]

Nagy László Zsolt gandalf at shopzeus.com
Sat Oct 18 06:35:12 EDT 2014


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.



More information about the Python-list mailing list