Reputation: 1183
I have a request where i want to communicate my phone with the windows PC via USB. i have searched at many places but everybody finds problem when it comes to java. can anybody guide me on this i am new to HW communication. we will be implementing this think most probably on android mobile version 2.2 (API Level 8). mobile implementation is next phase in this but first thing required is how can we implement this communication?
Upvotes: 2
Views: 1187
Reputation: 2077
If you want to develop your own driver application you better read USB complete first.
A Java USB library like JUSB library will help you on the USB communication.
Upvotes: 1