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.

Compiler/CC2530: Sending received data from Xiaomi to UART

Part Number: CC2530
Other Parts Discussed in Thread: Z-STACK

Tool/software: TI C/C++ Compiler

Hello, 

I have CC2530 flashed with SampleLight ( Zstack 1.2.2 ) as coordinator, and also xiaomi temperature sensor & switch connected to the coordinator, 

i was able to enable the UART 0 , and send some text and numbers by using the HalUARTWrite command, 

i need some guidance how to send to UART the received data of temperature and switch, i don't know which parameters the data is being kept. i tried to send the data in ZCL.c  ( zcl_ProcessMessageMSG ) but i got error message that HalWrite is not defined,

i need to know if there is any standard way to handle the incomming messages and send them to UART.

appreciate the support