2025-09-04 10:03 PM - last edited on 2025-09-05 2:53 AM by Andrew Neil
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?
2025-09-05 8:42 AM
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.
2025-09-06 1:44 AM
can u expalin m in detail what changes should i do?because i am bit confused in this trransmit and receive.