In my program I want to communicate with two different com ports. From one of them I get alarm signals. This works Ok.
But now I try to send and receive data to a GSM terminal for sending SMS messages. I am not able to get response from the terminal to my computer.
Do you know if I can use QextSerialPort to communicate with several serial ports in the same program? I use QWidget as base.