02-15-2016 12:12 PM
My question is simple. Can I receive a double data type array send by xbee and received by xbee interfaced with LabVIEW?
Solved! Go to Solution.
02-15-2016 12:46 PM
02-15-2016 12:56 PM
Can you refer me to some helpful vi or link? I have vi but it reads values in hex. But I want the received value in double.
02-15-2016 03:49 PM
02-16-2016 09:15 PM
So here is complete description of my problem.....
My sending data zigbee is attached to tiva C series microcontrolller and i am sending an array of double data type by using uart of this microcontroller to sending zigbee.The array is
double abc[7] = {22,33,88,77.7,88,21};
My vi is working good for character array but not for double data type array.What is the problem? Kindly help me out.
02-16-2016 10:01 PM
02-16-2016 10:47 PM
02-22-2016 08:11 PM