Jackrabbit IO and packet conflict

Hi there,

I’ve been working on developing a slave controller that makes use of the Jackrabbit’s analog to digital converter, high voltage outputs and RS485 port.

The problem I’ve encountered is that the jrioInit() function seems to be stopping packets from being received. I’ve been using a modified version of the packet demo sample and it works fine if jrioInit() isn’t used.

Could you give some advice on configuring Port D to allow the AD converter, high voltage outputs and packet based serial communication to be used together? I’ve been having trouble deciphering the assembly code.