From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

Does NI VISA Support DMA ?

Does NI VISA Support DMA ?

if Yes,how to use it

Thanks

0 Kudos
Message 1 of 2
(4,602 Views)

VISA is a high level API that generally doesn't access hardware directly. For most of iit's interfaces DMA doesn't even come into play from the point of view of VISA (Serial, GPIB, TCP/IP, etc). The only exception to that might be the PCI register level access but DMA support there would be a real pain. Generally the only way to support something such as DMA in a useful way is to do it in a kernel driver directly. Anything else is more likely causing more trouble than you ever would want to encounter.

Rolf Kalbermatter
My Blog
0 Kudos
Message 2 of 2
(4,520 Views)