gamepad

Serial communication with Arduino and Processing: simple examples and an Arduino based gamepad interfacing with Processing

Last updated on Mon, 2010-07-26 13:42. Originally submitted by fabio on 2010-07-24 18:46.

In this blog post, I'll describe Arduino serial communication capabilities. I'll provide simple examples of Arduino programs which use the serial interface to communicate with other devices, mostly a PC. I'll show you how to read and write data on a Serial interface and we'll also interface Arduino with a simple Processing program, a super simple video game.