-
模拟串口实现代码,
Baud: 9600Bps ,
Format: 1,8,1,无校验位,
MCU:M88 ,
CRYSTAL:3.6864...
模拟串口实现代码,
Baud: 9600Bps ,
Format: 1,8,1,无校验位,
MCU:M88 ,
CRYSTAL:3.6864M ,
ICC AVR6.31A ,
占用定时器T0(工作在查询方式) ,在项目中使用,收发一切正常.-Simulation of serial code, Baud: 9600Bps, Format: 1,8,1, no parity bit, MCU: M88, CRYSTAL: 3.6864M, ICC AVR6.31A, occupation timer T0 (in query mode), in the project use, send and receive all normal.
- 2023-03-18 23:30:03下载
- 积分:1
-
AVR C programming language and application examples waiting JIN Chun
AVR C语言编程与应用实例
金春林等著-AVR C programming language and application examples waiting JIN Chun-lin
- 2022-12-26 18:30:03下载
- 积分:1
-
SH69PXX单片机与24系列E2PROM接口程序包
SH69PXX单片机与24系列E2PROM接口程序包-SH69PXX microcontroller series with 24 E2PROM interface package
- 2022-04-20 04:42:18下载
- 积分:1
-
使用89S52芯片来驱动1602液晶显示,用KEILC51编译,可靠,并实践过.
使用89S52芯片来驱动1602液晶显示,用KEILC51编译,可靠,并实践过.-err
- 2022-04-08 11:12:33下载
- 积分:1
-
51单片机用来读写优盘的C语言写的源程序,里面不仅包括源程序还有易懂的原理图分析,适合于入门级开发人员...
51单片机用来读写优盘的C语言写的源程序,里面不仅包括源程序还有易懂的原理图分析,适合于入门级开发人员-51 Single-chip USB flash drives used to read and write the source code written in C language, which includes not only the source code there is easy to understand schematic diagram analysis, suitable for entry-level developers.
- 2022-03-18 10:51:07下载
- 积分:1
-
通过利用两台步进电机实现悬挂物体运动轨迹的控制,实现从点对点的运动、任意设定圆心的圆周运动,曲线运动。...
通过利用两台步进电机实现悬挂物体运动轨迹的控制,实现从点对点的运动、任意设定圆心的圆周运动,曲线运动。-through the use of two stepper motor to achieve flag objects trajectory control from a point-to-point movement, arbitrary set of circular motion Center, curve campaign.
- 2022-02-07 00:34:03下载
- 积分:1
-
I2c的通信协议 主控端。 没有写从端。不好意思
I2c的通信协议 主控端。 没有写从端。不好意思-I2c Zhukongduan the communication protocol. No written from the end. Sorry.
- 2022-10-21 13:40:03下载
- 积分:1
-
红外遥控接收
ORG 0000H
LJMP START 转入主程序
ORG 0010H
START:
MAIN:
JNB P2...
红外遥控接收
ORG 0000H
LJMP START 转入主程序
ORG 0010H
START:
MAIN:
JNB P2.2,IR
LJMP MAIN
以下为进入P3.2脚外部中断子程序,也就是解码程序
IR:
MOV R6,#9
SB:
ACALL DELAY882 调用882微秒延时子程序
JB P2.2,EXIT 延时882微秒后判断P3.2脚是否出现高电平如果有就退出解码程序
DJNZ R6, SB 重复10次,目的是检测在8820微秒内如果出现高电-infrared remote control receiver ORG 0000H LJMP START into main program ORG 0010H START : MAIN : JNB P2.2, IR LJMP MAIN below to enter P3.2 foot external interrupt subroutine, which is decoding procedures IR : MOV R6, SB# 9 : Calling ACALL DELAY882 882 microsecond delay subroutine JB P2.2, EXIT 882 microsecond delay after the judgment whether there P3.2 feet to I quit if decoding procedures DJNZ R6, SB repeated 10 times, the purpose is to test if within 8,820 microsecond high
- 2022-07-21 10:12:11下载
- 积分:1
-
motorola单片机68hc908gr60的LIN总线驱动程序,编译环境Codewarrior,经验证可以使用...
motorola单片机68hc908gr60的LIN总线驱动程序,编译环境Codewarrior,经验证可以使用--Motorola s 68hc908gr60 LIN driver. It is compiled and verified under Codewarrior.
- 2022-03-18 16:57:03下载
- 积分:1
-
SAA3010红外遥控接收程序。(51系列单
SAA3010红外遥控接收程序.C(51系列单片程序应用)-SAA3010 Infrared remote control receiver process. C (51 Series single-chip application procedure)
- 2022-10-14 18:35:03下载
- 积分:1