[Development] Android Serial Port USB device

Pau Garcia i Quiles pgquiles at elpauer.org
Tue Jan 20 11:13:55 CET 2015


On Sun, Jan 18, 2015 at 9:42 PM, Thiago Macieira <thiago.macieira at intel.com>
wrote:


> I'd like to hear someone from Enterprise Qt here too. My opinion is that we
> should accept the feature but make it an optional build-time dependency or
> an
> optional run-time dependency. That way, Enterprise Qt does not need a
> licence
> change and customers who will not install usb-serial-for-android will need
> to
> root their devices.
>
>
I have been looking for alternatives and it seems this one would be
acceptable even for Enterprise customers:

https://github.com/ksksue/FTDriver

Apache 2.0 license, supports FTDI (most common chip, proprietary protocol)
and CDC-ACM (most common alternative to FTDI, standard). No external
dependency. Lighweight (1 file, ~1,000 lines of code).

Problem: it's unmaintained, since author moved to another library:

https://github.com/ksksue/PhysicaloidLibrary

Physicaloid does a lot more stuff, which we probably don't need.

My proposal: adopt FTDriver, include it as part of Qt and implement Qt
Serial Port on Android.

-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20150120/13b2d0ad/attachment.html>


More information about the Development mailing list