2022-06-27 10:14 PM
Dear all,
I have established ethernet UDP connection using the following tutorial https://controllerstech.com/stm32-ethernet-3-udp-client/
And i'm able to transmit and receive packets.
But the problem is when my receive packet contains zero all the data after the zero packet is dropped.
Eg: If my receive packet is 123045 I'm receiving only 123 (but the data length defined is 6)
How can I solve this issue?
2022-06-28 02:55 AM
> Eg: If my receive packet is 123045 I'm receiving only 123 (but the data length defined is 6)
How do you check that, exactly?
JW