EZ I/O with Processing

Processing, an open-source programming tool developed by Ben Fry and Casey Reas at the MIT Media Lab and elsewhere, is a wonderful freeware artmaking tool available for download from the Processing website. It works on Mac OSX, Linux, and Windows platforms. Because Processing is open-source, many interested programmers are writing libraries that work with Processing to extend its capabilities, for instance, to sound manipulation, video analysis, and serial communication. The last of these is especially useful with the EZ I/O, and is relatively easy to set up.

Macintosh System X: Once you've downloaded Processing and installed it, you'll need to do two other steps to get Processing ready to work with your hardware.

  1. Install a USB-RS232 adapter. Keyspan's adapter works fine; you may have to experiment with others.
  2. Run a Mac OS X terminal script to change some settings that will enable serial communication. This script is in the Applications:Processing:libraries:serial folder. Just double-click the "macosx_setup.command" file and follow instructions in the terminal window.
    Then SHUT DOWN your computer.
    Simply restarting is apparently not enough for the changes in the system setup to be invoked. Once you've shut down and restarted, you should be able to proceed.

Further instructions for setting up the serial port are included in the Processing sketch itself.

Enjoy!