-
Learn to compile examples of single
单片机学习 汇编实例!为菜鸟提供入门单片机汇编编程秘籍!-Learn to compile examples of single-chip! Single chip to provide entry for the rookie to compile programming tips!
- 2022-08-15 07:29:45下载
- 积分:1
-
利用ps2键盘向单片机输入数据,这样做不仅可以减少输入输出口,而且程序代码短小精悍,可以极大的提高单片机的执行效率....
利用ps2键盘向单片机输入数据,这样做不仅可以减少输入输出口,而且程序代码短小精悍,可以极大的提高单片机的执行效率.-Ps2 keyboard to use single-chip input data, to do so not only can reduce the input and output port, and program code dapper, you can greatly improve efficiency in the implementation of SCM.
- 2022-05-21 00:44:12下载
- 积分:1
-
8253的初始化程序举例:
例1:选择2号计数器,工作在3方式,计数初值为533H(2个字节),采用二进制计数。其初始化程序段为
MOV DX,307...
8253的初始化程序举例:
例1:选择2号计数器,工作在3方式,计数初值为533H(2个字节),采用二进制计数。其初始化程序段为
MOV DX,307H ;命令口
MOV AL,10110110B ;2号计数器的初始化命 令字
OUT DX,AL ;写入命令寄存器
MOV DX,306H ;2号计数器数据口
MOV AX,533H ;计数初值
OUT DX,AL ;选送低字节到2号计数器
MOV AL,AH ;取高字节送AL
OUT DX,AL ;后送高字节到2号计数器
-8253 initialization procedures examples : Example 1 : Select counters on the 2nd, in three ways. Counting for the initial 533H (2 bytes), a binary counting. Initialization of its procedures for MOV DX, 307H; I ordered MOV AL, 10110110B; on the 2nd Counter initialize command word OUT DX, AL; write commands Register MOV DX, 306H; data on the 2nd Counter I MOV AX, 533H; Counting initial OUT DX, AL; low-byte sent to the 2nd Counter MOV AL, AH; With a high-byte send AL OUT DX, AL; evacuations high byte counter to the 2nd
- 2023-08-04 20:25:03下载
- 积分:1
-
motorstepper + proteus keil
单片机控制步进电机启动停止,正反转以及转速。proteus+keil.(由于大小不够,还加入了RS485在单片机多机通信中的应用,用到RS485接口芯片max487)-keil+proteus+motorstepper
- 2022-02-13 09:49:18下载
- 积分:1
-
这是AVR系列单片机1,教材及应用,解压密码是www.pp51.com
这是AVR系列单片机1,教材及应用,解压密码是www.pp51.com-AVR
- 2022-08-16 22:36:18下载
- 积分:1
-
凌阳061A常规使用单
凌阳061a单片机语音识别使用例程。包括3个基本语音识别例子简单易懂
-Sunplus 061A routine use of single-chip speech recognition. Including the three basic speech recognition examples of easy-to-read
- 2022-01-26 07:39:11下载
- 积分:1
-
基于8051单片机的GSM报警系统源代码,经测试可用,用KEIL c51 编译...
基于8051单片机的GSM报警系统源代码,经测试可用,用KEIL c51 编译-8051 based on the GSM alarm system source code can be used have been tested, using KEIL c51 compiler
- 2022-05-22 09:18:27下载
- 积分:1
-
Clock chip DS1302 and its application in the data record
时钟芯片DS1302及其在数据记录中的应用-Clock chip DS1302 and its application in the data record
- 2023-05-19 18:55:03下载
- 积分:1
-
时钟芯片DS1302和在12864lcd上显示当前时间
时钟芯片DS1302和在12864lcd上显示当前时间-DS1302 clock chip and display the current time 12864lcd
- 2022-03-01 19:37:44下载
- 积分:1
-
自己用C语言编的一个走马灯,由于刚学单片机,写得功能比较简单...
自己用C语言编的一个走马灯,由于刚学单片机,写得功能比较简单-Own use C language compiled a revolving door, as just learning microcontroller, written in relatively simple function
- 2022-09-12 10:55:03下载
- 积分:1