09-29-2006 07:31 AM
09-29-2006 07:51 AM
Hello,
I don't know the direct answer to your question, but if you're trying to detect the existing serial ports on a system, you could check the registry:
\HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\SERIALCOMM
Take a look at the code attached to this message. All it does is read out the registry values and put all detected serial ports into a ring control on the panel.
09-29-2006 07:52 AM