-
8051C thorough application of the language (book)很好的元件库
8051C thorough application of the language (book)很好的元件库-8051C thorough application of the language (book) a very good library
- 2022-08-10 20:57:54下载
- 积分:1
-
一个不错的ROM仿真器制作,有全套的制作资料,包括Protel电路图和驱动程序...
一个不错的ROM仿真器制作,有全套的制作资料,包括Protel电路图和驱动程序-a good ROM Emulator production, with a full set of production data, including Protel circuit and drivers
- 2022-08-24 08:23:05下载
- 积分:1
-
这是一个芯片资料,可以为单片机初学者提供一个认识芯片的文档.对学习单片机的同学有帮助...
这是一个芯片资料,可以为单片机初学者提供一个认识芯片的文档.对学习单片机的同学有帮助-This is a chip data, we can provide an understanding of single-chip chip beginners document. MCU learning students have to help
- 2023-01-09 14:40:04下载
- 积分:1
-
1. 本程序使用一个定时器和任意 2 个 I/O 口模拟一个串行口。
2. 1位起始位,8位数据位,1位停止位。发数据位时先发低位。
3. 支持半双...
1. 本程序使用一个定时器和任意 2 个 I/O 口模拟一个串行口。
2. 1位起始位,8位数据位,1位停止位。发数据位时先发低位。
3. 支持半双工通讯。收、发波特率相同。
4. 应把定时器中断优先级设置为最高级。
5. 本程序每接收一个字节后就把它放到一个队列缓冲区中(也可使用环行缓冲区),
待缓冲区满后,将缓冲区中的内容原样发回。这是为了测试多字节连续收发的
能力和简化程序。实际应用中应防止缓冲区溢出。
6. 由接收转换到发送时要先调用 soft_send_enable ();
由发送转换到接收时要先调用 soft_receive_enable ()。
7. 发送最后一个字节后如果要立刻转为接收,必须等待最后一个字节后发送完毕
while ( rs_f_TI == 0) // 等待最后一个字节发送完毕-err
- 2022-06-19 08:35:11下载
- 积分:1
-
This is a 24C02 to do with integrity of the IC card procedure, used to use, I us...
这是一个用24C02做的IC卡完整程序,拿来可用的,我用的产品.不多说.自己看吧-This is a 24C02 to do with integrity of the IC card procedure, used to use, I used the products. Little.自己看吧
- 2022-03-19 14:14:53下载
- 积分:1
-
The MCU of atmega16 of AVR and the MCU of C51 communication
AVR的mega16单片机与51单片机的串口通信程序源码-The MCU of atmega16 of AVR and the MCU of C51 communication
- 2023-06-20 02:40:03下载
- 积分:1
-
用于分析各种点阵字库结构和程序,对嵌入式或单片机开发很有帮助。...
用于分析各种点阵字库结构和程序,对嵌入式或单片机开发很有帮助。-Font used to analyze the various lattice structures and procedures to develop single-chip embedded or helpful.
- 2022-05-29 14:07:58下载
- 积分:1
-
能实现功能有:显示年、月、日、星期、时、分、秒、阴历月日、温度,共21位数码管。其中星期和阴历月日能根据公历自动计算改变,到2050年之前有效。温度可以测量从...
能实现功能有:显示年、月、日、星期、时、分、秒、阴历月日、温度,共21位数码管。其中星期和阴历月日能根据公历自动计算改变,到2050年之前有效。温度可以测量从-10到40℃之间的温度。还可以设定两个定时、12/24小时显示、自动亮暗切换的时间等。
电路只用了两片IC,一片M48,另外一片是74LS145,4-10译码器,来扩充端口。具体电路在下面,是PROTEUS画的,给个图片做参考-To achieve functions: Display year, month, day, week, hour, minute, second, lunar month, the temperature, a total of 21 digital tube. One week and the lunar month on the Gregorian calendar automatically calculated based on changes effective prior to 2050. Can measure temperatures from-10 to 40 ℃ temperature between. Also can set two time, 12/24 hour display, automatic light switch dark time. Circuit used for only 2 IC, an M48, the other is a 74LS145 ,4-10 decoder to expand the port. Specific circuit in the following is the PROTEUS painting, a reference to a picture
- 2022-08-19 04:39:31下载
- 积分:1
-
C51单片机端,实现收到的HEX代码转换为BIN代码,并写入ROM中。...
C51单片机端,实现收到的HEX代码转换为BIN代码,并写入ROM中。-C51 single-chip client, realize received HEX code convert BIN code and write ROM.
- 2022-04-28 02:46:52下载
- 积分:1
-
C51入门源码,程序功能使单片机播放音乐,附有详细注释
C51入门源码,程序功能使单片机播放音乐,附有详细注释-C51 Introduction to source code, the program allows single-chip music, with detailed notes
- 2022-02-14 01:20:27下载
- 积分:1