stm32f1 UART and CDC works same for receiving string inside mcu single char receive store in buffer and so on til end char
Posted on June 26, 2018 at 04:07in programming stm32f103cbt6 how can i receive complete string in mcu send by pc using VCP driver?uart recive char store in buffer so on till end char same process for cdc receive string data?or any other solution fo...