-
ADuC845单片机
ADUC845单片机AD/UART/SPI程序调试通过-ADUC845 single-chip AD/UART/SPI program debugging through
- 2023-05-29 08:10:02下载
- 积分:1
-
示例程序下载关于单片机接上
示例程序下载关于单片机接上-download examples of SCM connected
- 2022-08-24 10:24:19下载
- 积分:1
-
Selected 2 single
单片机应用技术选编2,有大量关于51、avr、pic等多种单片机实例。-Selected 2 single-chip applications, a large number of on 51, avr, pic, etc. Examples of a variety of single-chip microcomputer.
- 2022-05-27 04:35:51下载
- 积分:1
-
51单片机上的DS1302驱动,相关的LCD驱动可以在我发布的其它驱动中找到。...
51单片机上的DS1302驱动,相关的LCD驱动可以在我发布的其它驱动中找到。-51 MCU on the DS1302 drive LCD driver can be related to the other drivers I have found.
- 2022-04-12 16:46:58下载
- 积分:1
-
单片机仿真软件proteus做的蜂鸣器例子,有助于在具备硬件情况下学习单片机...
单片机仿真软件proteus做的蜂鸣器例子,有助于在具备硬件情况下学习单片机-microcontroller simulation software lic do buzzer example, with the help of learning hardware MCU
- 2023-06-25 05:45:04下载
- 积分:1
-
wiegand program
韦根程序,感应卡读卡器发送来的数据通过单片机读取-wiegand program
- 2022-09-23 06:15:02下载
- 积分:1
-
AUO LCD 2.8 inch, with ILI9320 drivers.
友达LCD 2.8寸,配ILI9320的驱动程序.-AUO LCD 2.8 inch, with ILI9320 drivers.
- 2022-11-26 06:45:03下载
- 积分: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
-
Ascii code for the conversion process, I have written, you can use the MASM comp...
为ascii码转换程序,自己编写的,可以使用masm工具编译。-Ascii code for the conversion process, I have written, you can use the MASM compiler tools.
- 2022-01-26 04:57:17下载
- 积分:1
-
AT89C2051单片机中文手册,AT89C2051是一个非常便宜的51系列单片机,E.
AT89C2051中文手册,AT89C2051是非常便宜的51系列单片机,简单好用。-AT89C2051 Chinese Manual, AT89C2051 is a very cheap 51 series microcontroller, easy-to-use.
- 2022-03-23 17:04:09下载
- 积分:1