Welcome![Sign In][Sign Up]
Location:
Search - arm7 udp

Search list

[Other resourceucoos2_udp

Description: arm7下ucos2下开发的完整udp协议实现代码,有完整的代码注释。-ARM7 ucos2 under development under the complete udp protocol code, a complete code Notes.
Platform: | Size: 1389 | Author: zhanglin | Hits:

[Other resourceDTU3.0

Description: 基于nucleus操作系统的GPRS无线数据传输终端全套源文件。包括支持ARM7的BSP,操作系统,GPRS驱动,PPP协议栈,TCP/UDP/IP/TFTP协议栈和数据传输应用程序。这套成熟可靠,在产品中应用。还包含以太网驱动和文件系统-nucleus operating system based on GPRS wireless data transmission terminals set of source documents. Including support for ARM7 BSP, operating system, GPRS-driven, PPP protocol stacks, TCP / UDP / IP / TFTP protocol stack and data transmission applications. This is mature, reliable, product application. Drivers also includes Ethernet and documentation system
Platform: | Size: 9324457 | Author: 刘昊 | Hits:

[Other resourceArm_UDP

Description: arm7上的UDP通信,在arm30000平台上可以完全的运行,非常有用.
Platform: | Size: 5779199 | Author: 小波 | Hits:

[Other resourcearm3000ADS1

Description: 博创科技arm3000开发板(arm7 44b0) 大量实验源代码 bootloader实验 ucos的移植 ucos的开发柜架 音频实验 电机控制 绘图的API函数 UDP通讯实验 LCD的驱动控制 触摸屏程序设计 系统的消息循环
Platform: | Size: 504215 | Author: lisuwei | Hits:

[Other resourcezlg_udp

Description: ZLG UDP驱动程序,基于ARM7 LPC2200 上的UDP 测试程序
Platform: | Size: 1677252 | Author: 何俊德 | Hits:

[Other resourceEmbbeded_tcp_ip_user_guide

Description: 嵌入式TCP/IP协议栈说明书下载-- 技术说明: 1)用户应用协议栈则需要编写以太网的数据报收发驱动,就可以使用协议栈提供的标准SOCKET API,完成服务器和客户端应用程序的开发。 2)协议栈运行于非操作系统的环境下,因此它的运行速度与一般采用多任务操作系统的TCP/IP协议,速度相对说来要快。 3)协议栈完成的功能包括ARP,IP,ICMP(ping),TCP,UDP,暂不支持IGMP,RARP。 4)协议栈采用C代码编写,可方便的移植于各种单片机平台。 5)协议栈在ARM7+RTL8019硬件环境下测试,并建立了FTP服务器和WEB服务器,性能稳定。 6)协议栈建立的FTP服务器和WEB服务器与Internet Explorer浏览器和ftp.exe相互兼容。 7)协议栈每一个SOCKET上建了数据缓冲队列(数据结构),用于接收SOCKET的并发数据,实现多SOCKET的并发数据报处理,可同时运行FTP服务器和WEB服务器。 8)协议栈实现了ACK的延时答应(200ms),支持TCP多包发送和接收,但未支持TCP数据报的失序处理,因此适合局域网内使用。 诚邀与您合作,QQ:292942278
Platform: | Size: 11406 | Author: 6756 | Hits:

