Skip to content

Teensy4.0 + WIZ850io + Micro SD Adaptor hung up in EthernetClass::socketSendUDP() #51

@hideakitai

Description

@hideakitai

Hi, I've tried to sending a OSC (UDP packet) with ArduinoOSC. With the following setting,

  • Teensy4.0 + WIZ850io + Micro SD Adaptor
  • Arduino IDE 1.8.13
  • Teensyduino 1.53
  • ArduinoOSC 0.3.11

system hung up or go to infinite loop here:

while ( (W5100.readSnIR(s) & SnIR::SEND_OK) != SnIR::SEND_OK ) {

On the other hand, by using Teensy 3.2, 3.5 and 3.6 instead of 4.0, system works fine.
Do you have any workarounds about this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions