How can I use Java to communicate to device through USB port?
Posted
by Bopha
on Stack Overflow
See other posts from Stack Overflow
or by Bopha
Published on 2009-03-13T19:25:56Z
Indexed on
2010/05/26
15:21 UTC
Read the original article
Hit count: 313
I just recently learn Java and try to communicate to the device through USB port connection. I've have used C# with OpenNETCF which allows me to send file and retrieve file on the device through USB port; how can I achieve this with java?
I seearch on stackoverflow thread, http://stackoverflow.com/questions/544507/how-to-communicate-with-a-usb-device-under-windows-and-java, the comment made by christoffer is to hack the native code, but I don't quite which native code api that he referred to. RAPI, maybe?
© Stack Overflow or respective owner