-
pci驱动程序的源代码
pci驱动程序的源代码-pci driver source code
- 2023-03-27 17:05:03下载
- 积分:1
-
数字示波器上的测频电路原理图,已经经过验证可行。
数字示波器上的测频电路原理图,已经经过验证可行。-Digital Oscilloscope on the frequency measurement circuit schematics, has been proven feasible.
- 2022-02-25 18:18:57下载
- 积分: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
-
I2C总线技术
i2c源代码情景分析, 讲解了linux下的i2c驱动的源代码,给出了分析和解释,非常好-i2c describer
- 2023-02-07 06:00:04下载
- 积分:1
-
操作系统提供间
Linux 操作系统提供进程间通信(IPC)机制,用来保证正在执行的进程在内核的协调下能够 共享资源、同步以及交换数据等。Linux 支持大量进程间通信机制,包括信号、等待队列、管道 以及Unix 系统V 中提供的进程间通信机制,如消息队列、信号量和共享内存。-Linux operating system to provide inter-process communication (IPC) mechanism used to ensure that the process is being implemented in coordination with the core to share resources, synchronization and exchange information. Linux support a large number of inter-process communication mechanisms, including signal and wait for the queue, pipeline and the Unix System V to provide inter-process communication mechanisms, such as message queue, the signal volume and shared memory.
- 2022-12-25 06:25:03下载
- 积分:1
-
Arduino LCD text output & input buttons
Arduino LCD text output & input buttons
- 2023-08-10 18:00:03下载
- 积分:1
-
MiniGUI simulator used to develop a simple example (it is also useful)
使用miniGUI模拟器的简单开发例子(值得参考)-MiniGUI simulator used to develop a simple example (it is also useful)
- 2022-03-19 01:42:48下载
- 积分:1
-
没有用锁存器来做的动态数码管显示。
用c语言写的89c51,
有proteus的仿真...
没有用锁存器来做的动态数码管显示。
用c语言写的89c51,
有proteus的仿真-Latches do not use dynamic digital tube display. Written by c language 89c51, there Proteus Simulation
- 2022-03-02 02:34:02下载
- 积分:1
-
基于8031的液晶模块显示程序,能够进行简单的液晶显示。
基于8031的液晶模块显示程序,能够进行简单的液晶显示。-Based on 8031
- 2022-08-16 16:40:59下载
- 积分:1
-
USB的驱动程序源码,主要实现与arm开发板的USB通讯,保证数据正确的传输。...
USB的驱动程序源码,主要实现与arm开发板的USB通讯,保证数据正确的传输。-The source code for USB driver,mainly used for communicating with arm developing board to guarantee transmitting data correctly
- 2023-01-05 21:40:04下载
- 积分:1