📱 A serial communication library for processing for android. This library ports its setup and read and write methods from mik3y/usb-serial-for-android: https://github.com/mik3y/usb-serial-for-android. For now it only supports the CDC/ACM protocol.
- Download the zip file from the releases section.
- Navigate to your Processing sketchbook libraries folder (Processing\libraries) and export the zip file there.
- Open a new instance of Processing, set the mode to Android.
- Select Sketch -> Import Library... -> Serial Library for Processing for Android to import the library in your project.
- Alternatively you can also start from the examples by going to: File -> Examples... -> Contributed Libraries -> Serial Library for Processing for Android. You can find a simple read and simple write example there.
This library is still in its beta stage and a work-in-progress. Feel free to contribute.