Hello,
I'm using the AFE4404 EVM and I'm trying to aquire the code/volts from the ADC. I have a main VI where I sub VI's that initialize the device, a second that initializes the registers, and then a third VI that is trying to read the ADC. This is where I start to have problems. I want to write PC to EVM to capture 1024 packets, according to the documentation I can do this by writing “0x01 0x2A 0x30 0x30 0x30 0x30 0x30 0x34 0x30 0x30 0x0D”. When I attempt to write this to the EVM I get an error. I've attached a screenshot to show how I am doing this. Can you see what I am doing wrong? In my other VI's I can successfully read and write from registers so I'm guessing I'm screwing up the formatting of this message somehow....