np43 / qextserialport

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

Win open device by portName, Linux open device by physName #131

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On Windows qextserialport cannot open serial device by physName (from 
enumerator)
On Linux  qextserialport cannot open serial device by portName (from enumerator)

So, it is not so "cross platform" behaviour.

qextserialport-1.2beta1

Original issue reported on code.google.com by szaszg.s...@gmail.com on 12 May 2012 at 7:07

GoogleCodeExporter commented 9 years ago
And fix is pretty simple - make "portName" and "physName" the same for Linux.
Attached is my patch versus current repo state.

Original comment by alexey.b...@gmail.com on 23 May 2012 at 10:37

Attachments:

GoogleCodeExporter commented 9 years ago
portName works under linux now.

Original comment by dbzhang...@gmail.com on 8 Jun 2012 at 6:27

GoogleCodeExporter commented 9 years ago
Thanks a lot!
Appreciate your work.

Original comment by alexey.b...@gmail.com on 8 Jun 2012 at 9:57