I'm trying to implement CDC communication between IMX board and android tab. I have seen couple of tutorials and libraries but all are done through OTG cables. I need to implement the communication by connecting USB on IMX and connecting micro USB directly to android tab(without OTG cable). Past few days I struck on this. I tried the sample code of USB Host api from developer.android.com but its not detecting my device.
Please help me to solve this issue.
Thanks in advance.