LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Segment and offset addressing in LabVIEW

Is there a function in LabVIEW which allows me to access a memory location at the offset of a memory location. I am able to do it using C program. In C there is a function called peek(segment, offset) to read from an offset address and poke(segment, offset) to write into an offset address, from a specified base address. Is there an equivalent for that in LabVIEW. Using this, I want to access a hardware connected to my PC whose base address and offset in known to me.
0 Kudos
Message 1 of 2
(2,646 Views)
Look for "In Port" and "Out Port" in the "advanced...Port I/O" palette. 🙂
0 Kudos
Message 2 of 2
(2,641 Views)