CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等) 搜索资源 - ping-a

搜索资源列表

  1. CS8900A_汇编实现51单片机的TCP_IP协议

    0下载:
  2. 在51单片机上用汇编实现的TCP/TP协议网络通信,1、可以接收和发送帧 2、 实现了ARP报文传输;3、 ARP应答;4、实现了ICMP协议 5、 可以被其他网络中的主机Ping到 6、 实现了UDP协议-in 51 MCU used to achieve a compilation of TCP / TP network communication agreement, one that can receive and send two frames to achieve the ARP p
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:5.08kb
    • 提供者:张雪奇
  1. pcbind

    0下载:
  2. This a two node test, requires a Coordinator and an RFD. The coordinator and node simply ping-pong a packet back and forth, and print out the RSSI byte. The RFD waits before bouncing it back, while the coordinator responds immediately.-This
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3.82kb
    • 提供者:阿伟
  1. TCP-IP

    0下载:
  2. PIC单片机网络编程的源代码,使用了EN28J60以太网控制器,非常适合远程控制场合,ENC28J60是一款专门为单片机应用而设计的以太网控制芯片,一共28个引脚,通过SPI总线与单片机芯片连接,占用口线少,速度也比较快,对于软件开发而言,MicroChip提供了免费的TCP/IP协议栈,大大方便了软件工程师的开发工作。-PIC microcontroller network programming source code, use the EN28J60 Ethernet controller
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:1.65mb
    • 提供者:zhouyao
  1. mcu_netV1.00

    1下载:
  2. 移植uIP1.0到51单片机上的版本mcu_netV1.00 uIP ARP / ICMP / TCP协议的完全移植,可以稳定ping通单板,使用TCP服务器功能,连上单板的TCP服务器功能时(自定义端口1234),单板发出“Hello,how are you?”的问候。其后发出的字符单板都原样返回。 -Transplantation uIP1.0 to 51 single-chip version of the mcu_netV1.00 uIP ARP/ICMP/TCP proto
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2012-11-11
    • 文件大小:1015.24kb
    • 提供者:郑禾
  1. ch32b

    0下载:
  2. 程序运行要求系统中有一台运行Linux 6.0以上版本的Linux服务器,并且开放PING和UDP协议,远程发送文件程序-Program requirements have a system running Linux 6.0 or above versions of Linux servers, and open PING and the UDP protocol, remote procedure to send the file
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:359.84kb
    • 提供者:dayuruozhi
  1. visual

    0下载:
  2. 组合可VC,使用定时器,画圆,开屏。读写自定义的文件,是学习vc编写的一个小界面。-The combination of VC, use the timer, drawcircle, Kai-Ping. Custom documents to read and write is learning to prepare a small vc interface.
  3. 所属分类:SCM

    • 发布日期:2017-04-23
    • 文件大小:73.17kb
    • 提供者:msc
  1. simulationoftabletennisgame

    0下载:
  2. 乒乓球游戏机是模拟乒乓球比赛的过程和规则,并能自动裁判和记分的模拟装置。两人乒乓游戏机是用8个发光二极管代表乒乓球台,中间两个发光二极管兼做乒乓球网,用点亮的发光二极管按一定方向移动来表示球的运动,在游戏机的两侧个设置发球和击球开关,甲乙双方按乒乓球比赛规则来操作开关。设置自动记分电路,甲、乙双方各用7段译码管进行记分显示,每计满21分为1局,然后记分清零,重新开始新一局比赛。 -Table tennis table tennis game is a simulation of the proc
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:149.1kb
    • 提供者:张倩
  1. Light

    0下载:
  2. 自己写的松下单片机的嵌入式程序,实现了一个根据亮灯顺序拨动乒乓式开关来玩的游戏。-Panasonic MCU write embedded programs, in order to achieve a toggle under the lighting switch play ping pong game.
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:140.68kb
    • 提供者:谭小俊
  1. LED-PING

    0下载:
  2. led条屏带仿真,可为想学习的朋友提供了很好的参考。-led strip screen with a simulation study for the friends to provide a good reference.
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:135.04kb
    • 提供者:胡建刚
  1. RTL8019_1_2

    1下载:
  2. 51控制RTL8019AS通信,KEIL UVISON编译环境,成功编译,有完整工程文件及代码详细介绍,功能实现PING通信-51 control RTL8019AS communications, KEIL UVISON build environment, successfully compiled, a complete project file and code details, functional communication to achieve PING
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2017-05-16
    • 文件大小:102.9kb
    • 提供者:wangshoupeng
  1. 51ping

    0下载:
  2. 用51单片机简单的ping实现,非常适合TCPIP协议初学者,非常简单实用-MCU with 51 to achieve a simple ping, TCPIP protocol very suitable for beginners, very simple and practical
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:6.4kb
    • 提供者:wangpoba
  1. src

    0下载:
  2. 单片机的TCP_IP网络编程与应用,uIP ARP / ICMP / TCP协议的完全移植,可以稳定ping通单板,使用TCP服务器功能,连上单板的TCP服务器功能时(自定义端口1234),单板发出“Hello,how are you?”的问候。其后发出的字符单板都原样返回。有很好的学习和研究价值。-SCM TCP_IP network programming and applications, uIP ARP/ICMP/TCP protocol completely portable, you
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:48.21kb
    • 提供者:fish
  1. ping

    0下载:
  2. 64字双色汉字led显示屏(非常好的汉字屏资料 ,含有程序, pcb等等文件)-64 word-color led display Chinese characters (a very good character screen information, with the program, pcb, etc. files)
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:361.44kb
    • 提供者:philzheng
  1. songs

    0下载:
  2. 一个可以让有缘喇叭唱歌的汇编程序,可以重复播放祝你平安的歌声-one program can let the micro chip make a song,and the song is zhu ni ping an..
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:9.77kb
    • 提供者:jjl312
  1. 51MCU_ethernet-card

    1下载:
  2. 本人做的51单片机以太网卡完整工程代码,采用AT89S52单片机+RTL8019以太网芯片,Keil编译。已经实现Ping功能,Web Server功能-A 51 MCU ethernet card program, using AT89S52+RTL8019, using Keil compiler, completed ping function and web server function.
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:195.9kb
    • 提供者:立宏
  1. ENC28J60DEMO

    0下载:
  2. 使用方法: 程序设置了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
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:979.93kb
    • 提供者:tyrone
  1. wu-ping-guan-li-xi-tong-

    0下载:
  2. Office物品管理系统A Office物品管理系统A-Office Office Office
  3. 所属分类:SCM

    • 发布日期:2017-06-12
    • 文件大小:18.08mb
    • 提供者:an_qiao
  1. LWIP

    2下载:
  2. 本实验所需器材:STM32F407开发板块,网线一根。 本实验将实现如下功能:用网线将开发板连接到路由器上。开机的时候将初始化LAN8720、LWIP协议栈等,LAN8720会自动与路由器或者电脑进行自协商,通过自协商确定连接速度与双工状态。如果开启了DHCP的话开发板就会通过路由器获取IP地址,如果没有路由器的话只能使用静态IP地址,我们默认的静态IP地址为:192.168.1.30,子网掩码:255.255.255.0,默认网关:192.168.1.1。当DHCP获取IP地址信息成功后就
  3. 所属分类:SCM

    • 发布日期:2017-05-07
    • 文件大小:1.22mb
    • 提供者:Wu
  1. Ping-Pong Games with Arduino

    0下载:
  2. A ping pong game source code run on arduino uno
  3. 所属分类:单片机开发

    • 发布日期:2017-12-30
    • 文件大小:109kb
    • 提供者:yikescloud
搜珍网 www.dssz.com