COMpipe:将串行COM端口链接到命名管道

时间:2024-06-13 07:46:40
【文件属性】:

文件名称:COMpipe:将串行COM端口链接到命名管道

文件大小:271KB

文件格式:ZIP

更新时间:2024-06-13 07:46:40

C++

管道 将串行COM端口链接到命名管道。 开发此命令行实用程序是为了允许Hyper-V虚拟机使用主机的COM端口。 它当前仅在Windows上的控制台中运行,并且已经在Windows 10 Pro上进行了测试。 可以在bin \ Release中找到已编译的可执行文件。 随意修改源代码并根据需要使用。 它是使用MinGW32和Code:Blocks IDE编译的。 无需其他库。 Usage: COMpipe [-b ] -c -p Examples: COMpipe -c \\.\COM8 -p \\.\pipe\MyLittlePipe COMpipe -b 19200 -c \\.\COM8 -p \\.\pipe\MyLittlePipe Notes: 1. COMpi


【文件预览】:
COMpipe-master
----main.cpp(9KB)
----LICENSE(34KB)
----README.md(886B)
----.gitignore(308B)
----bin()
--------Release()

网友评论