搜索资源列表
c.rar
- WIN2000下基于虚拟设备的小端口网络驱动程序,来自DriverStudio
crypt111
- 测试Linux从2.4内核开始就非常好的支持了网桥,并且还支持生成树协议等高级应用。加入网桥的物理 端口将不分配IP地址,只有网桥虚拟端口可以分配IP ... 4,修改/etc/sysconfig/network-tests from the Linux kernel 2.4 on the very good start to support the bridge, It also support the Spanning Tree Protocol and other advanced app
serialport
- 虚拟串口源代码 v-ser 以232协议为基准,主要功能实现对虚拟端口的设置及访问。
批引导程序
- ;批引导程序,用于引导系列运行程序 原版仅适用配置文件为StorageCard\NaviOne\bload.ini,考虑通用性,改进为只要配置文件bload.ini与主程序放同目录,任意卡名和路径下的均可作为引导入口。 说明: ;批引导程序,精简快速 ;放在启动入口位置,自动批量执行软件,发完命令后本程序完全退出,不占用内存 ;";"行:为注释行 ;本软件可随意分发使用,使用者自负一切责任,分发请保留本条款,作者:scrfr ;字串行:为命令行 ;数字行:为延时ms数,常用于等待虚拟端口的建立
在 STM32 上实现 USB CDC 虚拟串口
- Keil MDK 工程版本,通过 STM32 的 USB 端口在 PC 上虚拟一个 COM 口,当虚拟成功后,可通过串口调试软件发送控制命令,同时输出调试信息.内附源程序.
tiamoDisk.基于SCSI协议的虚拟磁盘源代码
- 基于SCSI协议的虚拟磁盘源代码,包括虚拟总线和虚拟小端口设备,Based on the SCSI protocol virtual disk source code, including the virtual bus and virtual small port equipment
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
串口工具
- delphi 环境的多线程串口通信控件,可以支持多线线程,还有虚拟端口。
底层虚拟建开发
- InitSuperKeys() 安装WINIO驱动,一般用于Form_Load事件中调用 CloseSuperKeys() 卸载WINIO驱动,一般用于Form_Closed事件中调用 KeyDown(Key) 模拟普通Key键按下。 KeyDownEx(Key)模拟扩展Key键按下。 KeyUp(Key)模拟普通Key键弹起。 KeyUpEx(Key)模拟扩展Key键弹起。 KeyPress(Key)模拟普通Key键按下并弹起一次。其中按下和弹起的默认时间间隔是200毫秒 KeyPress(K
WdmVNIC
- WIN2000下基于虚拟设备的小端口网络驱动程序,来自DriverStudio-WIN2000 virtual device based on a small port network driver, from DriverStudio
BluetoothController.tar
- 蓝牙手机控制器,通过蓝牙由手机的J2me程序搜索服务端,PC负责接受信号,并对鼠标键盘进行操作,实现手机作为PC遥控器的目的-Bluetooth mobile phone controller, using Bluetooth on the client side(phone) to search services. PC is responsible for receiving signals, controlling the mouse and keyboard so as to creat
BluetoothTest
- 手机蓝牙通讯,服务器与客户端进行数据交互,使用JAVA开发,无需设备之间进行配对-Bluetooth mobile phone communications, server and client data exchange, the use of JAVA development, the need for matching between devices
chuankou1
- 一个简单的串口调试proteus文件,无需设置虚拟端口,只需配合虚拟串口软件和串口调试软件即可-a simple serial port debugging file for proteus
Debug-serial-communication-assistant
- 串口通信调试助手,和一个可以虚拟端口的软件,可结合调试串口通信-Debug serial communication assistant, and a virtual port for software debugging serial communication can be combined
comcool_code
- 用vc++实现的c++串口通信,先打开两个虚拟端口,运行程序,使用这两个端口,即可通信-Achieved with the vc++ c++ serial communication, first open the two virtual ports, run the program, the use of these two ports can communicate
CSharpCOM
- C# 简单的串口程序利用虚拟端口实现串口收发数据
uart_test
- 收发端都采用2M波特率发送串口数据,通过PIN口直接输入输出串口数据,目的是为了跟外围高速器件完成高速的串口数据的收发,普通USB转串口的都只能支持不到1M的波特率,内部采用乒乓FIFO进行时钟域切换以及缓存(The transmitter and receiver are used 2M baud rate serial data transmission, directly through the PIN port serial input and output data, the purp
testseri_PC_F1
- 一款基于STM32F103的PC上位机软件,使用C#编写,使用USB虚拟串口进行指令通信。可根据自身需要,修改接口指令,完成指定上位机功能。(A PC host computer software based on STM32F103 is written by C#, and the USB virtual serial port is used for instruction communication. According to our needs, we modify the inter
虚拟机局域网在线检测
- 检测局域网电脑IP地址是否在线(使用Ping实现) 检测互联网IP端口是否可用,使用TcpClient检测
基于STM32 USB虚拟串口控制
- 高级例程-基于STM32 USB 虚拟串口 控制IO 端口