-
控制板与串口通信程序
用串口命令让汽缸动作
控制板与串口通信程序
用串口命令让汽缸动作-Control panel with the serial communication program so that the cylinder moves with the serial command
- 2023-07-05 13:30:04下载
- 积分:1
-
Source code for use ATMEL Corporation AT89C51 chip hardware mp3, have characteri...
本源代码用于使用ATMEL公司的AT89C51芯片实现硬件mp3,其中包括有特色的mp3解码算法和U盘功能读写程序。-Source code for use ATMEL Corporation AT89C51 chip hardware mp3, have characteristics which include mp3 decoding algorithm and U disk function to read and write procedures.
- 2022-04-22 00:17:18下载
- 积分:1
-
an MCU integrity of the development process AVR
一个单片机的完整开发程序AVR的-an MCU integrity of the development process AVR
- 2022-03-26 12:50:08下载
- 积分:1
-
单片机液晶显示驱动程序
lcd common driver with mcu
- 2022-01-24 16:03:18下载
- 积分:1
-
C51 standard RS485 communication program, as long as the two single
RS485标准的C51通信程序,只要两个单片机和485芯片就可以实现通信-C51 standard RS485 communication program, as long as the two single-chip and 485 chip communication can be achieved
- 2022-01-31 11:24:13下载
- 积分:1
-
avr1602源程序 avr1602源程序
avr1602源程序 avr1602源程序-avr1602 source avr1602 source
- 2022-07-16 04:18:10下载
- 积分:1
-
atmega32 +1602显示+ key控制 + ad转化电路都在一起测试通过,
atmega32 +1602显示+ key控制 + ad转化电路都在一起测试通过,-atmega32+ 1602 showed+ key control+ ad conversion circuits are tested together,
- 2023-01-30 09: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
-
51单片机浮点子程序库(中),直接嵌入,方便使用.
51单片机浮点子程序库(中),直接嵌入,方便使用.-51 single-chip floating-point subroutine library (middle), directly embedded, user-friendly.
- 2022-07-04 02:38:39下载
- 积分:1
-
PIC单片机的C的示例程序.C初学可参考.象我这样的.谢谢.
PIC单片机的C的示例程序.C初学可参考.象我这样的.谢谢.-PIC MCU C example program. C Beginners can refer to. Like me. Thank you.
- 2022-10-29 08:15:03下载
- 积分:1