Communication between devices

Communications come in three forms:

  1. Communicating between two embedded devices.
  2. Communicating between an embedded device and a computer.
  3. Communicating between arbitrary devices through a common hub or bus.

USB Serial to computer

Using serial communications via the Arduino Serial class is very useful for debugging or to send data to a computer for heavier analysis.

Subscribe to communications