Lab 5 :: Serial Communication
I used a flex sensor and a potentiometer as my analog inputs. The arduino program was very straight forward. I intend to sit down and play a bit more with serial communication and different sensors for some applications I have in mind.
The first image is the setup, the second image is the 3 byte output of the arduino, after it recieves a byte input through the serial port.
I'm using serial port COM4 for communication between the processing language and the arduino. TODO: Customize the processing program for another interesting graphic application. Maybe a game w/ a joystick?