Communicating with serial USB device over Android

后端 未结 3 473
时光取名叫无心
时光取名叫无心 2020-12-01 04:01

I have one custom made device for measuring current. This device can be connected to PC and communication is done over USB. It is based on FTDI chip. I have application writ

3条回答
  •  独厮守ぢ
    2020-12-01 04:25

    There is a project dedicated to serial communication on Android. android-serialport-api. I think, it is a good resource to start with.

    FTDI also provides Android related resources.

提交回复
热议问题