-
这个SP2358外扩串口芯片的C语言源程序。非好好用。
这个SP2358外扩串口芯片的C语言源程序。非好好用。-Extend outside the SP2358 chip serial C language source code. Non-properly used.
- 2022-06-17 13:35:05下载
- 积分:1
-
步进电机程序
步进电机程序-Stepper motor procedures
- 2022-05-18 15:35:41下载
- 积分: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
-
对金鹏的ocmJ4X8C系列LCM,和单片机进行串口通信的C语言程序。能实现任意位置输入汉字和字符,实现绘图,显示光标和反白;光标和显示移位。...
对金鹏的ocmJ4X8C系列LCM,和单片机进行串口通信的C语言程序。能实现任意位置输入汉字和字符,实现绘图,显示光标和反白;光标和显示移位。-Jinpeng ocmJ4X8C series of the LCM, and single-chip serial communication to the C language program. Able to realize anywhere to input Chinese characters and the characters realize the drawing, showing the cursor and anti-white the cursor and display shift.
- 2023-08-06 07:10:02下载
- 积分:1
-
基于MCS―51系列单片机I/O口的按键和显示程序.
基于MCS―51系列单片机I/O口的按键和显示程序.
-Based on MCS-51 series single-chip I/O port of the keys and display procedures.
- 2023-06-01 17:30:03下载
- 积分:1
-
c8051f340的usb的使用,包括描述符的设置,usb的标准库文件以usb的初始化...
c8051f340的usb的使用,包括描述符的设置,usb的标准库文件以usb的初始化-c8051f340 use the usb, including descriptor settings, usb standard library file to usb initialization
- 2022-01-24 16:13:34下载
- 积分:1
-
This is a low
这是msp430 进入低功耗的例程,请查收,接下来还有-This is a low-power MSP430 into the routine, please check, then there
- 2022-07-20 17:06:44下载
- 积分:1
-
一个关于AD590温度传感器的设计源程序附录D++设计源程序
一个关于AD590温度传感器的设计源程序附录D++设计源程序-AD590 temperature sensor on the design of source code in Appendix D++ Design source
- 2022-07-15 06:45:02下载
- 积分:1
-
超声波测距原代码,可以以此为原本用来做测速,避障,等的智能小车...
超声波测距原代码,可以以此为原本用来做测速,避障,等的智能小车-measure distance
- 2022-08-23 14:05:34下载
- 积分:1
-
AVR单片机应用系统开发典型实例_4
AVR单片机应用系统开发典型实例_4 -AVR Singlechip classic example of application systems development _4
- 2022-08-22 04:34:26下载
- 积分:1