faqts : Computers : Programming : Languages : Python

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

8 of 18 people (44%) answered Yes
Recently 6 of 10 people (60%) answered Yes

Entry

How do I access serial port on WinTel platform?

Apr 10th, 2002 18:14
Curtis Yanko, Sébastien SAUVAGE, Dan Howard, sebsauvage


There are several modules to achieve this.
Some are portable across platforms, some are not.

The vault of Parnassus has it all:

http://www.vex.net/parnassus/apyllo.py?find=serial

=================================================

You'll want Mark Hammonds Win32 extensions which has a win32file 
module. Basicly, for anything you might want to do on a Windoze box, 
start with these extensions.