Communicating with serial USB device over Android

后端 未结 3 471
时光取名叫无心
时光取名叫无心 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:28

    I can really recommend the USB-Serial-For-Android library, it supports multiple popular usb-to-serial chips (also FTDI) and there is no rooting required. Check out the GitHub project here.

提交回复
热议问题