From 69330e91683d5b1c670b73632b08951c67a6ad25 Mon Sep 17 00:00:00 2001 From: kai-morich Date: Sat, 17 Oct 2020 12:31:10 +0200 Subject: [PATCH] link feature matrix --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d4e5afd..b899cd95 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,7 @@ Android, using the 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 -Java. You get a raw serial port with `read()`, `write()`, and other basic -functions 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/Troubleshooting#Feature_Matrix) for use with your own protocols. ## Quick Start