[ARM-PowerPC-ColdFire-MIPSucoos2_udp

Description: arm7下ucos2下开发的完整udp协议实现代码,有完整的代码注释。-ARM7 ucos2 under development under the complete udp protocol code, a complete code Notes.
Platform: | Size: 1024 | Author: zhanglin | Hits:

[Other Embeded programDTU3.0

Description: 基于nucleus操作系统的GPRS无线数据传输终端全套源文件。包括支持ARM7的BSP,操作系统,GPRS驱动,PPP协议栈,TCP/UDP/IP/TFTP协议栈和数据传输应用程序。这套成熟可靠,在产品中应用。还包含以太网驱动和文件系统-nucleus operating system based on GPRS wireless data transmission terminals set of source documents. Including support for ARM7 BSP, operating system, GPRS-driven, PPP protocol stacks, TCP/UDP/IP/TFTP protocol stack and data transmission applications. This is mature, reliable, product application. Drivers also includes Ethernet and documentation system
Platform: | Size: 9382912 | Author: 刘昊 | Hits:

[ARM-PowerPC-ColdFire-MIPSPWM(44b0)

Description: ARM7 44B0的PWM程序,是周立功的测试程序-ARM7 44B0 of the PWM process is Ligong weeks of the test procedure
Platform: | Size: 80896 | Author: liliang | Hits:

[ARM-PowerPC-ColdFire-MIPSArm_UDP

Description: arm7上的UDP通信,在arm30000平台上可以完全的运行,非常有用.-ARM7 on UDP communications, in arm30000 platform can be completely operational, very useful.
Platform: | Size: 5779456 | Author: 小波 | Hits:

[ARM-PowerPC-ColdFire-MIPSarm3000ADS1

Description: 博创科技arm3000开发板(arm7 44b0) 大量实验源代码 bootloader实验 ucos的移植 ucos的开发柜架 音频实验 电机控制 绘图的API函数 UDP通讯实验 LCD的驱动控制 触摸屏程序设计 系统的消息循环-Fiberxon arm3000 Technology Development Board (arm7 44b0) source code for a large number of experimental transplant uCOS bootloader experimental development uCOS Shelves graphics audio experimental motor control function of the API test UDP communication LCD driver control touch screen programming system message loop
Platform: | Size: 510976 | Author: lisuwei | Hits:

[ARM-PowerPC-ColdFire-MIPSzlg_udp

Description: ZLG UDP驱动程序,基于ARM7 LPC2200 上的UDP 测试程序-ZLG UDP driver, based on the ARM7 LPC2200 s UDP test procedures
Platform: | Size: 1677312 | Author: 何俊德 | Hits:

[Software EngineeringEmbbeded_tcp_ip_user_guide

Description: 嵌入式TCP/IP协议栈说明书下载-- 技术说明: 1)用户应用协议栈则需要编写以太网的数据报收发驱动,就可以使用协议栈提供的标准SOCKET API,完成服务器和客户端应用程序的开发。 2)协议栈运行于非操作系统的环境下,因此它的运行速度与一般采用多任务操作系统的TCP/IP协议,速度相对说来要快。 3)协议栈完成的功能包括ARP,IP,ICMP(ping),TCP,UDP,暂不支持IGMP,RARP。 4)协议栈采用C代码编写,可方便的移植于各种单片机平台。 5)协议栈在ARM7+RTL8019硬件环境下测试,并建立了FTP服务器和WEB服务器,性能稳定。 6)协议栈建立的FTP服务器和WEB服务器与Internet Explorer浏览器和ftp.exe相互兼容。 7)协议栈每一个SOCKET上建了数据缓冲队列(数据结构),用于接收SOCKET的并发数据,实现多SOCKET的并发数据报处理,可同时运行FTP服务器和WEB服务器。 8)协议栈实现了ACK的延时答应(200ms),支持TCP多包发送和接收,但未支持TCP数据报的失序处理,因此适合局域网内使用。 诚邀与您合作,QQ:292942278-err
Platform: | Size: 11264 | Author: 6756 | Hits:

