Serial Communication: MIDI, and Max/MSP

Serial communications are supported between the Arduino board and a computer or other devices. The communication can be conducted via the USB connection and on digital pins 0 (RX) and 1 (TX). Thus, you cannot connect sensors to pins 0 and 1 if also using the serial functionality.

MIDI Output from the Arduino


A schematic of a MIDI (IN and OUT) interface (from http://www.borg.com/~jglatt/).

Interfacing the Arduino to Max/MSP

MIDI from the Arduino to Max

McGill ©2003-2011 McGill University. All Rights Reserved.
Maintained by Gary P. Scavone.