[python-win32] How to get access to SetupCopyOEMInf() through python-win32, or maybe use PnPUtil?

2014-04-08 Thread Ron Jackson
I would like to write a python program to install a driver inf file in Windows. The information I have seen suggests that this would best be done using SetupCopyOEMInf(). http://msdn.microsoft.com/en-us/library/aa376990%28v=VS.85%29.aspx Is SetupCopyOEMInf() accessible through python-win32? It lo

[python-win32] USB CDC-class support with win32file, exception processing issues

2008-06-02 Thread Ron Jackson
When USB communication device class devices are installed in Windows they appear as COMxxx ports, just like legacy serial ports. They are different in that many RS-232 device parameters don't apply (such as baud rate, handshaking, etc). Also, since they are USB devices they may be suspended while r

[python-win32] win32file.SetupComm Error Using PySerial in new Python 2.5.2 installation on 32 bit XP

2008-03-07 Thread Ron Jackson
I am setting up Python on a newly upgraded computer (AMD 64 X2 dual core) running 32 bit XP home. I installed the following packages: Python 2.5.2 from python-2.5.2.msi PySerial from pyserial-2.2win32.exe Python extensions for windows from pywin32-210.win32-py2.5.exe Running a test of my program