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.

z-tool protocol not as documented?

Other Parts Discussed in Thread: Z-STACK

According to the "Z-Stack Monitor and Test API" (Document Number: SWRA198), the z-tool commands supposed to start with SOF (code 0xfe).

I am connecting the z-tool to z-stack running on MSP5437. The z-tool does not recognize the z-stack on the serial port. I've monitored the serial communication and saw the following data

  


02 00 07 00 07

02 00 14 00 14

02 00 08 00 08

FE 00 21 01 20

FE 00 27 00 27

FE 00 21 02 23

02 00 07 00 07

02 00 14 00 14

02 00 08 00 08

FE 00 21 01 20

FE 00 27 00 27

FE 00 21 02 23

I can understand the commands starting with 0xfe, which are MT_SYS_PING, UTIL_GET_DEVICE_INFO, and SYS_VERSION

But what are the commands in between that starts with 0x02?

Any ideas?

Best regards,

Zohar