文件名称:ENC28J60Experiment

  • 所属分类:
  • 单片机(51,AVR,MSP430等)
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2015-06-07
  • 文件大小:
  • 1.19mb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 夜*
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

本实验将实现如下功能:开机检测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
(系统自动生成,下载前可以参看下载内容)

下载文件列表





ENC28J60网络模块实验\HARDWARE\24CXX\24cxx.c

....................\........\.....\24cxx.h

....................\........\.....\myiic.c

....................\........\.....\myiic.h

....................\........\ADC\adc.c

....................\........\...\adc.h

....................\........\BEEP\beep.c

....................\........\....\beep.h

....................\........\DAC\dac.c

....................\........\...\dac.h

....................\........\.MA\dma.c

....................\........\...\dma.h

....................\........\ENC28J60\enc28j60.c

....................\........\........\enc28j60.h

....................\........\.XTI\exti.c

....................\........\....\exti.h

....................\........\FLASH\flash.c

....................\........\.....\flash.h

....................\........\KEY\key.c

....................\........\...\key.h

....................\........\LCD\FONT.H

....................\........\...\ILI93xx.c

....................\........\...\lcd.h

....................\........\.ED\led.c

....................\........\...\led.h

....................\........\OLED\oled.c

....................\........\....\oled.h

....................\........\....\oledfont.h

....................\........\RTC\rtc.c

....................\........\...\rtc.h

....................\........\SPI\spi.c

....................\........\...\spi.h

....................\........\TIMER\timerx.c

....................\........\.....\timerx.h

....................\........\.PAD\tpad.c

....................\........\....\tpad.h

....................\........\WDG\wdg.c

....................\........\...\wdg.h

....................\........\.KUP\wkup.c

....................\........\....\wkup.h

....................\keilkill.bat

....................\OBJ\test.hex

....................\README.TXT

....................\SYSTEM\delay\delay.c

....................\......\.....\delay.h

....................\......\readme.txt

....................\......\sys\stm32f10x.h

....................\......\...\sys.c

....................\......\...\sys.h

....................\......\...\system_stm32f10x.h

....................\......\usart\usart.c

....................\......\.....\usart.h

....................\uIP-1.0\apps\dhcpc\dhcpc.c

....................\.......\....\.....\dhcpc.h

....................\.......\....\.....\Makefile.dhcpc

....................\.......\....\hello-world\hello-world.c

....................\.......\....\...........\hello-world.h

....................\.......\....\...........\Makefile.hello-world

....................\.......\....\README.txt

....................\.......\....\resolv\Makefile.resolv

....................\.......\....\......\resolv.c

....................\.......\....\......\resolv.h

....................\.......\....\smtp\Makefile.smtp

....................\.......\....\....\makestrings

....................\.......\....\....\smtp-strings

....................\.......\....\....\smtp-strings.c

....................\.......\....\....\smtp-strings.h

....................\.......\....\....\smtp.c

....................\.......\....\....\smtp.h

....................\.......\....\telnetd\Makefile.telnetd

....................\.......\....\.......\shell.c

....................\.......\....\.......\shell.h

....................\.......\....\.......\telnetd.c

....................\.......\....\.......\telnetd.h

....................\.......\....\webclient\Makefile.webclient

....................\.......\....\.........\makestrings

....................\.......\....\.........\webclient-strings

....................\.......\....\.........\webclient-strings.c

....................\.......\....\.........\webclient-strings.h

....................\.......\....\.........\webclient.c

....................\.......\....\.........\webclient.h

....................\.......\....\...server\http-strings

....................\.......\....\.........\http-strings.c

....................\.......\....\.........\http-strings.h

....................\.......\....\.........\httpd-cgi.c

....................\.......\....\.........\httpd-cgi.h

....................\.......\....\.........\......fs\fade.png

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org