cancel
Showing results for 
Search instead for 
Did you mean: 

Ethernet packets are dropped after receiving zero.

Aarra.1
Senior

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?

1 REPLY 1

> 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