LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

USB Communication with LabVIEW

Hi ,

I am trying to Communicate across 2 PC`s with USB based communication.

However  I am unable to this with LabVIEW since this is not detected as a COM port

but shows as an data transfer cable shown in image below.

 

I am currently using this cable ( BF 7313) Bafo make.

If any one has currently tried using this mode of communication ,

please let me know.

 

 

Thanks,

Sundar.

0 Kudos
Message 1 of 8
(3,592 Views)

Do you have a manual from the supplier?

 

Shane.

0 Kudos
Message 2 of 8
(3,569 Views)

There is no programming manual from the supplier as such .

however there was a single sheet that says how to connect two PC`s 

with his custom drivers and transfer data between them.

 

Sundar.

0 Kudos
Message 3 of 8
(3,566 Views)

The purpose of this cable is to migrate an older PCs data and applications to a new Vista based computer.

 

To make use of this cable, you need the Windows Easy Transfer application.

 

I don't believe that you will be able to use this cable to quickly and inexpensively connect two LabVIEW apps. 

 

I would suggest looking at USB-to-Ethernet adapters and transferring data via TCP/IP or defining share points on the two PCs and mapping drive letters.

 

You could also use USB-to-RS232 adapters and move data with NI-VISA, but the adapters will probably cost about the same, require additional programming and be much slower than Ethernet.

0 Kudos
Message 4 of 8
(3,557 Views)

Thanks Philip,

I need this USB to USB with some sort of bridging inbetween,

since I need to very the communication protocol due to lack of 

hardware from the customer.

Any idea what kind of a bridge these cable use to network the 

two PC`s via USB; I suppose they use a USB ->serial <=>serial->USB.

 

Sundar.

0 Kudos
Message 5 of 8
(3,504 Views)
Each USB to RS-232 adapter on each PC will have a driver disc that will create a virtual com port on each PC.  To connect the two RS-232 connections, you will need a female-female null modem cable.
0 Kudos
Message 6 of 8
(3,501 Views)

I guess the cable that  I am currently using, is similar to this one described here.

 

http://www.hardwaresecrets.com/article/248

 

Sundar.

Message Edited by SUNDAR.N on 02-09-2009 12:09 AM
0 Kudos
Message 7 of 8
(3,497 Views)

In the article you provided they talk about two working modes, USB and Ethernet.
If your cable also has those two modes, using the ethernet mode you maybe be able to use it in LV with TCP/IP vi's.

 

Just a guess Smiley Surprised

0 Kudos
Message 8 of 8
(3,458 Views)