Skip to content

Commit 8a36807

Browse files
author
Daisuke Baba
committed
Update README
1 parent 5bca36d commit 8a36807

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
This is a Processing-for-Android library offering the serial communication.
88

9-
This library works on Android 3.1 or later since it uses Android USB Host API.
9+
This library works on Android 5.0 or later since it uses Android USB Host API.
1010

11-
This library also includes [usb-serial-for-android](https://code.google.com/p/usb-serial-for-android/downloads/list) containing FTDI serial driver and USB CDC/ACM serial driver (for Arduino). The library still has some issues and also has bunch of improvements according to the google code site. I will update the library when the newer version is released.
11+
This library also includes [usb-serial-for-android](https://github.com/mik3y/usb-serial-for-android) containing FTDI serial driver and USB CDC/ACM serial driver working on Android. Since the project creates only AAR file by default, there is a shell script, `update_libs.sh`, to extract a jar file from the built AAR file. Use the script when you require the other revision of the project binary.
1212

1313
Note that this version is alpha release.
1414

0 commit comments

Comments
 (0)