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 & HelpProcessing Implementations › Using the Serial library from ruby-processing
Page Index Toggle Pages: 1
Using the Serial library from ruby-processing (Read 1456 times)
Using the Serial library from ruby-processing
Jun 7th, 2009, 2:58pm
 
I'm not sure how I can use the Serial library from ruby-processing. Just how do i require and access it?
Re: Using the Serial library from ruby-processing
Reply #1 - Jun 8th, 2009, 12:40am
 
No worries. I found out how:

 load_library :serial
 import 'processing.serial.Serial'

 Serial.list
Page Index Toggle Pages: 1