Welcome![Sign In][Sign Up]
Location:
Search - http enc28j60

Search list

[TCP/IP stackSTM32+J60intente

Description: STM32+J60 网络程序 可PIN 可TCP-HTTP-STM32+ J60 network program can be PIN can be TCP-HTTP
Platform: | Size: 787456 | Author: zusen | Hits:

[Internet-NetworkAVRNET(ENC28J60+ATMEAG32)from_icdev.com.cn

Description: 此为ATMEGA32+ENC28J60以太网通信很好的代码,含液晶 按键 HTTP WENB页面显示 已经调试通过.-This is ATMEGA32+ ENC28J60 Ethernet Communication very good code, containing liquid crystal button HTTP WENB debug page shows through.
Platform: | Size: 316416 | Author: 白朝英 | Hits:

[Technology ManagementavrETH1

Description: ENC28J60 System HTTP
Platform: | Size: 1270784 | Author: gkuser | Hits:

[Other Embeded programhttp

Description: http implementations of ENC28J60, useful for those who try to build AVRNET
Platform: | Size: 4096 | Author: Giang | Hits:

[Embeded-SCM DevelopSTM32_ENC28J60

Description: STM32 web http 代码附上原理图,那位要用SMT32做开发的话,可以字节拿来修改。-STM32 web http code attached diagram, use SMT32 who do develop, you can modify the byte brought.
Platform: | Size: 2298880 | Author: wangjp | Hits:

[ARM-PowerPC-ColdFire-MIPSENC28J60Demo

Description: 是Microchip的芯片ENC28J60的TCP/IP的完整协议栈(自Microchip的非公开下游ODM厂商资料,官方不提供下载)。其中有完整的TCP/IP/UDP/HTTP/FTP/SNMP等的Demo,甚至有为FTP演示用的Microchip File System的源码,方便各种直接应用。-Is the chip ENC28J60 Microchip' s TCP/IP protocol stack integrity (from Microchip' s downstream ODM manufacturers of non-public information, the official is not available for download). Including full TCP/IP/UDP/HTTP/FTP/SNMP, etc. Demo, demo and even promising FTP source of Microchip File System, to facilitate a variety of direct applications.
Platform: | Size: 799744 | Author: Alcohol | Hits:

[SCMENC28J60DEMO

Description: 使用方法: 程序设置了ENC28J60的IP为192.168.0.15,模块通电后与电脑的网口用网线连接起来, 设置电脑的本地IP为192.168.0.**(**自定),网关为192.168.0.15,其他默认,配置 成功后便可以arp或ping模块。 打开浏览器,在地址里输入http://192.168.0.15/123456可打开开发板简单网页,页 面上通过按键来控制开发板LED的亮灭。-Use: setup the ENC28J60 of IP to 192.168.0.15, the module is powered on the computer' s Ethernet port using a cable connection up to set the computer' s local IP 192.168.0.** (** Custom), the gateway 192.168.0.15, default configuration is successful, it will make arp or ping module. Open the browser, enter the address http://192.168.0.15/123456 to open the development board simple web pages, and page keys to control the development board LED light off.
Platform: | Size: 1003520 | Author: tyrone | Hits:

[ELanguageenc28j60

Description: *** *** *** *** *** *** *** ** * vim:sw=8:ts=8:si:et * To use the above modeline in vim you must have set modeline in your .vimrc * Author: Guido Socher * Copyright: GPL V2 * http://www.gnu.org/licenses/gpl.html * * Based on the enc28j60.c file the AVRlib library by Pascal Stang. * For AVRlib See http://www.procyonengineering.com/ * Used with explicit permission of Pascal Stang. * * Title: Microchip ENC28J60 Ethernet Interface Driver * Chip type : ATMEGA88 with ENC28J60 ******************************************** - ******************************************** * vim:sw=8:ts=8:si:et * To use the above modeline in vim you must have set modeline in your .vimrc * Author: Guido Socher * Copyright: GPL V2 * http://www.gnu.org/licenses/gpl.html * * Based on the enc28j60.c file the AVRlib library by Pascal Stang. * For AVRlib See http://www.procyonengineering.com/ * Used with explicit permission of Pascal Stang. * * Title: Microchip ENC28J60 Ethernet Interface Driver * Chip type : ATMEGA88 with ENC28J60 ********************************************
Platform: | Size: 4096 | Author: vk | Hits:

[Other Embeded programrtthread_yeelink

Description: 这个实在stm32上运行的rtthread系统源代码。是由yeelink公司内部提供的。里面有操作ENC28J60的驱动和http通信的应用。-This is running on the rtthread STM32 system source code. Is provided by yeelink company internally. There are ENC28J60 drivers and HTTP communications applications.
Platform: | Size: 3781632 | Author: 方辉 | Hits:

[SCMENC28J60Experiment

Description: 本实验将实现如下功能:开机检测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灯的亮灭,还会显示开发板的当前时间以及开发板STM32芯片的温度(每10秒自动刷新一次)。另外,我们通过网络调试软件(做TCP Server时,设置IP地址为:192.168.1.103,端口为1400;做TCP Client时,设置IP地址为:192.168.1.16,端口为1200)同开发板连接,即可实现开发板与网络调试软件之间的数据互发。按KEY0,由开发板的TCP Server端发送数据到电脑的TCP Client端。按KEY2,则由开发板的TCP Client端发送数据到电脑的TCP Server端。LCD显示当前连接状态。-The experiment will achieve the following functions: start testing ENC28J60, if the test was not successful, the system prompts error. After successfully detected ENC28J60, initialize uIP, and set the IP address (192.168.1.16), etc., and then listens on port 80 and port 1200, and attempts to connect to the remote 1400 port, 80 port is used for WEB Server functions, 1200 port is used for TCP Server function, connecting ports 1400 TCP Client function. At this point, we enter in the computer browser http://192.168.1.16, you can log in to an interface that can control the development board two bright LED lights off, also displays the current time and the development board development board STM32 chip temperature (automatically refresh every 10 seconds). In addition, we network debugging software (do TCP Server, set the IP address is: 192.168.1.103, port is 1400 do TCP Client, set the IP address is: 192.168.1.16, port 1200) with the development board, namely Boards and can achieve data int
Platform: | Size: 1243136 | Author: 夜辰 | Hits:

[SCMSTM32F103C8 FUIP

Description: 用的stm32开发板,外加ENC28J60模块,FUIP的STM32最稳定版。程序中可稳定运行HTTP,TCP Server TCP CLIENT ,UDP。最难得是可以自动获取IP DHCP功能(The STM32 development board, the ENC28J60 module, and the most stable STM32 version of FUIP. In the program, HTTP can be run steadily, TCP Server TCP CLIENT, UDP. The most difficult thing is to automatically get the IP DHCP function)
Platform: | Size: 4381696 | Author: lele182 | Hits:

[VHDL-FPGA-VerilogNIOS Ethernet (enc28j60 chip)

Description: Implemented NIOS2 processor on SOPC Quartus 11.1, using internal Cyclone memory (on chip 32 kB) The software allows you to remotely access the web page. http://192.168.0.100/888 you can poke into the center through the Nios console there will be a reaction of +1 PING works.
Platform: | Size: 125284 | Author: hemamont@mail.ru | Hits:

CodeBus www.codebus.net