搜索资源列表
Modemource
- 调制解调器是一种使计算机通过电话线路通信的设备。使用调制解调器,您可以向另一台配有调制解调器的计算机发送数据。这使您可以从全球网 (World Wide Web) (正如您现在所做的一样) 中下载信息、发送和接收电子邮件 (e-mail) 及与远程对手玩计算机游戏。一些调制解调器还能发送和接收传真及语音电话呼叫。 不同的调制解调器通信速率也不相同。许多新型的调制解调器能以 33.6 kbps 的速率发送和接收数据;以 14.4 kbps 的速率发送和接收传真。一些调制解调器能以高达
tptest
- 用于PC控制LED显示..通过RS232串行口发送数据开显示的.......还可改变显示方式-for PC control LED display .. through RS232 serial port for sending the data show opened ... .. can change the display mode
serial_COM
- 打开串口并进行通讯的程序。这个是用来驱动windows串口,并发送和接受数据的程序,经过验证,可以在VC++2005下运行。
virtualSever.rar
- 在Windows2K操作系统上虚拟出若干串口设备,这些虚拟串口设备作为 TDI Client 将串口应用程序(比如超级终端)读写串口设备的操作通过网络的方式传递到远端,即将应用程序写入的数据以UDP协议发送到远端目标机器的指定端口;监听本机指定端口,将所有在此端口收到的UDP报文数据提交给应用程序。,At the operating system on virtual Windows2K a number of serial devices, such as a virtual serial p
SDIO_Driver.rar
- SDIO设备驱动。介绍了如何利用总线驱动,使SDIO设备初始化,接收中断,发送和接收数据等操作。,SDIO device drivers. Describes how to use bus driver, so SDIO device initialization, interrupt reception, send and receive data such as operation.
kbd_logger
- 个键盘记录器(附源代码),能够记录所有的按键信息,包括keyup。记录原始数据,可以通过模拟按键重现。需要vc9的运行库。没有编静态链接的版本。 主要流程: 1、向系统注册一个或者多个原始输入设备 2、在你注册的原始输入设备数据发生变化时,系统发送一个消息及新数据到你的进程 3、调用GetRawInputData或者GetRawInputBuffer来获取这些数据-A keyboard logger (with source code), to record all of the
CSCommTest
- 串口驱动程序,在界面上能发送接收数据,主要是参照网上的教程实现的,代码能运行通过,是一个界面程序-Serial port driver, the interface can send receive data, mainly by reference to the realization of online tutorials, and code to run through, is an interface program
test
- 串口测试程序。你可以使用这个向串口发送数据
downloader
- 无极下载者源码,原理:驱动程序可以穿透还原卡,并且可以修改系统文件,这里是通过修改系统文件userinit.exe来实现userinit.exe的功能很简单,就是启动explorer.exe。这里就是通过替换uerinit.exe,伪造一个userinit.exe。这个伪造的程序可以实现uerinit.exe的原始功能,并可以实现自定义的功能,比如下载执行,发送数据。驱动的功能就是替换指定的系统文件-Promise those who download the source code, the
Comport-see-see
- 串口数据监听工具,非常好用.针对 RS_232串口编程的直观工具,查发送\接收数据必备-Serial Data Monitor tool, very easy to use. RS_232 serial for visual programming tool, check to send \ receive data necessary
CrossReductionCard
- 驱动程序可以穿透还原卡,并且可以修改系统文件,这里是通过修改系统文件userinit.exe来实现的。userinit.exe的功能很简单,就是启动explorer.exe。这里就是通过替换uerinit.exe,伪造一个userinit.exe。这个伪造的程序可以实现uerinit.exe的原始功能,并可以实现自定义的功能,比如下载执行,发送数据。-Drivers can penetrate reduction card, and can modify system files, here i
MCP2515
- 最全最强MCP2515驱动,包括滤波及接收数据自定义格式,发送自定义格式.-The most strongest MCP2515 driver, including filtering and receive data in a custom format, send a custom format.
CC2530_uart
- 此程序是CC2530串口通讯程序;包括串口发送与接收数据-This program is a the CC2530 serial communication procedures including the serial port to send and receive data
WinpkFilter
- 一个高性能的网络数据包处理架构,利用WinpkFilter可以在应用层直接对数据包进行处理,甚至可以在应用层延缓数据包发送-WinpkFilter is a high performance packet filtering framework for Windows that allows developers to transparently filter (view and modify) raw network packets with minimal impact on network
KeyboardDriverSimulate
- 模拟键盘 虚拟键盘 内含DLL打包可用,有测试程序,参照使用无难度.菜鸟文简单易懂,用VS2008编译器,此为网上收集的源码,我也是只懂了小半,大至驱动过程是用驱动向键盘驱动端口写入数据.DLL则向该驱动发送读写与开关命令 ,以上-The analog keyboard virtual keyboard contains DLL package available, the test program, with reference to use without difficulty. Rooki
nRF24L01_AVR
- nRF24L01_AVR单片机驱动,实现AVR单片机控制无线模块向外发送数据-nRF24L01_AVR single-chip driver
Driver
- 测试数据的采集发送,读取,处理。速度很快达到48m-Acquisition of the test data to send, read, processing. Fast reach 48m
cs8900a
- cs8910 网卡驱动代码,其中详细介绍了网卡驱动的过程以及网卡接收和发送数据的注意事项-the driver of cs8910 netcard
SerialPortDemo
- 串口演示源码,演示了数据发送和接收,但是不能接收。-Serial demo source code, demonstrates the data sent and received, but can not receive.
QT 串口操作
- 开发环境:WIN7+QT4.7+QT CREATOR2.8+MINGW 已编译通过测试平台:XP、Win7、ubuntu、tiny210 技术实现:通过第三方串口通信类,解析协议并作出处理 基本功能: 1:支持16进制数据发送与接收。 2:支持windows下COM9以上的串口通信。 3:自动加载对应操作系统串口号。 4:实时显示收发数据字节大小以及串口状态。 高级功能: 1:可自由管理需要发送的数据,每次只要从下拉框中选择数据即可,无需重新输入数据。