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
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