This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

cc2430 serial port(rs-232) messages doubt

Other Parts Discussed in Thread: Z-STACK, CC2430

Hello

I am working with cc2430 and using Z-stack 1.4.3-1.2.

I have a network with many cc2430 and I have one coordinator connected to a PC via serial port.  I want to send a message from the PC to the coordinator via serial port and then I want the coordinator to send another message to a specific endpoint (that was defined on the message sent by the PC). I have several questions about this:

1 - What kind of message I should send from the serial port? Sould I send a SYS_APP_MSG format??

2 - How do I make the coordinator to process this event (received message)?? Is it in case MT_SYS_APP_MSG??

3 - What kind of messagem should I send from the coordinator to the endpoit?? Should it be AF_DataRequest??

 

Meanwhile I took a look at serialApp.c, but I didn't understand much about it. Is serialApp.c another way to do what I want?? If yes, how should I use it??

 

Thanks for your time!

 

regards!

maria