Skip to main content
Visitor II
June 28, 2022
Question

Ethernet packets are dropped after receiving zero.

  • June 28, 2022
  • 1 reply
  • 660 views

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?

    This topic has been closed for replies.

    1 reply

    Super User
    June 28, 2022

    > 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