I am connecting USB RFID reader to Android Tablet using OTG cable. Data from RFID tag is directly written into notepad, but I can't access the device from Android code. RFID reader is not recognized as USB by app.
Anyone has faced similar problem. I need to get the data in Android app.
Thanks for the input. I was trying to solve this problem from past few days.
I solved the problem by adding a edit text in my app and now the input from RFID reader directly comes into edit text.