STM32与ESP8266-CH340G模块实现通信------第二步自制网络调试助手与串口助手联调
TCP服务端1.建立信号连接tcpSocket=newQTcpSocket();//服务端server=newQTcpServer();//服务端//连接信号槽connect(server,SIGNAL(newConnection()),this,SLOT(newConnection_Slot()));2.建立新连接//tcp服务端建立新连接voidMainWindow::newConnectio