1
0
mirror of https://github.com/mik3y/usb-serial-for-android synced 2025-06-10 01:16:27 +00:00

Updated Troubleshooting (markdown)

kai-morich 2019-11-02 10:43:56 +01:00
parent 0d9f7e800a
commit 4d94b0ef70

@ -51,6 +51,11 @@ You need to account for this problem when designing your protocol. Some common t
* Newline-terminated messages: Read until you see a `\n` (or any other "terminal" character).
## How to eliminate continuous *D/UsbRequestJNI* messages in logcat output for FTDI devices
FTDI devices send the control line status each 16 ms. You can reduce the tracing level with `adb shell setprop log.tag.UsbRequestJNI info`. There have been reports this this does not work on older Android versions.
## Does this library work with Ionic/Cordova/Xamarin/App Inventor/... development framework?
If your framework can import Java .jar files, look [[here|Build-Variants#Jar]] for instructions about creating a .jar file.