BASIC - Is there a way to transmit data collected by the hello_client application over UART?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hi, I'm just beginning coding with BCMs. I have very little coding knowledge but need the BCMs for a project.

I have two Bluetooth connected BCMs. The master is running the Hello_Client application. I am trying to transmit/print the data collected by the hello_client BCM via UART (as opposed to the trace), i.e. I can see the data in COM 3 but would like to transmit it to COM 4. I feel like puart_write and puart_print are the best ways to achieve this but am having no luck so far.

Does anyone know a good way of achieving this?

Any help is greatly appreciated, thanks in advance.

0 Likes
1 Solution
huangj
Level 4
Level 4
Welcome! 25 replies posted 10 replies posted

Hi,

Here is a sample code for pUART.

Hope this helps....

Jack

View solution in original post

0 Likes
2 Replies
BoonT_56
Employee
Employee
500 likes received 250 likes received 100 likes received

Did you have a chance to review the sample app "puart_control" in the SDK? There is a PDF doc within the folder that will spell out the details on the usage.

huangj
Level 4
Level 4
Welcome! 25 replies posted 10 replies posted

Hi,

Here is a sample code for pUART.

Hope this helps....

Jack

0 Likes