Home > other >  Qt problem
Qt problem

Time:10-06

How to use a serial port receives the data and display the data curve

CodePudding user response:

Using QSerialPort class serial port operation

CodePudding user response:

Use groove processing data reception: connect (& amp; M_Serial, SIGNAL (readyRead ()), and this, SLOT (myRecvData ()));
  • Related