Other Parts Discussed in Thread: CC2538, Z-STACK
Hello sir,
i am using zstack mesh 1.0.0 and cc2538... i am using generic app example for testing but after flashing code in cc2538 it is not working.... i did following steps --->
1) when i made one device as ZC and other as ZR it is working and i am able to see data msg on both the screen
2) but when i made one device as ZC and other as ZED it is not working and i am not getting any data msg...
anyone can tell me how can i solve this problem.... how can i made it to work fro ZED also ?
1) and i want to transmit int array instead of string then how can i do it ? how can i print int array on lcd screen ?
say i hav array like this ->
int arr[] = {1,2,3,4,5,6,7,8,9 };
then how can i send it in generic app? and how can i print all the element of array on the lcd screen like this
a[0] = 1
a[1] = 2
........
a[8] = 9
any help ?
any pseudo code will be more helpful for me.......
plz reply...
Thanks & Regards,
Maneesh singh