1
0
mirror of https://github.com/mik3y/usb-serial-for-android.git synced 2026-08-21 13:22:56 +00:00

renamed Troubleshooting wiki page to FAQ

This commit is contained in:
kai-morich
2021-04-26 08:04:00 +02:00
committed by GitHub
parent 5f94a47b63
commit 73ef6c5b53
+2 -4
View File
@@ -11,7 +11,7 @@ Android, using the
available since Android 3.1 and working reliably since Android 4.2. available since Android 3.1 and working reliably since Android 4.2.
No root access, ADK, or special kernel drivers are required; all drivers are implemented in No root access, ADK, or special kernel drivers are required; all drivers are implemented in
Java. You get a raw serial port with `read()`, `write()`, and [other functions](https://github.com/mik3y/usb-serial-for-android/wiki/Troubleshooting#Feature_Matrix) for use with your own protocols. Java. You get a raw serial port with `read()`, `write()`, and [other functions](https://github.com/mik3y/usb-serial-for-android/wiki/FAQ#Feature_Matrix) for use with your own protocols.
## Quick Start ## Quick Start
@@ -150,9 +150,7 @@ and devices implementing the CDC/ACM protocol like
## Help & Discussion ## Help & Discussion
For common problems, see the For common problems, see the [FAQ](https://github.com/mik3y/usb-serial-for-android/wiki/FAQ) wiki page.
[Troubleshooting](https://github.com/mik3y/usb-serial-for-android/wiki/Troubleshooting)
wiki page.
Are you using the library? Add your project to Are you using the library? Add your project to
[ProjectsUsingUsbSerialForAndroid](https://github.com/mik3y/usb-serial-for-android/wiki/Projects-Using-usb-serial-for-android). [ProjectsUsingUsbSerialForAndroid](https://github.com/mik3y/usb-serial-for-android/wiki/Projects-Using-usb-serial-for-android).