I am working on the USB serial. I want to make a Nexus to read data from USB.
I found the example project to do it. here
So, I cloned the project and complied with eclipse. Everything works well but I got this warning, and I tried to connect my usb to the Nexus by serial port. However, it cannot find my usb. I don't know maybe it's because the warning.
I searched and found some recommendations but they don't work for me.
Furthermore, I have add my usb's product-id and vendor-id to a xml file.
<?xml version="1.0" encoding="utf-8"?>
<resources>
<usb-device vendor-id="1516" product-id="8628" />
</resources>
Could you help me find it out?
Thank in advance!