Within Vb.net I can connect to a device via com port but do not know anything about the corresponding device. Is there any way to programmatically tell which device a particular com port is associated with.
Thanks
Within Vb.net I can connect to a device via com port but do not know anything about the corresponding device. Is there any way to programmatically tell which device a particular com port is associated with.
Thanks
No. The only way is to send some data and interpret whatever comes back (if anything does come back).
The data you send and receive would be specific the the particular device connected. There is no common standard handshake.