-
数字电压表的一些信息,PPT将取决于开放的视角…
一些数字电压表的一些资料,用PPT就看打开看,里面有图片-Some digital voltage meter to some information, the PPT will depend on open view, there are picture
- 2022-08-15 22:05:48下载
- 积分:1
-
Very useful function 12864LCD drive the development of KEilC51
非常有用的12864LCD功能驱动KEilC51的开发
- 2022-09-30 04:10:03下载
- 积分:1
-
f33x_adc0_externalinput
c8051f330 ad 测试程序代码 -F33x_ADC0_ExternalInput
- 2022-03-10 00:25:57下载
- 积分:1
-
78K0 EEPROM模拟功能使用手册,英文的,但内容很好
78K0 EEPROM模拟功能使用手册,英文的,但内容很好-78K0 EEPROM emulation using the manual, in English, but the content very well
- 2022-03-22 07:53:45下载
- 积分:1
-
LCD1602在KEIL下调试的DLL。
LCD1602在KEIL下调试的DLL。-LCD1602 in KEIL debugging under the DLL.
- 2022-05-21 19:36:16下载
- 积分:1
-
Based on 430 single
基于430单片机的DS18B20测温系统-Based on 430 single-chip temperature measurement system of DS18B20
- 2023-03-31 02:50:03下载
- 积分:1
-
NRF401 chip C51 sent subroutine
NRF401芯片的C51发送子程序-NRF401 chip C51 sent subroutine
- 2022-09-07 22:00:03下载
- 积分:1
-
Color PDS5022S portable digital storage oscilloscope Chinese Manual
PDS5022S便携式彩色数字存储示波器中文使用说明书-Color PDS5022S portable digital storage oscilloscope Chinese Manual
- 2022-07-08 22:23:56下载
- 积分:1
-
keil compiler, microcontroller information, rs485 communication.
keil编译,单片机资料,rs485通讯。-keil compiler, microcontroller information, rs485 communication.
- 2022-12-28 17:55: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