搜索资源列表
task.rar
- 单片机单任务顺序执行到多任务并行执行的演变过程,Sequence of single-chip implementation of a single task to multi-task parallel implementation of the evolution of
单片机485通信单发单收单发多收及主从模式
- 单片机485通信单发单收单发多收及主从模式,485 single-chip communication, single hair single acquiring many hair-entry and master-slave mode
DS18B20
- 18B20和单总线的时序及其工作原理,51单片机控制的18B20程序(包括多个18B20的程序)18B20 and single-bus timing and its working principle, control of 51 single-chip 18B20 procedures (including procedures for more than 18B20)-18B20 and single-bus timing and its working principle, contro
DDSD
- 单相多功能代码,计量芯片采用ADE7737做为计量,SPI通讯,仅供参考,不得用于商业-Single-phase multi-function code as a measurement chip ADE7737 measurement, SPI communication, for information purposes only and should not be used for commercial
main
- 通讯规则: 1:时钟7.3728 MHz/波特率9600/9个数据位/奇校验/1个停止位/硬件多机通讯功能/ 2:通讯连接采用硬件MAX485,双向单工 3:每个上行/下行的数据包的字节个数都是一样的(通讯数据量) 4:每个上行/下行的数据包都采用CRC8校验 5:数据接收采用中断+查询的方式 6:总是由主机向从机发送一个数据包,从机收到数据包后向主机回复一个数据包 7:不管是主机还是从机,如果收到的数据包有任何错误,都将丢弃该数据包,等效于没有接收
main
- 通讯规则: 1:时钟7.3728 MHz/波特率9600/9个数据位/奇校验/1个停止位/硬件多机通讯功能/ 2:通讯连接采用硬件MAX485,双向单工 3:每个上行/下行的数据包的字节个数都是一样的(通讯数据量) 4:每个上行/下行的数据包都采用CRC8校验 5:数据接收采用中断+查询的方式 6:总是由主机向从机发送一个数据包,从机收到数据包后向主机回复一个数据包 7:不管是主机还是从机,如果收到的数据包有任何错误,都将丢弃该数据包,等效于没有接收
singledocument
- 图书馆上的CD上拷贝的源代码,实现的是单文档多视图的功能-single document
ZLG7289
- ZGL7289全套中文资料+实例 ZLG7289B是广州周立功单片机发展有限公司自行设计的,具有SPI串行接口功能的可同时驱动8位共阴式数码管(或64只独立LED)的智能显示驱动芯片,该芯片同时还可连接多达64键的键盘矩阵,单片即可完成LED显示﹑键盘接口的全部功能,该芯片经过了多年的验证,现正式转化为ASIC芯片,一次性流片成功,让您使用无忧!。ZLG7289B内部含有译码器,可直接接受BCD码或16进制码,并同时具有2种译码方式,此外,还具有多种控制指令,如消隐﹑闪烁﹑左移﹑右移﹑段寻
DS18B20
- DS18B20驱动,包括读取序列号,读温度,采用单总线连接多路温度采集时用得到-DS18B20 drive, including reading the serial number, time temperature, a single bus to connect multi-channel temperature acquisition used to be
Classic_Software_Collection
- 经典程序收集 1.异步通信软件模拟 2.基于RS-485的多机通信 3.I2C总线协议的软件实现 4.SPI总线在单片机系统中的实现 5.单总线技术 6.FLASH存储器K9F6408U0A的控制 7.IC卡程序 8.PS2键盘的设计 9.矩阵式键盘的锁定 10.利用HT16XX实现段式液晶显示 11.利用SED1520实现点阵显示 12.利用HD66421实现灰度字符显示 13.CRT显示器在单片机系统中的应用 14.微型打印机在单片机系
tempctrsys
- 基于单片机的单芯片总线温度监控系统。单片机采用FREESCALE MC68HC908GP32芯片,温度芯片为DS18B20。程序分为单片机方和PC机方采用VB开发的界面。温度监控为单点和多点,DS18B20温度芯片采集的数字温度通过MCU的串行通信口发给PC机,并在PC机上以不同方式显示。-Single-chip bus based on single chip temperature monitoring system. FREESCALE MC68HC908GP32 chip microco
Serialmultiomputercommunicatonroutines
- 串口多机通讯 例程 基于51单片机 多机通信例程-Serial multi-computer communication routines based on 51 MCS Multi-Computer Communication routines
modbus51
- 基于C51单片机的多机串口,MODBUS协议通讯的实现方法.-C51 Microcontroller Based Multi-machine serial port, MODBUS communication protocol implementations.
com
- 51单片机实现各种通讯的子程序,包括多机通信、发送、接收、收发。C语言编写-51 MCU variety of communications subroutines, including the multi-machine communications, send, receive, send and receive. C language
DS18B20
- 18b20单点温度检测和多点温度检测,及相关资料,还有仿真,例程程序说明,主机和从机通讯完成温度传输-18b20 single point temperature measurement and multi-point temperature measurement, and related information, as well as simulation, routine descr iption of the procedures, the completion of master an
duoluwendu
- 基于STC89C52实现DS18B20单总线,多路温度测量,本程序参加校电子竞赛获一等奖,附有详细注释,适合想提高单片机编程的学习者-very good
led_comtest
- LED动态显示、多机通讯单片机源码与仿真-LED dynamic display, multi-source and simulation of computer communication microcontroller
learn1
- 基于单片机的多路抢答器源代码(可适当更改)-Microcontroller-based multi-Responder source code (may be appropriate to change)
uart
- 这是一个51单片机实现串口功能的程序,程序中包含了单字符传送和接受,多字符传送和接受的函数。可结合串口 调试助手使用-This is a 51 port MCU function program, the program includes sending and receiving a single character, multi-character transmit and receive functions. Can be used with serial debugging assist
DS18B20temperaturesystem
- DS18B20单总线多点式测温系统 内含源码和仿真-DS18B20 single-bus multi-point temperature measurement system