-
VC++下的单片机通信程序,图形应用窗口,方便操作与使用
VC++下的单片机通信程序,图形应用窗口,方便操作与使用-VC++ Under the single-chip communication procedures, window graphics applications, easy operation and use of
- 2022-08-02 23:55:25下载
- 积分:1
-
CPLD与51单片机总线接
CPLD与51单片机总线接 -CPLD with 51 microcontroller bus access
- 2022-09-01 09:05:03下载
- 积分:1
-
超精简的读写u盘程序,只有180行,可生成文件系统,估计再没有比这更短的程序了把?
超精简的读写u盘程序,只有180行,可生成文件系统,估计再没有比这更短的程序了把?-Super-streamlined procedures to read and write u disk, only 180 lines, can generate the file system, it is estimated that more There is nothing short of the procedures?
- 2023-01-20 15:05:04下载
- 积分:1
-
Queue
基于队列的Mega8 UART通信驱动程序
文件名:uart.c
编译:WinAVR-20070122
硬件:CA-M8X
时钟:外部4MHz-Queue-based communication Mega8 UART Driver file name: uart.c Compiler: WinAVR-20070122 HW: CA-M8X clock: external 4MHz
- 2022-04-11 09:42:48下载
- 积分:1
-
玩具小车,设计,AT85c52,c语言设计,无线控制
玩具小车,设计,AT85c52,c语言设计,无线控制-toy car, design, AT85c52, c language design, wireless control
- 2022-04-18 04:47:34下载
- 积分:1
-
一个很好的电池充电程序,仅供参考
a good program for battery charge,only for reference
- 2023-01-21 18:00:03下载
- 积分:1
-
UCOS2在51上的移植源码。学习UCOS
UCOS2在51上的移植源码。学习UCOS-UCOS2 51 on the transplant source. Learning UCOS
- 2022-01-25 17:30:46下载
- 积分: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
-
AD9850的资料,里面有源码,可以提供一个美国模式。
AD9850资料,内有源程序代码,可以给大家提供一个模本。-AD9850 data, which has source code, can provide a mode of the U.S..
- 2022-07-19 06:59:07下载
- 积分:1
-
用SPCE061A控制两个电机画任意直线的程序。
用SPCE061A控制两个电机画任意直线的程序。
-SPCE061A controlled by two motors draw a straight line of arbitrary procedures.
- 2022-02-06 13:05:57下载
- 积分:1