LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to acess USB port of a PC in another PC connected in network

I want to acess a USB port of one PC from another PC to state whether the port is busy/used one or in free state , the PC's are connected in the network. Is there any solution?.
0 Kudos
Message 1 of 7
(3,674 Views)

hi ganesh kumar,

  If you have a provision to check whether an USB port is busy or not in your local PC,then you can share that particular status information(may be the data type will be a boolean) using TCP/ip vis...That means you can monitor that particular variable from other pc using tcp/ip vis where that variable will give the status information of the USB port..

 

 

Thanks and regards,

srikrishnaNF

Regards,
Srikrishna


0 Kudos
Message 2 of 7
(3,663 Views)
I want to get the information through labVIEW, and atleast to get the hardware name connected to the USB , then I can use TCP/IP client server model to acess it i hope.
0 Kudos
Message 3 of 7
(3,652 Views)

hi ganesh kumar,

   JUst answer my question,say your hardware is connectd  to your PC,can you get the details of the hardware using labview including hardware name?

   If your answer is yes...then you can access those details from other pc using TCP/ip vis..

 

 

Thanks and regards,

srikrishnaNF

 

Regards,
Srikrishna


0 Kudos
Message 4 of 7
(3,649 Views)

Hi,

 

I have no idea how to access the USB device through labVIEW. Itries to use VISA functions but I can't.

0 Kudos
Message 5 of 7
(3,636 Views)

hi ganesh,

  Try this link...http://zone.ni.com/devzone/cda/tut/p/id/4478

  Do your device/hardware has any SDK?

 

 

T hanks and regards,

srikrishnaNF

Regards,
Srikrishna


0 Kudos
Message 6 of 7
(3,630 Views)

hi ganesh,

  You can know whether a usb device is connected or not using some .net interfacing...Have a look at this code..

 

 

Thanks and regards,

srikrishnaNF

Regards,
Srikrishna


0 Kudos
Message 7 of 7
(3,609 Views)