-
PC总线I/O操作实时捕捉软件IOMON3
应用背景为工控PC机开发的软件如果需调试输入输出常要对总线操作进行实时记录和分析。这个可以用硬件完成但比较麻烦,也可以用一段DOS驻留程序实现。关键技术利用386保护模式将DOS实模式下的PC总线I/O操作(in/out)实时捕捉到内存并可以显示在屏幕上。由于捕捉到内存,因此不影响频繁使用I/O指令的软件速度。可用于ISA/VESA/PCI插卡及相关软件的输入/输出调试、I/O性能/行为分析和反汇编。Version 3增加了连续相同I/O操作的压缩记录功能,大大提高了内存利用率。同时提供了一些编译、测试脚本和BC3.1工程文件供大家在BC3.1下进一步开发。
- 2022-07-07 11:18:43下载
- 积分:1
-
LPC17xx AD7195 驱动程序
LPC17xx AD7195 驱动程序
- 2022-01-25 21:03:15下载
- 积分:1
-
商业级二维条码枪源码
资源描述51内核二维码条形码扫描枪程序
- 2022-06-26 00:12:05下载
- 积分:1
-
硬件检测软件
Hot-pluggable device is now a big threat to IT security. In this article, we will try to develop a user-mode application to detect device change on the system, i.e. plug-in a USB drive, iPod, USB wireless network card, etc. The program can also disable any newly plugged devices. We will get a basic idea on how this works and talk about its limitations at the end of this article.
- 2022-08-11 07:25:11下载
- 积分:1
-
mega8 i2c master源码
mega8的i2c主机驱动源码,使用mega8的TWI模块作为i2c主机,亲测可用,速度不错
- 2022-08-02 23:03:27下载
- 积分:1
-
OV7670驱动
这段代码是sdram vga 控制器与 ov7670 显示。欢迎下载和使用。谢谢您的支持。
- 2022-03-21 11:54:55下载
- 积分:1
-
USB键盘的C实现
*************************************************************************************
README.TXT: Application notes for the Cypress Keyboard Demonstration Firmware
This file contains some useful information regarding the organization of the
keyboard code contained in this distribution.
1. CODE ORGANIZATION
- 2023-01-22 12:30:04下载
- 积分:1
-
摄像头调用
使用directx sdk 开发 摄像头显示操作处理。可以调整大小,尺寸。 分辨率。可以切换调用多个摄像头来显示。同时可拍照。保存在本地的文件中。
- 2022-03-15 07:48:36下载
- 积分:1
-
crazyfile 四轴代码
全套 crazyfile 四轴代码, 包含驱动和整个四轴姿态计算算法.
- 2022-03-17 14:17:16下载
- 积分:1
-
数码管可调时电子钟
//S2键调整小时,S3键调整分钟
#include
#include
unsigned char data dis_digit;
unsigned char key_s, key_v;
unsigned char code table[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,
0x07,0x7f,0x6f,0x77,0x7c,0x39,0x5e,0x79,0x71};
unsigned char data dis_buf[8];
unsigned char data dis_index;
unsigned char hour,min,sec;
unsigned char sec100;
sbit K1 = P3^4;
sbit K2 = P3^5;
sbit dula=P2^6;
sbit wela=P2^7;
bit scan_key();
void proc_key();
void inc_sec();
void inc_min();
void inc_hour();
//void display();
void delay(unsigned char ms);
void display1(unsigned char a1,unsigned char a2,unsigned char a3,unsigned char a4,unsigned ch
- 2023-04-22 20:10:03下载
- 积分:1