Hi CQuestOrlando,
Unfortunately, the PCI-6537 does not support Level-Ack Handshaking and therefore, we are stuck with using the 8255 protocol. Since this handshaking is done in hardware, there is nothing we can do to change the handshaking behavior. If you take a look in chapter 5 of the following document, you will notice slight differences between the Level-Ack and the 8255 protocols.
DIO-6533<a href="http://digital.ni.com/manuals.nsf/websearch/7590B6050B783B888625665E006359DE?OpenDocument&node=132100_US" target="_blank">http://digital.ni.com/manuals.nsf/websearch/7590B6050B783B888625665E006359DE?OpenDocument&node=132100_US</a>
Because of the similarity in behavior in behavior between the two protocols, I cannot be sure that the 8255 handshaking will not work with your radar. I would recommend trying the C example program for 8255 Handshaking found in the following directory:
..\Documents and Settings\All Users\Documents\National Instruments\NI-DAQ\Examples\DAQmx ANSI C\Digital\Handshaking\8255\Input-8255 with Delays
Because your PCI-6533 can also operate using 8255 handshaking, you can use this example program to see if your radar can communicate with this protocol. If that is the case, then there should be no problems moving on to the 6537. However, since this program will be written in DAQmx, you must make sure to have the drivers installed before running this program. Note that since the naming conventions have changed between DAQmx and Traditional DAQ, you may have to make slight modifications to the code. Please refer to the following link for details.
<a href="http://digital.ni.com/public.nsf/allkb/39F8242E2553F63E86256FE3007BF69F?OpenDocument" target="_blank">http://digital.ni.com/public.nsf/allkb/39F8242E2553F63E86256FE3007BF69F?OpenDocument</a>
S_Hong