user2216648
user2216648

Reputation: 41

List of the connected Serial port C Qt

I am working in a project with QT and i m trying to get the list of the connected ports

Can any one help me please with this? What is a possible API call for this?

Upvotes: 0

Views: 659

Answers (1)

Mali
Mali

Reputation: 2700

You should use QSerialPort

Look at the enumerator example to know how

If you use Qt4, look here

Upvotes: 0

Related Questions