-
广泛应用爱尔兰啤酒DS18B20 C51程序,包括各种…
DS18B20各种应用的C51程序大全,包含各种范例-A wide range of applications DS18B20 Guinness C51 procedures, including various examples of
- 2022-07-21 13:41:08下载
- 积分:1
-
Keil C51 example
Keil C51 example
- 2022-06-28 19:27:15下载
- 积分:1
-
I2C software simulation source code, which is described
用软件模拟I2C的源代码,内有说明-I2C software simulation source code, which is described
- 2022-06-02 15:56:39下载
- 积分:1
-
自制51编程器的资料
自制51编程器的资料- Self-made 51 programming materials
- 2022-05-26 20:22:35下载
- 积分:1
-
用0832做的波形发生器 做信号的可以看看 用单片机控制的
用0832做的波形发生器 做信号的可以看看 用单片机控制的-0832
- 2022-08-12 15:55:59下载
- 积分:1
-
太阳电子有限公司长沙人smc1602信息显示
长沙太阳人电子有限公司液晶smc1602资料-Sun Electronics Co., Ltd. Changsha people smc1602 information on LCD
- 2022-08-06 18:55:27下载
- 积分:1
-
c51用户手册,包括软、硬件等系统结构性的内容。
c51用户手册,包括软、硬件等系统结构性的内容。-C51 user manual, including hardware and software systems such as structural elements.
- 2022-07-27 20:08:58下载
- 积分:1
-
max197采样程序,采用STC89C52RC单片机
max197采样程序,采用STC89C52RC单片机-MAX197 sampling procedures STC89C52RC Singlechip
- 2022-08-08 20:31:52下载
- 积分:1
-
51单片机温度检测18B20,经过验证的啊
51单片机温度检测18B20,经过验证的啊-microcontroler
- 2023-01-18 12:30: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