搜索资源列表
DirectPortR
- WinNT/2000/XP直接读写端口的开发库DirectPort 一个免费的开发库 DirectPort ,其功能是在nt/win2000/xp下直接读写端口 主要包括3个文件:DirectPort.h DirectPort.Dll DirectPort.lib 并带有例子-WinNT/2000/XP directly read and write ports for the development of a free DirectPort development libraries Dire
ring0
- ring0读写特定端口,读写msr,读写内存等。-ring0 read rdmsr,wrmsr ,read memory and so on.
CMos
- 吐血奉献,在Windows XP/2000下直接读写访问端口,并演示了保存恢复CMOS信息的功能,演示了破解CMOS/BIOS密码的一种算法。基于DirectPort.dll。 并详细分析CMOS数据信息。 -direct I/O access,read and write cmos data,can save to a file and restore from a file in Windows XP/2000.
wwww
- 一个不错的端口驱动 可以用于 端口的读写-A good driver can be used to read and write ports
WinIo
- 通过使用winio驱动,实现对IO端口地读写。-By using winio drive, realize the IO port to read and write.
DelphiWindowshexinbiancheng
- 本书是一本介绍Windows核心技术及高级技巧的专著。从系统内核编程出发,使用大量的例子帮助读者理解这些编程技术,讲述了线程同步及隐藏、系统钩子深入分析、读写物理磁盘的关键技术、读写物理内存和其他进程内存的核心技术、Windows 9x下调用16位实模式和保护模式代码的核心技术、直接读写端口技术、可执行文件加壳的技巧、PE结构分析、Ring0的实现、Windows API截取技术、屏幕取词技术等方面的内容。全书对热点源代码进行了深入剖析和讲解,同时本书汇聚了作者利用Soft-ICE跟踪调试经验,
comm_IO_port.tar
- Linux2.6.36内核环境下一个简单的通用IO端口读写驱动,支持多个应用程序同时读写。包含驱动编译的makefile,应用层测试程序和使用说明。驱动程序包含了详细注释,便于学习。apps_cmos.c是读取cmos时间的应用程序;在串口的4、7针上接LED,执行apps_serial.c可以观察到LED的闪烁。-A common driver for reading and writing the IO port under the kernel version of 2.6.36.Make
linuxxuexi
- 嵌入式linux中 功能:完成串口读写操作,这里设定从串口读取消息时使用select函数,发送消息的程序不需要使用select函数,只发送“hello”消息由接收端接收-Embedded linux in function: the completion of serial read and write operations, set here to read messages from the serial port using the select function to send a me
linuxchuankou
- 在嵌入式Linux中,串口是一个字设备,访问具体的串行端口的编程与读/写文件的操作类似,只需打开相应的设备文件即可操作。串口编程特殊在于串口通信时相关参数与属性的设置。嵌入式Linux的串口编程时应注意,若在根文件中没有串口设备文件,应使用mknod命令创建,这这里假设串口设备是/dev/ttyS0,介绍一下串口的编程过程。-failed to translate
gtty
- 一个串行接收,并行发送的缓存器,其数据存储使用双端口SRAM(一读一写)实现,SRAM大小为深64、宽32位(64字×32位,使用提供的双端口SRAM见目录rf2shd4)。缓存器按一位串行输入接收数据,缓存器位置全满后不再接收串行数据输入;并根据读数请求,按接收数据的顺序,将接收完整的32位数据发送出去,并标记该缓存器位置为空,又可以放置新的串行输入数据。 设计了同步和异步两种串行发-Receive a serial, parallel send buffer, the data is sto
API-com
- 串行端口是系统资源的一部分,其本质是作为CPU和串行设备间的编码转换器。当数据从 CPU经过串行端口发送出去时,字节数据转换为串行的位(Bit) 接收数据时,串行的位被转换为字节数据。应用程序要使用串口进行通信,必须在使用之前向操作系统提出资源申请要求(即打开串口),通信完成后再释放资源(即关闭串口)。串行通信一般可以分为同步和异步两种操作方式。所谓同步方式是指在串口的接收缓冲区中读取规定数目的数据,直到规定数目的数据全部被读出或设定的超时时间已到才返回。如果规定的待读取数据量大且设定的超时时间
Serial-Port-Class
- 一个可以直接使用的串口操作类,这个类完成读、写和监视一个串口通信端口,当串行端口发生事件它会发送一个消息给其所属窗口, 该类创建一个读数据线程和一个写数据线程,使主程序不会被堵塞。-One can use the serial port operations, the completion of this class to read, write, and monitor a serial communications port, serial port when the event occ
Using-Timer3-to-Start-ADC
- 实现一个端口永远的读写操作,让用户读取数据卡内容-Achieve a port forever read and write operations, so that users read data card content
util
- 一个不错的端口驱动 可以用于 端口的读写,代码不错-A good port driver can be used for port read and write, the code is good