np43 / qextserialport

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

List serial ports in Qt application on windows and Mac #147

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am creating one Qt based application for windows and Mac OS X. I used 
Qextserial port to connect and communicate through serial port it works well.

But now I need to list existing serial ports in a system like "COM1" "COM2" etc.

How I can do this in Qt, is there any native C++ code available to list 
existing serial ports in a system that i can include in Qt application

Original issue reported on code.google.com by arunkuma...@gmail.com on 25 Aug 2012 at 4:05

GoogleCodeExporter commented 9 years ago
Hi, this function has been provied in the library.

http://docs.qextserialport.googlecode.com/git/1.2/qextserialenumerator.html

Original comment by dbzhang...@gmail.com on 25 Aug 2012 at 4:18