Closed itas109 closed 6 months ago
描述bug
m_SerialPort.disconnect_all(); m_SerialPort.readReady.connect(this, &MainWindow::OnReceive);
如果在readReady.connect之前调用disconnect_all,那么异步的接收函数将无法收到数据
If you call disconnect_all before readReady.connect, then the receive function will not receive data
remove disconnect_all is ok
//m_SerialPort.disconnect_all(); m_SerialPort.readReady.connect(this, &MainWindow::OnReceive);
运行环境信息:
sigslot not support on v4.3.x
描述bug
如果在readReady.connect之前调用disconnect_all,那么异步的接收函数将无法收到数据
If you call disconnect_all before readReady.connect, then the receive function will not receive data
remove disconnect_all is ok
运行环境信息: