Re: Sw for serial and parallel ports.

2002-01-10 Thread Martin Miller
I think some of what you are looking for is documented in the PythonWin Help. Under it select Python Manuals | Win32 Extensions Reference | Modules | win32file. There are a number of Comm related functions listed, such as GetCommState, ClearCommError, etc. I do not see any parallel port related fu

Python Environment Variables?

2001-12-13 Thread Martin Miller
Does the PythonWin IDE support any of Python's enviroment variables, such as PYTHONSTARTUP? If so, does anyone know how? The example given doesn't seem to work for me. Seems to me like many of them, such as PYTHONCASEOK, would need to be honored in order to be truely 100% compatible. Martin