Hello,
A short glimpse of what I am trying to do:
I have a zigbee radio hooked up to an NCD AD1216 board. I also have another zigbee hooked up as a serial in my computer. I need to send a Decimal format write command to the remote zigbee and have it deliver back the same format data.
Problem:I can only seem to send text data. I always get hooked up with errors in the Visa read portion of the code. I am trying "Typecast" but there are still errors. I need to send for example "254 33" and it should reply with "85" instead I believe it is sending in either ascii or hex format.
Thank you very much in advance!