4852| 2
|
[已解决] W5200无法设置IP地址问题 |
小弟刚开始学Arduino,想试试物联网,买了DBRobot的W5200扩展板。但是调试的时候发现官方的代码不能很好地使用,所以自己也下了一个W5200的库文件放入libraries,但是在设置IP地址的时候,用了byte mac[] = { 0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED }; byte ip[]={125,217,227,201}; byte dnServer[]={202,12,201,112}; byte gateway[]={125,217,227,254}; byte subnet[]={255,255,255,0}; 以及 Ethernet.begin(mac, ip, dnServer, gateway, subnet); 其它代码不变,下载到Arduino以后,COM口监控的结果是 server is at 132.212.0.128 输入自己设置的IP和COM口返回的IP都无法访问,请问如何解决,谢谢 |
© 2013-2024 Comsenz Inc. Powered by Discuz! X3.4 Licensed