run ye

Registered on 06/27/2013 • Last connection on 02/03/2015

TRACE_MSG(lm, fmt, args)

Hello,

 

I am using the ZBOSS stack and compiled for CC2530 in IAR.

 

But I can only see some disorganized information through the serial debugging assistant.

 

For example:

 

蕲&?144 651 nwk_cr_mesh_routing.c:740 蕲?

 

蕲?145 651 zb_scheduler.c:105 蕲?ba05d5040000

 

蕲&?146 651 nwk_cr_mesh_routing.c:747 蕲?

 

蕲?147 651 z7 651 zb_scheduler.c:252 蕲?cc05d5044501d0030000

 

蕲&?148 651 nwk_cr_mesh_routing.c:776 蕲?

 

I want to see the effect of the function TRACE_MSG(lm, fmt, args), Can any body tell me how to learn the ZBOSS stack?

 

Thanks in Advance.

 

RE: TRACE_MSG(lm, fmt, args)

Thanks

 

I use the serial debugging assistant of AccessPort.exe. Now I want to learn how to add my own App, can you guide me to start my application?

 

RE: TRACE_MSG(lm, fmt, args)

First of all, Thank you very much!

 

I know you said above, and I have implemented these features. Now, I want to achieve transparent transmission of two nodes. For example, the coordinator send a message to a router, the router return a message to the coordinator and display the message on the computer through the serial debugging assistant. Thank you for your help!

 

How to add my own applications?

Hello,

 

I am using the ZBOSS stack and compiled for CC2530 in IAR.

 

But I find it is difficult to add application for sending some data. Where Should I add some appliations to send user's data? Can any body tell me how to learn the ZBOSS stack? Do you have a development routine based ZBOSS?

 

Thanks in Advance.

 

How to receive the serial port data?

Hello, everyone:

 

I want to receive the serial port data from PC, but I find I only can transmit some data to PC. How to receive the serial port data from PC? Can you help me to solve the question?

 

Thanks in Advance.