problem with CDC_Transmit_FS ,junk data
hello every one , I'm working with nucleo 144 F4, and im trying to send data via virtual com port using CDC_Transmit_FS, but in my Hterm im receiving junk data also i don't why ,,i saw online that there is zero length packet but i don't know how to implement it , im trying to test with this function with sending just 0
void sendvalue(void) {
and call it in the main function and you can see in the screenshot what i receive in my pc ,
