I've got problem with my program based on QSerialPort class. I've created reciever application for my bluetooth module HC-06 (which connects to pc as serial port) and my app has recieved data from this module without any troubles. Now I've just wrote another app which should simulate transmitter. Then I tried to use program Free Virtual Serial Port to create a bridge between two virtual serial ports. And after that some problems occure. The reciever app does not emit readyRead() signal even thought I write data to bridged serial port via tranmiter app. When I disconnet reciever and connect to the same port via Hercules terminal all buffered data are shown.
What am i doing wrong? Is there any option to make it work? I am using qt creator 2.8.1 based on qt 5.1.1 on windows 7 64bit.