Search results

  1. S

    Teensy4.1 Simple EthernetUDP Send before Receive crashes

    First: sorry for the late replay. i was quite busy the last week. Thanks for responding. I have to agree with you. The "Arduino Convention" is often easy to understand but some things have been defined in a rather short sited manner. The Project I'm working on is cross platform and supports a...
  2. S

    Teensy4.1 Simple EthernetUDP Send before Receive crashes

    I found a solution The UDP Echo Server i set up answers with the echo as well as a second empty UDP Datagram. this second empty datagram seems to crash the Teensy. Might be a bug where the package size returned from parsePacket is zero because the msg is len 0 and not because no msg was...
  3. S

    Teensy4.1 Simple EthernetUDP Send before Receive crashes

    Hi, I'm working on sending UDP Datagrams to a server over the Ethernet on the Teensy 4.1 and i get crashes as soon as i send a Package without receiving one first here is the example code: #include <NativeEthernet.h> #include <NativeEthernetUdp.h> #define EXECUTE_EVERY(ms) { \ static...
Back
Top