We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpElectronics,  Serial Library › Arduino library for Processing
Page Index Toggle Pages: 1
Arduino library for Processing (Read 1760 times)
Arduino library for Processing
Mar 6th, 2008, 10:46pm
 
Hi,

Does anyone know if it is possible to use this Arduino Library for Processing with the Wiring board
Re: Arduino library for Processing
Reply #1 - Mar 14th, 2008, 12:10am
 
I doubt that would work.  The library you're linking to is for use with a special firmware called "firmata" that you have to flash onto the arduino in place of the normal arduino firmware.  It basically turns the arduino into a remote controllable IO device so you can access all the pins from processing, puredata, etc.

That being the case, you'd need to find (or write) some firmware for your wiring board that implements the firmata protocol or else you're out of luck.
Re: Arduino library for Processing
Reply #2 - Mar 18th, 2008, 10:34pm
 
Well, that's too difficult for me. Thank you for your reply Smiley
Page Index Toggle Pages: 1