Re: [python-win32] Looking for Serial I/O python driver

2005-05-10 Thread Niki Spahiev
Les Novotny wrote: > Hi, > I am looking for a python module for serial I/O such that from python on > windows I can send a sequence of characters out COM1 followed by a > carriage return to an intelligent device (that interprets the data) and > then I need to capture a returned string of character

[python-win32] Looking for Serial I/O python driver

2005-05-10 Thread Les Novotny
Hi, I am looking for a python module for serial I/O such that from python on windows I can send a sequence of characters out COM1 followed by a carriage return to an intelligent device (that interprets the data) and then I need to capture a returned string of characters that comes back from the dev