Read and writer data via USB port on Android 3.1

前端 未结 2 1657
春和景丽
春和景丽 2021-02-06 10:54

I am trying to write an android app to read and write data from android tablet to our embedded device. The tablet and embedded device are connected via usb to serial converter.

2条回答
  •  别那么骄傲
    2021-02-06 11:53

    I suggest using the ported usb-for-android lib, which has the PL2303 driver already implemented: https://code.google.com/r/felixhaedicke-usb-serial-for-android

    I've used it successfully.

提交回复
热议问题