• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..25-May-2024-

accessorychat/H25-May-2024-291208

res/H25-May-2024-6731

src/com/android/accessorychat/H25-May-2024-204164

Android.bpH A D25-May-20241 KiB3428

AndroidManifest.xmlH A D25-May-20241.7 KiB4322

README.txtH A D25-May-2024547 118

README.txt

1This is a test app for the USB accessory APIs.  It consists of two parts:
2
3AccessoryChat - A Java app with a chat-like UI that sends and receives strings
4                via the UsbAccessory class.
5
6accessorychat - A C command-line program that communicates with AccessoryChat.
7                This program behaves as if it were a USB accessory.
8                It builds both for the host (Linux PC) and as an android
9                command line program, which will work if run as root on an
10                android device with USB host support
11