altera2015 / usbserial

Flutter Android USB Serial plugin
BSD 3-Clause "New" or "Revised" License
124 stars 83 forks source link

Is there plan to support the TUSB3410 chip from TI? #13

Closed BillSun2080 closed 5 years ago

BillSun2080 commented 5 years ago

Is there plan to support the TUSB3410 chip from TI?

BillSun2080 commented 5 years ago

And how about the feasibility to support TUSB3410? I tried a bit but there are below obstacles: 1). The _connectTo() always got stuck in the port creation procedure, no return from below function. _port = await device.create(); (P.s. My target device is a commercial USB/Wireless dongle which has TSUB3410 chip) 2). TUSB3410 requires firmware and after the firmware download it requires device reset (according to the Linux driver code of TUSB3410). But there seems no android API available to reset a USB device.

altera2015 commented 5 years ago

This library uses UsbSerial library. If they add support we can update our build. A quick search doesn't show any support for that hardware.

altera2015 commented 5 years ago

If you see support appear in UsbSerial feel free to reopen a ticket so we can update this library.