Hello,
I am working on interfacing with a 6501 using C#. The example code for writing digital outputs creates a task, then creates a channel, then creates a channel write, then actually writes to the port. I have ran this code and it seems to work. My question is, should there be a step in this process that configures the 6501? I do not see anything that explicitly sets the pins to be outputs. When using the test panel in MAX, you need to configure the pins. Is there a way to do this in code?
Thanks