LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

how to get around DeviceIoControl when writting a 1394 driver dll for RT

in windows, when writting device 1394 drv, will call the DeviceIoControl()....,  for a DLL on RT, we couldn't use these windows low level things, how to get around?
0 Kudos
Message 1 of 2
(3,365 Views)

zy9,

Typically the easiest way to develop a driver to work on RT is to use the VISA API.

These resources may help you get started:

Developing a LabVIEW Real-Time Driver for a PXI, cPCI or PCI Device

Considerations in Implementing Real-Time Drivers

Regards,

Simon H
Applications Engineer
National Instruments

0 Kudos
Message 2 of 2
(3,345 Views)