Jeff Hi there...How can I run the Analog Output Module as a PulsePalModule using the serial interface? Is the syntax similar to running the module as a WavePlayer? Thanks in advance...
Josh Hi Jeff, You'll first have to put pulse pal module firmware on the device following instructions here. From MATLAB, you can interface with the device using the PulsePalModule class (documented here). From the state machine, you'd trigger the device by sending a single byte. The bits indicate which output channels to trigger. -Josh