-
51单片机的以太网 Ethernet 源程序和原理图
51单片机的以太网 Ethernet 源程序和原理图-51 MCU Ethernet code and Schematics
- 2022-03-21 00:43:41下载
- 积分:1
-
学习pic单片机的很好的实例,汇编语言,有很多典型的实例。...
学习pic单片机的很好的实例,汇编语言,有很多典型的实例。-learning pic SCM good example, the compilation of language, a lot of typical examples.
- 2023-03-19 10:35:03下载
- 积分:1
-
一个LCD显示程序,和一个LCD显示程序的有关电路连接方式
一个LCD显示程序,和一个LCD显示程序的有关电路连接方式-An LCD display program, and an LCD display program on the circuit connection
- 2022-04-22 17:01:51下载
- 积分:1
-
AVRusb开发的一个电脑遥控器,注意是HID方式
AVRusb开发的一个电脑遥控器,注意是HID方式-AVRusb the development of a computer remote control, pay attention to is the way HID
- 2022-03-22 22:09:19下载
- 积分:1
-
磁条卡读取代码,使用M2200进行开发的。
稳定,已经经过测试...
磁条卡读取代码,使用M2200进行开发的。
稳定,已经经过测试-Magnetic stripe card reader code, the use of the M2200 developed. Stability, has been tested
- 2023-01-08 23:30:02下载
- 积分:1
-
单片机AT90S系列 制作简易USB接口(软件模拟,无usb硬件)。doc
单片机AT90S系列 制作简易USB接口(软件模拟,无usb硬件)。doc- Monolithic integrated circuit AT90S series manufacture simple
USB connection (software simulation, non- usb hardware). Doc
- 2023-02-07 01:05: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
-
一些有关c51的小程序,编译已经通过,希望对大家有用
一些有关c51的小程序,编译已经通过,希望对大家有用-C51 some small procedures, the compiler has passed, everyone would like to be useful
- 2022-04-19 11:22:13下载
- 积分:1
-
IT MSP430开发比较有用的参考书籍,关于MSP430(单片机)的体系结构和硬件介绍的...
IT MSP430开发比较有用的参考书籍,关于MSP430(单片机)的体系结构和硬件介绍的-IT MSP430 development more useful reference books, on the MSP430 (SCM) architecture and hardware on the
- 2022-09-22 22:30:04下载
- 积分:1
-
使用键盘上的上、下、左、右四个按键,可以分别控制led1,2,3,4, 每个LED 对应的Port 请参考“实验平台介绍”说明文档。要求按下
上面提到的四个...
使用键盘上的上、下、左、右四个按键,可以分别控制led1,2,3,4, 每个LED 对应的Port 请参考“实验平台介绍”说明文档。要求按下
上面提到的四个按键中间的一个按键后,该按键对应的led 被点亮,持续1 秒钟以后led 熄
灭。-Use the keyboard on the upper and lower, left, and right buttons, can control led1, 2,3,4, each LED corresponding to the Port, please refer to " experiment on" documentation. Requirements of the four above-mentioned press the middle button of a button, the button that corresponds to being light led, continuous 1 second later led out.
- 2022-03-19 11:23:13下载
- 积分:1