Mr-Ntic / qextserialport

Automatically exported from code.google.com/p/qextserialport
Other
0 stars 0 forks source link

Multiple issues with patch #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Multiple issue, done with my patch, but I had found issue if configuration
under windows is done before open().

Original issue reported on code.google.com by alpha.su...@laposte.net on 27 May 2009 at 5:22

Attachments:

GoogleCodeExporter commented 8 years ago
I committed the Windows-specific change - thanks.

For device enumeration on Linux, I think we need to ideally get more 
information about the device in addition to 
the fact that it is connected to the machine.  Vendor/product ID, device name 
(as specified in the device 
descriptors) would be ideal.  Any chance of this happening?

Original comment by lst...@gmail.com on 2 Jun 2009 at 12:27

GoogleCodeExporter commented 8 years ago
My path provide minimal devices listing. Maybe when I have time I will try 
return
more information like vendor/product ID, device name...

Original comment by alpha.su...@laposte.net on 2 Jun 2009 at 2:44

GoogleCodeExporter commented 8 years ago
I haven't tested this, but isn't this a good start to device enumeration on 
linux? It
would definitely be ideal to have a bunch more information on the serial ports, 
but
that doesn't seem to be getting much work right now. At least with this patch 
device
enumeration can finally be actually cross platform.

Original comment by bryant.m...@gmail.com on 23 Nov 2009 at 4:57

GoogleCodeExporter commented 8 years ago
Something like this is probably the best we'll get without interfacing with 
whatever the latest and greatest linux 
hardware layer is.  This can be committed before the next beta release.

Original comment by lst...@gmail.com on 23 Nov 2009 at 9:45

GoogleCodeExporter commented 8 years ago
Is there a schedule for the next beta release or is it whenever it ends up 
happening?

Original comment by bryant.m...@gmail.com on 24 Nov 2009 at 5:47

GoogleCodeExporter commented 8 years ago
the latter, I'm afraid.  But please grab the current source from tip and give 
it a whirl - things should mostly be in 
good shape.

Original comment by lst...@gmail.com on 24 Nov 2009 at 6:05

GoogleCodeExporter commented 8 years ago
I don't know if it matters any more, but critical_win_qextserialport.diff is 
exactly the same change I made in win-alpha2. It can be marked as fixed then.

Original comment by michpoli...@gmail.com on 19 Jul 2012 at 9:50