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 › serial communication w Basic Stamp
Page Index Toggle Pages: 1
serial communication w Basic Stamp (Read 1218 times)
serial communication w Basic Stamp
May 3rd, 2008, 12:39am
 
Hi Everyone,
I'm trying to send a number from a variable with PROCESSING to be read by the Basic stamp 2 but so far no luck.
I'm using serin on the basic stamp to read the number but nothing.
Any ideas on the code to use both for the Basic stamp and Processing? at this point i just need to check that they are able to communicate by just sending a single value from processing to the stamp
thanks a lot
Federico
Re: serial communication w Basic Stamp
Reply #1 - Jun 6th, 2008, 6:47am
 
So, what code are you using to send and receive and how are you connecting the two? You use SERIN on the stamp and Serial.println() (probably) in Processing.
Page Index Toggle Pages: 1