This is a basic ascii serout code
This is a simple serial call and response using serin2 and serout2
This sends data from 3 analog sensors to processing with call and response (see processing code below)
This is processing code from Tigoe that talks with the code above
This is code that sends ascii call and response of 2 analog sensors and one switch delineated by commas (44) and ended with a carriage return (13, it works with the code below)
This is code from Dan O and Shawn V that has been slightly modified by me to take out the servo function and to increase the size of the object slightly. If you want to play with servo function uncomment the servo section and comment the line after it myPort.write(65); and use with the code below
This is servo code to work with the code above written by Dan O and modified by me slightly Attach:asciiToServo.txt
