Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

VISA-VISA communication usb

Hello:
 
I want communicate two pc using usb. I want that when I connect the first pc to my usb port configurated by VISA in the other pc, they could communicate. I have managed to establish communication between VISA and a pendrive and for this, I installed the *.inf file specific for my pendrive. My trouble is that I don't know what kind of *.inf file I must make in orther that my computer recognize the other one.
I know that it is a complicated idea but I need this for my end of study proyect.
 
Sorry for my english.
0 Kudos
Message 1 of 8
(3,931 Views)
Somebody can help me please??
0 Kudos
Message 2 of 8
(3,906 Views)
Hi

What you want is commecial available.
You want to connect two masters on the usb bus. That is only possible with an intermediate device that  act as a slave for both pc's.

This is much easier with other communication devices. Try ethernet...
greetings from the Netherlands
0 Kudos
Message 3 of 8
(3,904 Views)
Hi:
 
I know the existence of this wire but I 'have to' make this communication without use it. Do you think that it is imposible stablish communication between two pc following this way? Thank.
0 Kudos
Message 4 of 8
(3,904 Views)
Without hardware it is indeed impossible.

greetings from the Netherlands
0 Kudos
Message 5 of 8
(3,901 Views)

Hi,

 

I also believe you can connect both PC's with anohter protocol in an easier way than USB (serial, ethernet...)

Serial : Use visa vi's

Ethernet: USe TCP/IP, UDP, Shared variables.... what you want...

 

Anyway what are you trying to do?

You also posted here

http://forums.ni.com/ni/board/message?board.id=140&message.id=23309#M23309

about controlling a mass device through visa??? As Albert is telling you... just connect to that device using file VI's...

You ar opening lots of discussion forums and we yet do not get an idea about what ar u trying to do.. so just post what ar u trying to do clearly to be able to help u,

 

 

Regards,

Jaime Cabrera

NI Applications Engineering Spain
0 Kudos
Message 6 of 8
(3,883 Views)

Hola Jaime, permiteme que te escriba en español para explicarme mejor:

La idea es implementar el protocolo de comunicación que transmite un pendrive al ordenador, para que sea transmitida del ordenador hacia afuera. Es decir, virtualmente hay conectado dentro del ordenador un pendrive. De esta manera si conecto otro ordenador diferente a este puerto configurado como pendrive, pensará que se le ha conectado un pendrive. Si consigo reservarle un espacio de memoria a este pendrive virtual de manera que pueda colocar alli el documento que quiero transmitir, se realizaría el transpaso de información de un pc a otro.

Por ejemplo los televisores modernos llevan puertos usb para conectar un disco duro y reproducir video. Si consiguiera implementar este programa podría conectarse la tele al ordenador directamente sin tener que copiar del ordenador a un disco duro extraible y despues conectar el disco a la tele.

Ya se que existe un cable para conectar dos ordenadores por usb que lleva en medio un circuito que hace de esclavo para los dos ordenadores pero necesito implementarlo con un cable usb normal macho-macho cruzado para mi proyecto fin de carrera.

He estado estudiando la herramienta VISA en CVI/Labwindows y permite hacer muchas cosas con los puertos usb pero no se si soportará esto.

Gracias por tu paciencia.

0 Kudos
Message 7 of 8
(3,874 Views)
Buenos días,
 
yo no he visto ni probado nunca una conexión directa USB-USB como comentas con un cable cruzado ni se si es soportada... seria cuestión de mirarlo....
 
Lo del pendrive no se si te habrás creado tu propio driver o no... pero se puede conectar al ordenador y verlo como un directorio de ficheros normal...
 
Yo probaría de realizar otra comunicación que no fuera USB-USB... y porque no puedes utilizar aquel cable en particular???
 
Saludos,
 
 
 
Regards,

Jaime Cabrera

NI Applications Engineering Spain
0 Kudos
Message 8 of 8
(3,842 Views)