搜索资源列表
LPC2378_Ethernet
- lpc2378 网络开发例程,包括TCP/UDP 检测和PC测试软件-lpc2378 web development routines, including TCP/UDP inspection and testing PC software
TCPIP
- 使用C8051F340自带程序修改,tcp/ip协议栈自动完成,可完成多路ad检测,通过网络页面直接读取数据!-Own procedures using the C8051F340 modify, tcp/ip protocol stack automatically can detect the completion of multiple ad, read the data directly through the web page!
ENC28J60Experiment
- 本实验将实现如下功能:开机检测ENC28J60,如果检测不成功,则提示报错。在成功检测到ENC28J60之后,初始化uIP,并设置IP地址(192.168.1.16)等,然后监听80端口和1200端口,并尝试连接远程1400端口,80端口用于实现WEB Server功能,1200端口用于实现TCP Server功能,连接1400端口实现TCP Client功能。此时,我们在电脑浏览器输入http://192.168.1.16 ,就可以登录到一个界面,该界面可以控制开发板上两个LED灯的亮灭,还会