搜索资源列表
SPI_rtest
- 针对Silicon labs的C8051F020 mcu 的全双工SPI(4线)调试从器件部分程序,对其接收到的主器件的数据包会从串口1中发送至PC,从串口助手中可以看到.开发环境为KeilC,需要U-EC3仿真器下载至mcu中,方可调试. 这与上传的另一个SPI_test是两个相关的程序,但是二者的配置有很大的区别.如果要实现全双工,需要在从器件里保证:在主器件发起通信前将待发数据赋给SPIDATA缓冲器(注意收发缓冲器是同一个).当主器件发起通信时,主从器件同时发送数据.蛮有意思的!:)
C51bus
- 51单片机的各种接口总线程序包,采用C语言编写,包括51的串口通信,485通信,I2C程序,SPI程序,1WIRE程序等多种接口的程序包可谓一网打尽。
zhengeshishuangjitongxi
- 数据包(帧格式)的PC机和单片机串口通信 C51程序+proteus仿真
两款常用的LCD的串行和并行2中驱动方式
- 这个程序包包括对两款常用的LCD的串行和并行2中驱动方式: HDG12864液晶仿真 HY12864液晶驱动 HY12864液晶阅读器 LCD1602液晶显示 LCD显示PC-MCU串口通信 FYD12864并行8位.c FYD12864并行8位.c,This package includes two commonly used in the serial and parallel LCD Medium 2 drive: HDG12864 LCD simulation HY1286
MODBUSv1-0.rar
- MODBUS的VB完整工程.企业级软件功能稳定性极好.源代码,包含安装包.可以安装,做串口和MODBUS从机的开发工具.支持多机通信.是做串口,MODBUS的极好参考资料.,MODBUS complete works of VB. Enterprise-class software features excellent stability. The source code, including the installation package. Can be installed, do MODB
6-3
- 用于MSP430F149进行异步串口通信,从串口接收数据,分析收到的数据包,然后根据算法进行运算,最后将结果从串口返回。数据包的结构见xieyi.h。-For MSP430F149 asynchronous serial communication, receiving data from the serial port, analyzing the data received packets, and then computing algorithm, and finally to retur
WXJCXH
- 用串口实现单片机和带键盘的显示屏之间的通信,包含包头包尾。-By serial single-chip implementation of the display and keyboard with communication between the packet contains the end of Baotou.
hs0038b
- 基于msp430f449的串口实现的红外通信模块,压缩包里含有发射和接收两个文件夹,发射器件为一般的红外线发射管,接收用的是HS0038B,HS0038B出来还要通过一个反向器再与MCU相连。-Msp430f449 based on the realization of the serial infrared communication module, compression bag containing two transmitting and receiving folder, fired
ARM
- 本压缩包包含基于ARM的上位机监控系统软件设计、用VB6_0实现设备串口通信及监控功能、万用表使用方法,这些都是我们研究部的内部资料,希望对你们有用-This archive contains ARM-based PC control system software design, serial communication with VB6_0 achieve and monitoring equipment, multimeter use, which are our research dep
djzjcycyy
- 这是用在电解质检测仪上的一个C语言软件包,开发环境为Keil uv2.它包括有液晶显示,按键检测,时间的读取和修改,24c02存贮测量数据,对频率进行测量和RS232串口通信等功能,希望能对其他编程者给予帮助和参考.此程序已经过测试,能成功完成相应的功能.-This is a detector used in the electrolyte on a C language package, the development environment for the Keil uv2. It incl
UARTdatatransform
- 在单片机开发中,串口通信是最关键的部分,也就是说应用通信协议的编写与数据格式包是非常重要的,这里主要实现了单片机中的串口通信问题-In MCU development, serial communications is the most crucial part of the preparation of that application and data communication protocol packet format is very important, this is mainly
STC89C52RC-DEMO
- 压缩包里是我买51学习板时赠送的程序(所用芯片是:STC89C52RC).里面包含IO口输入输出、流水灯、静态动态数码管显示、按键扫描、定时器、中断、PWM、EEPROM24c02、红外解码数码管显示、无源蜂鸣器、与电脑串口通信、电子温度计、1602液晶屏显示等演示程序.对初学51单片机的朋友很有帮助-Compression bag that I bought 51 boards to learn the procedures presented (the chip is: STC89C52RC
serial-communication
- 包内包括仿真和源程序。程序实现了两个单片机之间的串口通信。-Package, including simulation and source. Program implements the serial communication between two microcontrollers.
uart03
- 基于mc51的串口通信源程序,包含建立简单数据包功能-Simple packet-based the mc51 serial communication source, contains
51-microcontroller-project-set
- 51单片机项目集: 1.基础项目 项目1-P0口驱动LED闪烁 项目2-跑马灯 项目3-P0口驱动一个数码管显示 项目4-单片机的中断系统 项目5-定时器计数器应用 项目6-单片机的按键 项目7-数码管动态显示 项目8-电子表程序设计 项目9-串口通信 项目10-步进电机 2.提高项目 项目1-A_D转换器应用 项目2-D_A转换器应用 项目3-数字温度传感器DS18B20应用 项目4-I2C总线器件应用 项目5-字符型LCD1
UART
- 基于MSP430F149的单击机串口通信,发送数据包进行校验,校验正确继续,校验错误重新发送该数据包-Click on the MSP430F149 serial communication, data packets transmitted and checked properly continue, parity error resend the packet
89s52-serial-communication-system
- 采用单片机AT89S52进行串口通信系统的设计,本设计实现了串口通信所需的一些基本功能,通过MAX232芯片进行数据转换,并通过1602LCD液晶屏显示实时接收数据。压缩包里的原理图和PCB部分采用Altium Designer 10专业软件来设计。 功能:(1)下位机选用89S51或89S52单片机; (2)下位机接收上位机的数据并显示在LED或LCD上; (3)下位机显示数据可以显示固定数据、位移数据、循环位移;-AT89S52 microcontroller design
proteus
- 数据包(帧格式)的PC机和单片机串口通信 C51程序+proteus仿真-Packets (frames format) of PC and microcontroller C51 serial communication program+ proteus simulation
ARM_UART
- ARMSTM32串口通信程序,很详细,采用查询方式,包好所有头文件和源程序-ARMSTM32 UART
avr-microcontroller-serial-program
- 这是avr单片机的ATmaga64和48的串口通信程序工程包,实现了基本的串口通信过程。-This is avr microcontroller ATmega64 and 48 serial communication program engineering package to achieve the basic serial communication process.