Question
STM32WB55(BLE) My board is server, USB dongle is client. I collect data from ADS1299 through P2P BLE.However, the data often wraps, and the starting data is after a few digits.
The beginning of my data is 0xc0 0x00 0x00. I notify every 15 bytes of data on the server side, and I also receive 15 bytes of data on the client side. Then I wrap and start from scratch. The beginning of each line of data I input through the USB dongle serial port should be 0xc0 0x00 0x00, not other data, and there will be some inexplicable line breaks and character printing, as shown in the figure. This is my problem.
This problem has bothered me for a long time. Thank you in advance.

