How to send data to my application via USB connection in Windows

I have an application developed and deployed on my HTC mobile phone. I can debug this in eclipse using the USB driver SDK. Now the mobile phone appears in the ADB interface of the hardware manager.

Now I could send data via this USB connection to a mobile phone, which my application can handle. I know some binding software that does this, so there should be a way to communicate with user data and with my application.

+3
source share

Source: https://habr.com/ru/post/1745953/


All Articles