搜索资源列表
CS8900A_汇编实现51单片机的TCP_IP协议
- 在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
8051的UDP协议实现 协议实现--c语言编写
- 8051的UDP协议实现 协议实现--c语言编写 用51单片机实现的。-8051 to achieve the UDP protocol -- c language with the MCS-51 microcontroller.
UDP on CE4.2
- 一个基于windows ce 4.2系统的SH3处理器的UDP协议寨程序-windows ce based on a 4.2 system SH3 processor UDP Walled procedures
UDP
- UDP协议站源码。很好的一个UDP源码,如果没有UDP协议站的,可以作为参考
udp
- CP2201和51单片机实现ARP ICMP IP UDP协议
TCP IP协议源码
- 实现一个运行在16位数字信号处理器TMS320VC5402上的小型嵌入式TCP/IP协议栈。对TCP/IP协议中的IP协议、ARP协议、UDP协议进行分析,完成基于TCP/IP协议的嵌入式网络系统-A small embedded TCP/IP protocol stack running in a 16bits data signal processor TMS320VC5402 is implemented. IP, ARP, UDP etc. protocols in TCP/IP p
RS232串口通信协议
- RS232串口通信协议,verilog实现,通过FPGA完全调通。,RS232 serial communication protocol, verilog achieved entirely through the FPGA transfer pass.
The_Application_of_LwIP(UDP).r
- LwIP在Luminary系列cortex m3 MCU上的应用,实现了UDP传输协议,可用于对LM3S系列ARM MCU的学习以及LwIP的学习。,Luminary Series LwIP in cortex m3 MCU applications,the realization of the UDP transport protocol,can be used for ARM MCU Series LM3S learning and learning LwIP.
jpegNetWork-UDP
- 基于DM642、DM643的网络摄像机,实现网络视频传输功能,采用TI的JPEG库进行视频压缩,使用UDP协议传输,达到每秒10帧以上,基本实现实时功能。-Based on DM642, DM643 network camera, network video transmission capabilities, TI' s JPEG library used for video compression, transmission using the UDP protocol, more t
udp
- 这是一个基于UDP协议的C/S聊天系统,在QT里实现正常的通信-This is a UDP-based C/S chat system, in QT, normal communication
UDP-For-CE
- wince网络编程开发中用到的UDP协议相关Socket函数类。比较完整,重点推荐。-wince Network Programming UDP protocols used in functions related to Socket class. More complete, Highlights.
UDP
- 实现了C8051F340单片机依据UDP协议传输数据-C8051F340 realize a single-chip based on UDP protocol to transmit data
UDP
- bf533平台下的DM9000A的测试代码,其可执行ping协议-BF533 platform DM9000A under the test code, the executable ping agreement
UDP
- udp通信试验的源码,及tcp/ip协议栈包-udp source communications test and tcp/ip protocol stack package
udp
- UDP协议在44B0上的代码,内附详细使用说明。-44B0 on UDP protocol at the code, containing detailed instructions.
UDP
- 单片机UDP协议源码,用C8051F120单片机与CP2200网络芯片实现的UDP协议。-udp source code on c8051f120 plus cp2200 chip.
44b0-rtl8019as
- 此程序为s3c44b0+rtl8019的网口通讯程序。程序中实现了arp协议、imcp协议和udp协议的通信!代码经测试完全可靠!-This program is s3c44b0+ rtl8019 of the net mouth communication process. Program implemented arp protocol, imcp protocol and udp protocols of communication! The code has been tested an
udp
- 资料源码整理,关于UDP协议IP包的定义-UDP
arm7-cs8900-udp
- 基于ARM7的嵌入式系统与cs8900网卡的udp协议编程源代码-ARM7-based embedded systems and cs8900 udp protocol network card programming source code
实现简单UDP协议,ICMP协议,ARP协议
- 实现简单UDP协议,ICMP协议,ARP协议,在周立功TCPIP协议基础上修改.