07-16-2012 09:32 AM - edited 07-16-2012 09:37 AM
07-16-2012 09:42 AM
Hi Ranjeet,
I noticed that you posted a similar question here, and that it was responded to. Did this answer your question or are you still in need of assitance on this issue?
Regards,
Kira T
07-17-2012 10:07 AM
Perhaps this would be helpful
07-17-2012 11:50 PM
My question is basically to find dynamically COM port(Which is actually VIRTUAL com port). In all the PCs there are 6 USB ports,4 in Back & 2 in front. If user will inserts the USB then VIRTUALLY one COM port will be created which is COM5(say). Later if user remove & connect to the other USB port then again will create one VIRTUAL port COM6(say). Then also if through visa property node "VISA interface information --> Interface description" it will display both COM 5 & 6 as property of VIRTUAL com port.So how programmer will find that in which usb port is now in use....
07-18-2012 01:18 PM
Hi Ranjeet,
One way to do this would be to query for the device. This example shows how to do this for a serail device that is connected to the COM Port. I hope this helps.
Regards,
Kira T
07-19-2012 06:51 AM
If possible can you please send me this code. In the image its not at all visible properly.
Actually i found the way but it takes 3 second to find the correct COM port. I hope your looks better.
Thanks a lot
07-19-2012 07:46 AM
If you click on the pictures, you will see them at full scale..
07-19-2012 09:22 AM
07-21-2012 01:19 AM
Thanks a lot