Loading...

Tutorial.SerialEvent History

Show minor edits - Show changes to markup

May 02, 2012, at 10:08 AM by Scott Fitzgerald -
Changed lines 22-24 from:

(:source http://github.com/arduino/Arduino/raw/master/build/shared/examples/4.Communication/SerialEvent/SerialEvent.ino lang=arduino tabwidth=4:)

to:

(:source http://github.com/arduino/Arduino/raw/master/build/shared/examples/04.Communication/SerialEvent/SerialEvent.ino lang=arduino tabwidth=4:)

December 01, 2011, at 10:17 AM by Scott Fitzgerald -
Changed lines 29-30 from:
  • Serial Call and Response ASCII - sending multiple vairables using a call-and-response (handshaking) method, and ASCII-encoding the values before sending.
to:
December 01, 2011, at 10:16 AM by Scott Fitzgerald - Page creation
Added lines 1-31:

Examples > Communication

SerialEvent

Demonstrates use of the SerialEvent() function. SerialEvent() is called after a loop(), if there is serial data in the buffer.

Hardware Required

  • Arduino Board

Circuit

image developed using Fritzing. For more circuit examples, see the Fritzing project page

None, but the Arduino has to be connected to the computer.

Code

(:source http://github.com/arduino/Arduino/raw/master/build/shared/examples/4.Communication/SerialEvent/SerialEvent.ino lang=arduino tabwidth=4:)

See Also:




Bookmark and Share