I have exported some Processing code (outputs sensor data to a textbox) to an
applet that includes the .jar and .html files. I have tried to insert this html on a
simple website that I created and the java applet doesn't work. Do I have to somehow
modify the html? I know that the .jar files are already in the same directory and
are referenced appropriately in the exported html code. Is there a better approach
to posting to a website? Thank you
I have code written up in Processing that works as a serial monitor for my Arduino Fio. I have a few sensors on the Fio that outputs a warning message on the serial monitor when a value surpasses a threshold. What I want to do next is to have these warning statements sent to a phone number as a text message as well? Does any body know how I can do this?