搜索资源列表
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 P
serialport
- 虚拟串口源代码 v-ser 以232协议为基准,主要功能实现对虚拟端口的设置及访问。
批引导程序
- ;批引导程序,用于引导系列运行程序 原版仅适用配置文件为StorageCard\NaviOne\bload.ini,考虑通用性,改进为只要配置文件bload.ini与主程序放同目录,任意卡名和路径下的均可作为引导入口。 说明: ;批引导程序,精简快速 ;放在启动入口位置,自动批量执行软件,发完命令后本程序完全退出,不占用内存 ;";"行:为注释行 ;本软件可随意分发使用,使用者自负一切责任,分发请保留本条款,作者:scrfr ;字串行:
在 STM32 上实现 USB CDC 虚拟串口
- Keil MDK 工程版本,通过 STM32 的 USB 端口在 PC 上虚拟一个 COM 口,当虚拟成功后,可通过串口调试软件发送控制命令,同时输出调试信息.内附源程序.
WdmVNIC
- WIN2000下基于虚拟设备的小端口网络驱动程序,来自DriverStudio-WIN2000 virtual device based on a small port network driver, from DriverStudio
vm
- 一个小型虚拟机的实现-a small Virtual Machine Implementation
win2K下虚拟机的源码
- win2K下虚拟机的源码,用VC++6.0,可用于学习或直接使用-under virtual machine source code, with VC++ 6.0 can be used to study the use of direct or
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 P
vcom
- 一个2000系统上的虚拟串口驱动程序,目的是解决已有只能从串口接收数据的程序能够接收来自其他端口的数据。-a system of virtual serial port driver, has been designed to address only receive data from the serial port procedures to receive from other ports of data.
USB.to.Ethernet.Connector.v2.4
- 将USB端口设备虚拟为网卡设备的软件,还可以-The USB port equipment for the virtual network adapter software, you can
SerialDotNet2
- 原本.net1.1都是采用justinIO.cs的,它调用的是winAPI,可能存在不同设备的兼容性问题。现在.net2直接在system.io.port下面有serialPort了,这样可以直接用。 鉴于.net2和.netCF2对于threading有不同的用法,所以两个版本都做了,分别是PC+.net2和wm5sp+.netcf2的。 由于smartphone的蓝牙都是默认com6和com7的,所以如果这个程序大家想用作蓝
USB_TO_RS232
- 关于usb-serial驱动程序安装说明: 1、在win98、winme、win2000,windows XP系统中: 先双击driver里hidcominst程序,它没有任何显示。然后再插上USB线, 根据系统提示及可正确安装。 安装完成之后,进入设备管理器,在“端口”一栏中可以看到虚拟的串口设备 SemiTech USB-HID->COM device (COM X ) ,表示设备已经正
portscan
- 一个简单的端口扫描程序: addstr = "发现端口" & Str(port) & "打开" & Space(5) Select Case port Case 7 plus = "ECHO服务" Case 21 plus = "FTP服务★★★★★" Case 25 plus = "SMTP服务★★" Case 43 plus = "Whois服务" Case 53 plus = "DNS服务☆" Case 80 plus = "
serialport
- 虚拟串口源代码 v-ser 以232协议为基准,主要功能实现对虚拟端口的设置及访问。-Virtual Serial Port Source Code v-ser to 232 agreements as a benchmark, the main function of the realization of virtual port settings and access.
src_my
- 虚拟打印端口,中文RedMonit 做为虚拟打印机使用
VSPMDLLDEMO
- 能够虚拟三个串口,并指定远程服务器IP和端口,串口号无限制-Virtual serial port can be three, and specify the remote server IP and port, serial No. unrestricted
tiamoDisk
- 基于SCSI协议的虚拟磁盘源代码,包括虚拟总线和虚拟小端口设备-Based on the SCSI protocol virtual disk source code, including the virtual bus and virtual small port equipment
virtualSever
- 在Windows2K操作系统上虚拟出若干串口设备,这些虚拟串口设备作为 TDI Client 将串口应用程序(比如超级终端)读写串口设备的操作通过网络的方式传递到远端,即将应用程序写入的数据以UDP协议发送到远端目标机器的指定端口;监听本机指定端口,将所有在此端口收到的UDP报文数据提交给应用程序。-At the operating system on virtual Windows2K a number of serial devic
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 i
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