How do I write to the serial port in Vista from Python? The termios package only seem to support posix.
|
|
pyserial does the trick, you'll need python extensions for windows for it to work in windows. |
||
|
|
|
Seems like it wasn't any harder than this using pyserial:
|
||||||
|
