Click here to Skip to main content
15,880,608 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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
Posted
Comments
Volynsky Alex 26-Aug-12 4:19am    
Try to use the QextSerialPort (http://code.google.com/p/qextserialport/)
The QextSerialPort provides an interface to old fashioned serial ports for Qt-based applications. It currently supports Mac OS X, Windows, Linux, FreeBSD.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900