Hello,

 

I want to use the power measurements from the l1test in the phone. Therefore I modified the program so only the PM is done and additional some averaging and so on.

Finally the information should be sent to an microcontroller over UART. There is the problem: I don’t know how to use this HDLC sercomm stuff because I don’t have time to understand AND implement it for my thesis in the µc-part. I need a quick dirty hack to deactivate this HDLC. I don’t find it in code and tried some hours.

 

I tried “uart_putchar_wait()” and hterm shows me that the bytes are sent with a lot other stuff.

 

What is the easiest way working for me?

 

Thanks a lot.

Marco