Skip to content

nimanns/ProcessingAndroidSerial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serial Communication library for Processing for Android.

📱 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.

ℹ️ How to use:

  • 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.

⚠️ Notice:

This library is still in its beta stage and a work-in-progress. Feel free to contribute.

About

A serial communication library for processing for android.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages