Hi there,
I appreciate if somebody can help me in finding a solution for the following problem Because I am new in this field and I need the answer during this week because of the project deadline.
I am using evaluation board smart RF05 with CC2530 pluged on it. I downloaded the SerialApp to my boards (1 Coordinator and 3 end devices). Now I can send message via serial port (UART) by RS-232 to my coordinator and the coordinator process the message and send it to proper end device.
I would like to send some messages back from the end device to coordinator (like end device number in the device list by this method pRspNew->devList[] )
1- Where exactly I have to change on the end device related code (I am using IAR Workbench IDE) ? I tried to change some lines in "ProcessEvent" but It didn't work.
2- How can I find the short address of the coordinator?
3- Where exactly I have to change on the coordinator side to receive and process the message and send that via RS-232 to my PC?
If there is any sample application for duplex communication like : "PC<----> Coordinator <----> End Device" Then I can figure it out the rest
Look forward to any clues or idea. Appreciate it
Thanks
Bam