Как я передал данные из QT в Keil uVision5 (stm32)?
Как мне написать код, если я хочу увидеть эти данные? В чем проблема?
serial->write("where");
qDebug()<<"Send OK to Tx";
ui->lineEdit->setText("11");
}```
Hello everyone. I tried to work with QT and I want to create interface. I set up 2d schema but I have a problem in software part. I am trying to send a data to keil uvision(stm32 card).İ set up the which port connected to serial.Therefore can't be this problem.i want to see string "where" in Keil.i wrote this function but i didn't see in the keil so i want help.