I am developing android application where I need to transfer bytes from android device (host) to another device which runs on windows via USB.
I came across libusb library which only works on host mode, so I am developing an android application for android tablet which will act as host and need to communicate with a machine where windows OS runs.
Machine which runs windows always act as host, correct me If I am wrong?
So in my case both are host so things are not going to work. Afaik, in a communication one need to be a host and rest peripherals.
Does anyone have any idea how I can make it work ?