I want to send data between a host (Android) and a client (PC) using the Android USB OTG API.
Code to send data from the host to the client using the API exists. However, I'm having difficulty finding code to send data from the client to the host.
Is it possible to send data from a PC to Android using USB OTG?