I need to be able to programatically manipulate the digital output lines on the IO204. The API spec gives instructions on getting data FROM the device but nothing on setting the outputs. Manually turning lines on and off will not give me what I need. I basically have a board that plugs into the IO204 that acts as a multiplexor for up to 64 analog input lines. I am using the digital output lines to control the multiplexer and therefore select the appropriate analog input.
I would also like to execute this process via a perl script so that it can be easilly scheduled.
Any hints would be greatly appreciated.
Eric