I have a processing script that reads data coming in through the USB from an arduino and plots it in realtime, and I wanted to port it to Android, but I got an error:
package processing.serial does not exist
After googling I found a post on this forum from 2 years ago that said serial was (2 years ago) not implemented for Android yet. Has that situation changed since then? If so, is there something special I have to do with the library to make this work? If not, what plans are there for implementing serial for Android?
I am using Processing 2.0b8 (downloaded today), Android SDK Manager 21.1 (updated today), and have also Eclipse and ADT installed (updated today) but was hoping to create the sketch from within Processing.