Sunday, June 16, 2013

Arduino and Java


The Arduino IDE itself is written in Java, and it can communicate to the serial port via the RXTX Java library. That library is very similar to the Java Communications API extension.

The document "Arduino Playground - Arduino and Java" provide set up and sample java code to develop Java application working with Arduino.

No comments:

Post a Comment