-
51 MCU and PC' s serial communication solution that includes pretous simulati...
51单片机与PC的串口通信方案,内含pretous仿真文件-51 MCU and PC" s serial communication solution that includes pretous simulation file
- 2022-05-29 11:27:27下载
- 积分: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
-
一个经典的PID算法实例 很有参考价值 C语言实现
一个经典的PID算法实例 很有参考价值 C语言实现-PID algorithm for a classical example of the valuable C language
- 2022-03-15 16:26:22下载
- 积分:1
-
M16Uart 实验现象: 通过超级终端或者是串口调试助手向单片机发送数据,以*开始#结束
单片机储存的是*#之间的数据, 发送R可将单片机最近一次记...
M16Uart 实验现象: 通过超级终端或者是串口调试助手向单片机发送数据,以*开始#结束
单片机储存的是*#之间的数据, 发送R可将单片机最近一次记录的数
据传送给PC机,接收到新的数据,以前的数据将被清除, 数据长度在
255个字节以内-M16Uart experimental phenomena: The HyperTerminal or a single-chip serial debugging assistant to send data to* the beginning of# The end of single-chip storage is*# Between the data, send R may be the last single-chip record data transmitted to the PC, to receive new data, previous data will be cleared, the data length of 255 bytes or less
- 2022-05-17 17:46:40下载
- 积分:1
-
用单片机产生Pwm来控制电机的硬件和软件设计,欢迎下载!
用单片机产生Pwm来控制电机的硬件和软件设计,欢迎下载!-MCU Pwm to produce motor control hardware and software design, welcome to download!
- 2022-03-30 15:40:42下载
- 积分:1
-
《C8051F系列单片机开发与C语言编程》一书的光盘。
1.1例 程
“例程”文件夹中为各章节的程序代码,均在作者的目标板上(自行开发)调试通过,以确...
《C8051F系列单片机开发与C语言编程》一书的光盘。
1.1例 程
“例程”文件夹中为各章节的程序代码,均在作者的目标板上(自行开发)调试通过,以确保程序正确。
1.2 原理图及pcb封装
- 2022-12-01 20:05:03下载
- 积分:1
-
hd66789r数据表是TFT的例子很好
HD66789R datasheet is very good for TFT examples-HD66789R datasheet is very good for TFT examples...
- 2022-08-18 16:59:23下载
- 积分:1
-
STC12C5410AD 系列和STC12C2052AD 系列单片机EEPROM/IAP 功能测试程序演示
本演示程序在STC...
STC12C5410AD 系列和STC12C2052AD 系列单片机EEPROM/IAP 功能测试程序演示
本演示程序在STC-ISP Ver 3.0A.PCB 的下载编程工具上测试通过,EEPROM 的数据在P1口上显示
本程序根据宏晶科技提供的演示程序改编,是本人学习C51的学习笔记,供有需要的同仁参考
-STC12C5410AD series and STC12C2052AD Series MCU EEPROM/IAP function test procedure in the presentation of the demo program STC-ISP Ver 3.0A.PCB download programming tools on the test, EEPROM data in the P1 I show this program in accordance with the provision of macro crystalline technology demo program adaptation, learning my C51 study notes, for there is a need to refer to the Tongren
- 2022-12-25 11:55:02下载
- 积分:1
-
Serial flash 25vf020 definition driver
串行flash 25vf020 驱动程序的定义-Serial flash 25vf020 definition driver
- 2023-07-11 18:50:02下载
- 积分:1
-
这是一个红外报警系统,该系统通过555调制红个发光管,发出38KHZ的红外信号,对面使用一个红外接收头接收信号用来检测是否有人通过,如果有,则声光报警,...
这是一个红外报警系统,该系统通过555调制红个发光管,发出38KHZ的红外信号,对面使用一个红外接收头接收信号用来检测是否有人通过,如果有,则声光报警,-This is an infrared alarm system, which modulator 555 through a red light-emitting tube, issued 38KHZ IR signal, opposite to the first use of an infrared receiver to receive signals to detect whether or not it was passed, if so, make a sound light alarm,
- 2022-06-14 10:18:34下载
- 积分:1