标签:blog tcp tran 设置 wifi 开机 bsp net mode
AT+CWMODE=1//设置WiFi工作在透传模式
AT+CWJAP_DEF="XX","YYY"//设置要链接的wifi名称、密码,并进行连接
//设置TCP/IP
AT+SAVETRANSLINK=1,"192.168.43.1",8080,"TCP"
https://blog.csdn.net/csdnhuaong/article/details/67011585
标签:blog tcp tran 设置 wifi 开机 bsp net mode
原文地址:https://www.cnblogs.com/cjdty/p/10954658.html