Hi there,

I've started a little application i KDevelop, and I'm getting better and better... Until now I can only design the GUI, and use slots/connections.

How do I read the different tty's (/dev/tty*) into a combobox?

The purpose is to be able to choose the serial port where an appliance is connected.

When this is accomplished, I will also need to know how to read/write on the serial line from within my application. (send and receive settings for the device)