LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Firewire to VXI instrument driver

Agilent ParBert 81250 with a Firewire 1394 connection Has anyone attemted to build a instrument driver for a 1394 connection?
0 Kudos
Message 1 of 2
(3,123 Views)
In my previoss job, I had to use FireWire to access our hardware from the PC
through LabWindows. As FireWire uses 64 bit addresses, I had no choice but
to use VC++ to develop my DLL and then use from CVI.

BTW - I was using third party FireWire stack on the PC. It's called uBcore
or something like that. This library allowed to me to read/write from/to
FireWire memory space.


vishi


"ASIC IIBU Tech" wrote in message
news:50650000000800000077770000-1042324653000@exchange.ni.com...
> Agilent ParBert 81250 with a Firewire 1394 connection Has anyone
> attemted to build a instrument driver for a 1394 connection?
0 Kudos
Message 2 of 2
(3,123 Views)