Skip to main content
Associate III
September 5, 2025
Solved

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

  • September 5, 2025
  • 1 reply
  • 460 views

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?

Best answer by STTwo-32

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

1 reply

STTwo-32
STTwo-32Answer
Technical Moderator
September 5, 2025

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.
TejasKAuthor
Associate III
September 6, 2025

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