Hi sir,
I Download puart_control App in bcm2073x ,
I use my Terminal for check trace from "WICED Smart UART Controller (.exe)" .
When I click "Start Device Discovery" , some message print to my Terminal.
but I not found message :"blecm evt handler" where it trace on file..
who can tell me ..
Thanks you
Solved! Go to Solution.
I did some stuff here with puart_controller.exe. Check out the PUART-Control.pdf within the sdk for a better understanding of this sw.
puart_control: stop scan after puart_control_handle_cancel_connect_cmd
hi boont
Maybe I'm sorry bad description of the problem,
I would like to know where this string "blecm evt handler:" is used ble_trace() method
in App source file ?
What is this terminal that you are referring about? I used the window with the controller.exe to observe by interactions.
hi boont,
controller.exe use second port 22 with puart_write() function for trace.
you can use first port 21 with other terminal , it was used ble_trace() function for trace.
in My situation second is port 22 , port 21 for other terminal.
Only "blecm evt handler:" I don't know where it defined and can't find,
Maybe it is included in the SDK hidden inside?
I can't find "blecm evt handler". But what is the issue here? You want to disable tracing altogether?
Are you doing all this on the tag3?
Hi boont
Because I want follow the "bcm evt handler" where it called in sdk source code.
That is no big problem , Thanks for your replay .
I know tag3 step. it use pin32 33 for peripheral device and control chip.
Hello yaocing,
1. Are you asking about asking about the encoded traces output?
2. There is no such string in the app.
3. The traces are all encoded by the ROM and the IDE plugin decodes it.
Thanks,
JT
not sure it helps but this thread discussed about the trace on the hci uart port...