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