i want to use the following sketch as a background of a webpage, so i have exported it with processing 2.0 to run in .js and it works fine, except that i want it to be fullscreen and i don't know how to achieve that. i already tried by putting '100%' in width and height in the style but it doesn't work and i don't know how to program javascript, any suggestions?
hi everybody,
I'm having problems with Arduino and Processing working together, i upload the StandardFirmata on the board and when i write something on Processing to use the analog pins works fine, but when it comes to the digitalRead or digitalWrite they don't work. If i try with Firmata test, everything works, the digital values go high and low but when it comes to Processing it doesn't.
This is a simple code that i wrote to try digitalRead and digitalWrite on processing, maybe i've been typing something wrong. The monitor keeps showing "0" also if i press the button, and the LED is off. I've tried the same on the Arduino IDE and it works. Another thing is that every time that i stop processing, Leopard says that my_sketch crashes after the use of the librxtxSerial.jnilib plugin.