Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have made a simple app that reads and writes to a HID device when connected to a Windows machine. The code is written in Java. But is it possible to run the same java code to get the hid device information connected to an android device? Will the hidapi work in android devices? I was unable to find any material in google related to this as android seems to be using open accessory protocol. Please advice. I am using the javahidapi library in Windows for this purpose.
Posted
Comments
Richard MacCutchan 2-Sep-15 9:28am    
You could try adding the library to see if it works, although it is most unlikely as the hardware interfaces are different.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900