-
小型单
单片机小工具(实用)
可以用来做单片机的开发工具,很实用的-Small single-chip tool (utility) can be used to make single-chip development tools, it is useful
- 2022-05-07 03:44:58下载
- 积分:1
-
基于AT89C51和DS18B20的最简温度测量系统
温度检测的传统方法是使用诸如热电偶、热电阻、半导体PN结之 类的模拟温度传感器。信号经取样、放大后通过...
基于AT89C51和DS18B20的最简温度测量系统
温度检测的传统方法是使用诸如热电偶、热电阻、半导体PN结之 类的模拟温度传感器。信号经取样、放大后通过模数转换,再交自单片机处理。被测温度信号从温敏元件到单片机,-Based on AT89C51 and Jane DS18B20 most temperature measurement system temperature detection is the use of traditional methods such as thermocouples, thermal resistors, semiconductor PN junction, such as analog temperature sensor. Signal sampling, amplified through the analog-digital conversion, and then deal with pay since the single-chip microcomputer. The measured temperature signal from the thermo-sensitive components to the microcontroller,
- 2022-03-13 06:30:32下载
- 积分:1
-
这是VB编程RS232串口(COM口)控制的D/A(数模转换)转换板的上位机演示程序。通过电脑串口(或其他具有串口的单片机、PLC、DSP)发个简单的可视ASC...
这是VB编程RS232串口(COM口)控制的D/A(数模转换)转换板的上位机演示程序。通过电脑串口(或其他具有串口的单片机、PLC、DSP)发个简单的可视ASCII指令,便可以方便地控制8个数模转换通道输出设定的电压值。比如,电脑串口输出字符串"C2V2660"到本控制板,则控制板将控制2号通道输出2.66V电压;电脑串口输出字符串"C6V3060"到本控制板,则控制板将控制6号通道输出3.06V电压.指令非常简单,完全不需了解复杂的硬件及时序控制。-This is a VB programming RS232 serial port (COM port) control D/A (digital-analog conversion) conversion board host computer demonstration program. Via the computer serial port (or other serial port of the microcontroller, PLC, DSP) made a simple visual ASCII commands, they can easily control the number of eight-channel DAC output set voltage. For example, the computer serial output string " C2V2660" to this control panel, then the control board will control 2-channel output 2.66V voltage computer serial output string " C6V3060" to this control panel, then the control board will control the 6 channel output voltage is 3.06V. instruction is very simple, completely without understanding of complex hardware and timing control.
- 2022-10-28 05: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
-
这是一个基于89C51单片机的简易信号发生器的源程序,程序代码由C语言编写...
这是一个基于89C51单片机的简易信号发生器的源程序,程序代码由C语言编写-This is an 89C51 microcontroller based on the simplicity of the source signal generator, code written in C
- 2022-04-11 08:37:37下载
- 积分:1
-
温度传感器DS18B20的读写程序,是单片机一测的程序,基于h3664F单片机...
温度传感器DS18B20的读写程序,是单片机一测的程序,基于h3664F单片机
- 2022-06-15 00:26:19下载
- 积分:1
-
FM256 compilation I2C read and write full
汇编 I2C读写FM256程序段 功能完整 可直接调用-FM256 compilation I2C read and write full-featured program segment can be directly called
- 2023-05-01 21:00:02下载
- 积分:1
-
This is a LPC2214 Nand flash procedures demonstrate how to use the NANDFLASH
这是一个LPC2214 Nand闪存程序,演示如何使用Nand闪存
- 2022-08-11 19:49:24下载
- 积分:1
-
嵌入式/微控制器嵌入式/嵌入式微控制器…
嵌入式/单片机编程 嵌入式/单片机编程1 嵌入式/单片机编程2 -Embedded/Microcontroller Programmer Embedded/Embedded Microcontroller Programmer 1/2 Microcontroller Programmer
- 2023-06-23 08:15:02下载
- 积分:1
-
USB非接触式IC卡读写器,主要用于读写IC卡
USB非接触式IC卡读写器,主要用于读写IC卡-USB contactless IC card reader, mainly for the IC card reader
- 2023-06-10 14:25:33下载
- 积分:1