You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Call arduino.listen();
2. Call delay();
3. Send 6 snmpGet to agentuino during arduino delay.
What is the expected output? What do you see instead?
Expected: w5100 buffers snmp requests and when buffer is full, discards
packages. After that, Arduino poll w5100 snmp package is processed in callback
of pduReceived.
I see: After resuming delay, arduino fetches the received pdu, and hangs
afterwards.
What version of the product are you using? On what operating system?
Arduino uno, agentuino library.
Please provide any additional information below.
It would be very useful to have w5100 use it as an interrupt. Has anyone done
this before?
Original issue reported on code.google.com by [email protected] on 25 Nov 2014 at 5:12
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 25 Nov 2014 at 5:12The text was updated successfully, but these errors were encountered: