sstaub / Ethernet3

Ethernet library for Arduino and Ethernetshield2 / WIZ550io / WIZ850io / USR-ES1 with Wiznet W5500 chip
Other
76 stars 34 forks source link

Problem with lardge TCP data. #21

Closed Stanleyvc closed 6 years ago

Stanleyvc commented 6 years ago

With Arduino made a Audio system (Teensy with the SGTL5000 codex) and the audio files can upload and download from pc to the teensy with a WIZ5500 ethernet board.

Form Teensy to PC is good.

From PC to Teensy is wrong, when de TCP buffer fulll, the data is not paused?

Thanks.

sstaub commented 6 years ago

Maybe you ask this question in the teensy or arduino forum. There are no changes for tcp, it is based on the original ethernet2 library.