搜索资源列表
ENC28J60_STM32_TFT
- stm32f103为控制核心,enc28j60为网络模块,ili9325驱动的液晶屏lcd 实现web服务器,使用GET 命令数据传输,发送指令,并调用其他服务器图片美化网页,可以学一学html语言,设计更好的页面,调试成功与大家分享,最初代码来自于别人的。-stm32f103 for the control of the core, enc28j60 for the network module, ili9325 driven LCD screen lcd achieve web server
WebServer.213x.4x
- LPC 213X/214X 实现WEBSERVER 的源代码,亲自测试过没有问题,如果和Microchip的enc28j60网络芯片结合使用,需要注意对MIC芯片的检查,我发现MIC的这款网络芯片稳定性欠佳,需要读取链路状态和“发送状态”寄存器位,虽然我也不明白为什么是“发送”,但是无论发送还是接受溢出导致的28j60死掉,都可以通过这个标志为发现,测试后确实管用!-LPC 213X/214X the source code to achieve WEBSERVER personally tes
UdpRtc
- UdpRtc (Ethernet Library demo for ENC28J60 mcu) this code shows how to use the ENC28J60 mini library : * the board will reply to ARP & ICMP echo requests * the board will reply to UDP requests on any port : * returns the command name *
My_enc28j60
- 基于51单片机和enc28j60网卡芯片设计的网络传输协议,时间ARP请求、应答,ping功能,UDP发送、接收等功能。-Network transmission protocol based on 51 And enc28j60-card chip design time ARP request, response, ping function, UDP send, receive functions.
UCOS_udp
- Ucos为基础的使用ENC28J60的简易UDP接收端,将接收到的消息,以消息邮箱的方式发送到串口。-Simple UDP Ucos based ENC28J60 receiver, the message will be received, send mail to the serial port to the message.
ethernet-UDP
- you wil find a program that asuure a ethernet communication between EFM32 board with a PC via an ethernet controller enc28j60, you can send udp packet from the board by pressing on the user buttons.