cancel
Showing results for 
Search instead for 
Did you mean: 

stm32wb55rev6: How to send data from server to client using usart1?

TejasK
Associate II

Hey,
I am using the stm32wb55rev6 boards as the client and server to send and receive the data.
i am able to establish the connection between the server and the client.

How can i be able to send the data from the server to the client using the usart1.Do i need to create a new  task in the sequencer using the util _regtask or is there any document related to that?

2 REPLIES 2
STTwo-32
ST Employee

Hello @TejasK 

For such implementation. I suggest you follow the implementation of the BLE_CableReplacement that send data from a COM port throw UART1 to a node and print it on the other (client and server). To understand how it works, you can use the readme.txt file of the example.

Best Regards.

STTwo-32

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

can u expalin m in detail what changes should i do?because i am bit confused in this trransmit and receive.