المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Serial Port Communication



C# Programming
11-26-2009, 04:00 AM
Hi All,

I have an appliation that communicates with a hardware device attahced with the system. So far, the device had been attached using USB so the application was determining the PORT using Port Name.

Now, the newer device have 9-pin serial port. How can I now determine the Port number? I don't want to iterate through all the ports and send any command and analyse the response to determine the required Port.

Any suggestion or hint would be greatly helpful...

Regards,
-SIFAR.