-
液晶显示模块MGLS20040的C51驱动程序
液晶显示模块MGLS20040的C51驱动程序-LCD module MGLS20040 the C51 Driver
- 2023-08-16 11:15:02下载
- 积分:1
-
X5045 chip watchdog 51 code, with a look at the entrance features, and EE chip t...
x5045看门狗芯片51代码,具有看门口功能,和片内EE读写程序-X5045 chip watchdog 51 code, with a look at the entrance features, and EE chip to read and write procedures
- 2022-08-15 15:58:27下载
- 积分:1
-
C8051F9XX单片机的ADC采样程序
C8051F9XX单片机的ADC采样程序-C8051F9XX MCU ADC sampling procedures
- 2022-01-26 06:08:54下载
- 积分:1
-
[原创]PIC单片机计算CRC10的源码.
[原创]PIC单片机计算CRC10的源码.-[original] PIC calculated CRC10 the source.
- 2022-04-11 00:22:40下载
- 积分:1
-
keil 3
单片机的c语言的编译软件,最新的keil 2英文版。-keil 3
- 2023-01-09 01:10:04下载
- 积分:1
-
This process can be achieved using infra
利用此程序可以实现关于红外线的编码与解码-This process can be achieved using infra-red about the encoding and decoding
- 2022-04-29 16:35:05下载
- 积分:1
-
利用单片机51加sl811芯片实现对u盘读写的控制,代码仅供大家参考,如有不对之处,敬请谅解...
利用单片机51加sl811芯片实现对u盘读写的控制,代码仅供大家参考,如有不对之处,敬请谅解-Sl811 increase the use of single-chip 51 chip on the u disk read and write control code for your reference, if doing so after updating
- 2022-05-17 16:17:27下载
- 积分:1
-
基于msp430f149的BC7281显示程序,在iar平台开发的.
基于msp430f149的BC7281显示程序,在iar平台开发的.-BC7281 show based on the MSP430F149 procedures iar platform.
- 2022-02-12 18:15:35下载
- 积分: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
-
该设备是一款基于AVR mega16L单片机的电子书阅读器,它除具有传统的阅读电子资源功能外,还能通过PS2接口与PC键盘连接,使用普通PC键盘输入信息,进行文
该设备是一款基于AVR mega16L单片机的电子书阅读器,它除具有传统的阅读电子资源功能外,还能通过PS2接口与PC键盘连接,使用普通PC键盘输入信息,进行文本录入;使用LCD12864液晶作为显示器,它还可以用VB专门为之编写的下载软件通过串口下载TXT格式的文本资源。电子书资源存储在AVR公司生产的AT45DB021B闪速存储器,它有2M存储空间,可满足一般用户需要,当然也可升级为大容量存储器。
该设备功能强大,将电子书阅读器发挥到了极致,能满足用户特殊需要。
-The device is a single chip based on the AVR mega16L e-book reader, which in addition to the traditional functions of reading electronic resources, but also through the PS2 interface to connect with the PC keyboard, use an ordinary PC keyboard input information, the text input use LCD12864 LCD as a display, it can be prepared by specialized VB download software through the serial port to download TXT format text resources. E-book resources are stored in the AVR produced AT45DB021B flash memory, it has 2M storage space to meet the needs of general users, of course, can also be upgraded to a large-capacity memory. The device is powerful and will play an eBook reader to the extreme, and to meet the special needs of users.
- 2023-01-18 02:55:03下载
- 积分:1