Hi,
I've problem with receiving data in Labview.
My receiver data is xbee and my transmitter data is xbee using arduino. I want to transmit analog read from arduino using xbee to another xbee (connect to labview). since, analog read from arduino is 10 bit and xbee only can send 8 bit, so I programmed my arduino to split the data into 8 bit and 2 bit in an array then xbee start to transmit the data.
The problem is i need to reassemble my data from 8 bit and 2 bit into 10 bit in Labview,
I'll attach my VI and arduino Code, thanks