Closed GoogleCodeExporter closed 9 years ago
I don't see any reason to fix it. It works with the same API - if you want to
use one then you can, if not then
don't :)
Original comment by lst...@gmail.com
on 16 Feb 2010 at 7:23
?
Same Api, but in the last version you use GUID_DEVCLASS_PORTS and not
GUID_CLASS_COMPORT. Could yiu tell why?
It is not a bug, that the function "QextSerialEnumerator::getPorts()" returns
LTP
ports too?
> if you want to use one then you can...
What you meen with "one" Api? library? GUID_Class?
Original comment by henningjuergen@gmail.com
on 16 Feb 2010 at 11:17
Because on Windows, using the previous GUID does not detect all USB serial
devices, whereas this GUID does.
Windows (for whatever reason) categorizes LPT and serial ports together, so
they use the same library to
communicate.
Original comment by lst...@gmail.com
on 16 Feb 2010 at 4:01
Pleas answer the following quetions too:
It is not a bug, that the function "QextSerialEnumerator::getPorts()" returns
LPT
ports too? Is that behavior wished or not?
In the past i wrote an application with Qextserialport. The application has and
combobox to choose one of available comports on pc. Now, i wanted to use the
latest
version of your Lib to use my app in linux too. Now, the are Enumerators in
Linux. I
am happy, but windows version of my app hase the LPT port in an "available
comports"
combobox now.
I would be very well, if I could use only one version of Qextserialport-library.
What is you suggestion: should i change my app and filter all the LPTs in
output of
getPorts() out, or change the Lib (change getPorts()) to get the comports only?
Thanks.
Original comment by henningjuergen@gmail.com
on 16 Feb 2010 at 4:31
Original issue reported on code.google.com by
henningjuergen@gmail.com
on 15 Feb 2010 at 10:40