-
Samsung 2440 Evaluation of the diagram, includes all of the external device diag...
三星公司评估板2440的原理图,包含了所有的外围器件的原理图.比较详细-Samsung 2440 Evaluation of the diagram, includes all of the external device diagram. More detail
- 2022-03-04 08:27:15下载
- 积分:1
-
ATMEGA128 port test
这个应用程序是一个测试atmega128端口的简单代码,通过发送0x00和0xFF扫描从端口a到端口G的所有端口,延迟并再次执行相同的操作。测试从芯片到端口的连接。
- 2022-02-09 12:50:54下载
- 积分:1
-
嵌入式系统图形库
Graphics Library for embedded systems
- 2022-11-26 07:25:03下载
- 积分:1
-
多数位分频器.............................................可直接编译
多数位分频器.............................................可直接编译-Contents Paragraphs Page majority-Frequency Divider can be directly translated .......................
- 2023-03-24 05:30:03下载
- 积分:1
-
VC+ 6.0 prepared by the Muslim prayer calculation procedures. Comparison of proc...
VC+6.0 编写的关于计算穆斯林祷告的程序.
比较使用的应用小程序-VC+ 6.0 prepared by the Muslim prayer calculation procedures. Comparison of procedures used by the application of small
- 2023-05-31 12:05:03下载
- 积分:1
-
嵌入式linux ip扫描程序源代码 for ARM9 CPU 需要QT运行库
嵌入式linux ip扫描程序源代码 for ARM9 CPU 需要QT运行库-Embedded linux ip scan source code for ARM9 CPU need QT runtime
- 2022-02-11 19:29:53下载
- 积分:1
-
元太的3.5英寸LCD的驱动板数据手册,配合PD035VX2
元太的3.5英寸LCD的驱动板数据手册,配合PD035VX2-Cavity is too元Kuantu 3.5英驱 LCD cavity-hung bowl beat title themis chat , satiation magnetic PD035VX2
- 2022-03-19 04:15:35下载
- 积分:1
-
一个小型的嵌入式文件系统,好多同学都需要设计的一类,用户界面是命令行界面,并且有几个命令指令,1.创建文件同时输入文件内容。2.输出文件内容。3.删除文件。4....
一个小型的嵌入式文件系统,好多同学都需要设计的一类,用户界面是命令行界面,并且有几个命令指令,1.创建文件同时输入文件内容。2.输出文件内容。3.删除文件。4.查找文件。5.陈列目录。6.磁盘格式化。7.磁盘整理。8.显示磁盘块分布状态。9.显示磁盘块存储情况。0.退出系统。-a small embedded file system, many students need to design a category, the user interface is a command line interface, a number of orders and directives, 1. Meanwhile, the document creating the importation documents. 2. Output contents of the file. 3. Delete the file. 4. Search files. 5. Display directory. 6. Disk format. 7. Disk collated. 8. Shows disk block distribution. 9. Show of disk storage block. 0. From systems.
- 2022-07-13 13:24:43下载
- 积分:1
-
CH375并口方式控制打印机
应用背景
单片机通过CH375链接USB口的打印机
// 单片机通过CH375控制USB打印机
// 程序示例,C语言,CH375中断为查询方式,只负责数据传输,不涉及打印格式及打印描述语言
// 另可提供多台计算机共享一台USB打印机的方案
// 以下定义适用于AVR 单片机,其它单片机参照修改,为了提供C语言的速度需要对本程序进行优化
关键技术
/* PORTB |= 0x08; // 输出A0=1
PORTA = mCmd; // 向CH375的并口输出数据
DDRA = 0xFF; // 并口D0-D7输出
PORTB &= 0xF9; // 输出有效写控制信号, 写CH375芯片的命令端口, A0=1; CS=0; WR=0; RD=1;
DDRA = 0xFF; // 该操作无意义,仅作延时,CH375要求读写脉冲宽度大于100nS
PORTB |= 0x07; // 输出无效的控制信号, 完成操作CH375芯片, A0=1; CS=1; WR=1; RD=1;
DDRA = 0x00; // 禁止数据输出
PORTB &= 0xF7; // 输出A0=0; 可选操作
*/
- 2023-09-03 07:10:03下载
- 积分:1
-
串行通信
serial communication with c
- 2022-02-03 06:06:36下载
- 积分:1