Interaction of usb usb port with sl4a python

I am trying to connect external equipment to my Android device using python via sl4a, can you guys tell me how I can read and write data from and to usb port?

I tried the pyserial module, but I found this, it needs a rs232 USB converter and usb host drivers and pl2303 drivers in the kernel ... I'm a bit confused, I use htc one v android 4.0.3, the titanium core (very close to the core )

can someone push me in the right direction.

Tell me, will pyserial work for me or does it need something else?

+3
source share
1 answer
+1

All Articles