#Java and Tomcat6 on Ubuntu
Versions Tested: 10.04/11.10
##Web Apps Path:
/var/lib/tomcat6/webapps/
#Java and Tomcat6 on Ubuntu
Versions Tested: 10.04/11.10
##Web Apps Path:
/var/lib/tomcat6/webapps/
| /* ------------------------------------------------ | |
| * SERIAL COM - HANDELING MULTIPLE BYTES inside ARDUINO - 03_function development | |
| * by beltran berrocal | |
| * | |
| * this prog establishes a connection with the pc and waits for it to send him | |
| * a long string of characters like "hello Arduino!". | |
| * Then Arduino informs the pc that it heard the whole sentence | |
| * | |
| * the same as examlpe 03 but it deploys 2 reusable functions. | |
| * for doing the same job. |