Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hideakitai opened this issue Dec 10, 2020 · 0 comments

Comments

@hideakitai
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant