summaryrefslogtreecommitdiffstats
path: root/libs/usb/tests/AccessoryChat/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libs/usb/tests/AccessoryChat/README.txt')
-rw-r--r--libs/usb/tests/AccessoryChat/README.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/libs/usb/tests/AccessoryChat/README.txt b/libs/usb/tests/AccessoryChat/README.txt
new file mode 100644
index 0000000..d2ce11e
--- /dev/null
+++ b/libs/usb/tests/AccessoryChat/README.txt
@@ -0,0 +1,10 @@
+This is a test app for the USB accessory APIs. It consists of two parts:
+
+AccessoryChat - A Java app with a chat-like UI that sends and receives strings
+ via the UsbAccessory class.
+
+accessorychat - A C command-line program that communicates with AccessoryChat.
+ This program behaves as if it were a USB accessory.
+ It builds both for the host (Linux PC) and as an android
+ command line program, which will work if run as root on an
+ android device with USB host support