Description
This is Issue 335 moved from a Google Code project.
Added by 2010-08-23T00:10:36.000Z by erdem...@gmail.com.
Please review that bug for more context and additional comments, but update this bug.
Closed (Fixed).
Original labels: Type-Defect, Priority-Medium, Milestone-0020, Component-Core
Original description
What steps will reproduce the problem?
1.Open Wire examples Master Writer and Slave Receiver
2.Remove delays from master code and add delayMicrosecond to slave receiver code.
3.You will see that you dropped %50 of packets on slave terminal.
What is the expected output? What do you see instead?
On slave terminal you will see only even numbers OR only odd ones. You needed to see every numbers on slave terminal.
What version of the Arduino software are you using? On what operating
system? Which Arduino board are you using?
0018 Duemilanove as master and at my breadboard ATmega168 arduino as a slave. OpenSuSE 11.3
Please provide any additional information below.
Example codes attached.