Author

James Lewis

Browsing

In the Arduino library, the Serial object has a method called “flush().”  Often users go throwing it into programs without fully understanding what it does. It doesn’t help that it’s functionality changed when version 1.0 of the Arduino IDE was released.

Does Serial.flush() affect the Transmit Buffer or the Receive Buffer and when do you need to use it?

Soldering every circuit you build probably isn’t practical.  At some point you are probably going to want to use some type of temporary method to connect different components together.  One of the popular methods is using a breadboard.  This simple (and cool) looking device only needs a few instructions before you can begin