搜索资源列表
TCP_IP-51
- 嵌入式TCP/IP协议栈。 C 源码,对于开发TCP/IP协议栈的用户具有非常大的参考价值。-embedded TCP / IP protocol stack. C source code for the development of the TCP / IP protocol stack users with a great reference value.
实用单片机系统
- 增加ASCII.C的一个ASCI码(7F),用于虚拟按键用 修改UART串口的命令解析程序,修改RTC的pcf8563中断部分。 精简IIC和smart_timer代码,添加define.h的宏定义。 修改system.c里的消息堆栈的宏定义 增加ii.c函数,支持对eeprom的打包 增加由PLD或者GPIO输出的模拟UART,在6个CLOCK下速度为57.6K 增加消息的优先级功能,消息类型的前4位为消息的优先级,后4位为消息的类型 试用于初学单片机并且想更上一层
MSP430单片机C语言编程中的退出睡眠问题
- MSP430在进入睡眠后,如果发生事件产生中断,那么单 片机会退出睡眠,自动执行中断程序,但是当中断返回时,主 程序又重新进入睡眠状态。如果要在发生中断后,主程序需 要退出睡眠,那么需要在中断程序中修改SP堆栈中的内容, C语言没有指令可以修改堆栈内的内容,可以采用C语言与 汇编语言混合编程的方法解决此问题。-MSP430 into sleep, and if events have disrupted, SCM will withdraw from sleep, inter
ZigBeeStack
- 短距离无线通信技术zigbee协议栈c源码,Microchip公司版本-short distance wireless communication technologies zigbee protocol stack c source, Microchip version of the company
Lontalk协议栈的C语言参考实现
- bacnet-stack-0.5.3.zip
ican.rar
- 可自行修改移植的CAN应用层协议栈,iCAN协议是周立功公司参考欧洲的CANopen、DeviceNet与致远公司开发近5年的应用层协议,这个包就是iCAN的协议栈,由C编写,方便您的移植使用!祝大家成功,有事可以联系qq:411592004,Transplantation can modify CAN application layer protocol stack, iCAN weeks Ligong company agreement is a reference to Europe CA
PIC18F66J60
- microchip的微芯TCP/IP协议栈实现的SNMP-microchip s tcp/ip stack------snmp
Master
- canopen协议栈源程序,学习can总线的绝佳资料,值得学习-canopen protocol stack source, can learn a great bus information, it is worth learning
lwip1.1.0
- tcp/ip协议栈,单片机网络通信C程序-tcp/ip protocol stack, single-chip network communication C program
ARP.c.txt
- ARP Module for Microchip TCP/IP Stack
ARPTsk.c.txt
- ARP Server Module for Microchip TCP/IP Stack
TCPIP
- 嵌入式tcp/ip方面的资料,51单片机上网现成的协议栈ZLIP-Embedded tcp/ip information, 51 off-the-shelf single-chip Internet protocol stack ZLIP
direct_msg_test
- CC2430ZigBee芯片实现转发数据的C代码。使用的是密西西比协议栈。这个只包含主程序部分。-CC2430ZigBee chip code C transmitted data. Using a protocol stack Mississippi. Contains only part of the main program.
get_KEY
- 查询方式扫描键盘.每按一个键,发光管对应亮灭 44binit.s----中断初始化,存储器,堆栈,系统初始化,建立C程序运行环境。 mencfg.s-----定义存储器延时等参数 option.s-----定义系统时钟频率等-Keyboard scan query. Every press of a button, the corresponding LED light out 44binit.s---- interrupt initialization, memory, stack
ZigBeeStack
- 这个是在iar下的,microship 公司的zigbee全开源协议栈,全开源就是不是库文件,而是纯c,纯h文件。很难得。快下吧-This is in iar under, microship company-wide open-source zigbee protocol stack, all open source is not a library file, but pure c, pure h file. Rare. Let soon
RS23(uart)-WiFi
- 串口- 无线局域网wifi模块 Wi-Fi(wlan 无线局域网)作为当今无线领域最为热门的一个技术, 已经应用到各行各业中。它使用TCP标准通讯,技术成熟可靠,传输速率快,各种配套的网络设备十分丰富, 使用者接受程度最高, 全球免费使用,是区域无线通讯的首选方案。 SOC芯片,性价比极高,质量稳定,内置WiFi协议栈和串口传输协议,接口信号5V、地、RX 、TX四线连接; ◆ 模块简洁、体积小,22*60*5 mm; ◆ 用户接口开发简单快捷,串口驱动
ZStack-1.4.3-1.2.1
- 很难从TI网站上下载到的cc2430/2431应用程序和说明文档。-Application pro grams sourve codes(c code,*.h) and documents difficult to down load from TI web site of cc2430 cc2431, config,location function, zigbee stack ..
MSP430-C
- MSP430_C语言编程的程序堆栈溢出分析-MSP430_C language programming stack overflow analysis
stack
- 单片机程序模块,提供完整的stack接口的读写操作,希望对大家有帮助,开发环境是c环境,使用AVR单片机-SCM program modules, providing complete stack interface to read and write operations, we hope to help the development environment c environment using the AVR microcontroller
STACK
- 用C语言编写的堆栈接口,适用于各种环境,提供接口:STACK *initStack(int MaxRoom) void destroyStack(STACK **spp) void resetStack(STACK *sp) Boolean isStackEmpty(STACK stack) Boolean isStackFull(STACK stack) Boolean push(STACK *sp, USER_TYPE data) Boolean pop(STACK *sp, USER_TY