[ARM-PowerPC-ColdFire-MIPSarm7lpc

Description: 深入浅出ARM7 LPC 213x 214x上下两册-ARM7 LPC 213x 214x easy up and down 2
Platform: | Size: 20865024 | Author: 王满仓 | Hits:

[Program docWiFi-URAR-RS232

Description: 产品描述 ◆ SOC芯片,性价比极高,质量稳定,内置WiFi协议栈和串口传输协议,接口信号5V、地、RX 、TX四线连接; ◆ 模块简洁、体积小,22*60*7 mm; ◆ 用户接口开发简单快捷,串口驱动 ; ◆ MSC51/PIC/ARM7 等 8、32位单片机轻易驱动,驱动代码极少; 产品参数 ◆ 支持UART数据接口,波特率:19.2k / 38.4k / 57.6k / 115.2k bps ; ◆ 无线数据速率支持802.11b,最高速率11M ; ◆ 集成802.11 MAC协议软件功能; ◆ 支持基础网络中的STA应用; ◆ 支持OPEN/WEP方式的鉴权; ◆ 支持共享密钥方式的wep64/wep128数据加密传输; ◆ 在自动联网模式下,模块能自动扫描目标网络,断线自动重连 ; ◆ 在手动联网模式下,通过命令触发连接和断开,用户灵活控制; ◆ 支持RAW/UDP/TCP格式的网络数据传输; ◆ 支持7组基本参数设置,最多可以连接7个目的网络; ◆ 支持通过用户接口进行参数配置; ◆ 支持固件程序通过网络在线升级; ◆ 支持外接天线,UFL接口,发射功率最大100mW,接收灵敏度-90dBm ◆ -SKLDFJSDLFJADSLFJKL
Platform: | Size: 71680 | Author: 陈坚胜 | Hits:

[uCOSuCOS-II

Description: 嵌入式arm7的tcp/ip协议的实现,开发环境为ads1.2,可以实现tcp和udp的通信-Embedded arm7 the tcp/ip protocol implementation, development environment for ads1.2, can be achieved tcp and udp communication
Platform: | Size: 79872 | Author: dfd | Hits:

[OtherWIFI-RS232M01-mannul

Description: 产品描述 ◆ SOC芯片,性价比极高,质量稳定,内置WiFi协议栈和串口传输协议, 接口信号5V、地、RX 、TX 四线连接; ◆ 模块简洁、体积小,22*60*7 mm; ◆ 用户接口开发简单快捷,串口驱动 ; ◆ MSC51/PIC/ARM7 等 8、32 位单片机轻易驱动,驱动代码极少; 产品参数 ◆ 支持UART数据接口,波特率:19.2k / 38.4k / 57.6k / 115.2k bps ; ◆ 无线数据速率支持802.11b,最高速率11M ; ◆ 集成802.11 MAC协议软件功能; ◆ 支持基础网络中的STA 应用; ◆ 支持OPEN/WEP方式的鉴权; ◆ 支持共享密钥方式的wep64/wep128 数据加密传输; ◆ 在自动联网模式下,模块能自动扫描目标网络,断线自动重连 ; ◆ 在手动联网模式下,通过命令触发连接和断开,用户灵活控制; ◆ 支持RAW/UDP/TCP格式的网络数据传输; ◆ 支持7 组基本参数设置,最多可以连接7 个目的网络; ◆ 支持通过用户接口进行参数配置; ◆ 支持固件程序通过网络在线升级; ◆ 支持外接天线,UFL接口,发射功率最大100mW,接收灵敏度-90dBm -Main Function   Support for UART data serial, four baud rate options: 19200/38400/57600/115200bps.   Wireless data rates support the 802.11b Standard, the maximum rate is 11Mbps.   Integrate the functions of 802.11 MAC protocol Software.   Support for the STA appliances in the Infrastructure Network.   Support for the OPEN/WEP mode authentication.   Support for the wep64/wep128/ccmp/wpi data encryption transmission in the shared key mode   Support for the automatic networking mode and manual networking mode.   In the automatic networking mode,the module can automatically scan the target network, and automatically connect when disconnection.   In the manual networking mode,operation of connect and disconnect is touched off by order,this supports a flexible control space.   Support the network data transmission in RAW/UDP/TCP format. &#
Platform: | Size: 553984 | Author: Jacky | Hits:

[ARM-PowerPC-ColdFire-MIPSarm7-cs8900-udp

Description: 基于ARM7的嵌入式系统与cs8900网卡的udp协议编程源代码-ARM7-based embedded systems and cs8900 udp protocol network card programming source code
Platform: | Size: 37888 | Author: maguang | Hits:

[uCOSsrc

Description: arm7移植ucos2和Lwip协议,实现UDP通信,测试程序-arm7 transplant ucos2, and Lwip agreement to achieve the UDP traffic, the test program
Platform: | Size: 513024 | Author: 李萌 | Hits:

[ARM-PowerPC-ColdFire-MIPSarm7_88w8686

Description: ARM7(LPC)+88W8686(测试没问题)源代码,SPI模式,自己写的协议栈,只写到ICMP层,UDP层很简单就没写了 编写:wuhl QQ:365950965 没有动力写下去了,关键是我不懂WEP和WPA认证过程,本来可以抓包的,可惜没有相应的网卡,笔记本也坏了, 不然可以用笔记本抓包 东芝笔记本会突然熄火,真是不可思议 如果大家写好了加密认证的方法,麻烦把程序发给我一份,谢谢 这段程序已经调通,完全没有问题。但只能连接不叫米的无线路由器,希望集大家的力量完善它,看程序麻烦从main函数看起-ARM7 (LPC)+88W8686 (test no problem) source code, SPI mode, write your own protocol stack, and only wrote the ICMP layer, the UDP layer is very simple and there is no written preparation: wuhl QQ: 365950965 no power to write down, the key is I do not know the WEP and WPA authentication process could capture, but unfortunately there is no corresponding card, the laptop is broken, or you can capture with notebook Toshiba laptop will suddenly turn off, really incredible if we write the encryption and authentication methods. trouble the program send me a Thank you, this program has been adjusted to pass, no problem. But can only connect to the wireless router, not called m to set everyone' s effort to improve it, to see the process is cumbersome from the main function look
Platform: | Size: 1149952 | Author: wuchwu1986 | Hits:

CodeBus www.codebus.net