如何访问远程系统的COM口?

发布于 2024-09-19 20:09:39 字数 73 浏览 5 评论 0原文

我想从系统访问远程系统中存在的 COM 端口。任何帮助将不胜感激。

我在远程和本地系统中都使用Windows XP。

I Want to access the COM port present in the remote system from system. Any help would be appreciable.

I am using windows XP in both remote as well as local system.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

杀手六號 2024-09-26 20:09:59

我使用高级虚拟COM端口远程共享COM端口。

在本地 PC 上,它创建一个虚拟 COM 端口,镜像远程 PC 上真实 COM 端口的活动。远程 PC 可以位于本地网络或 Internet 上。 (如果在互联网上,您只需确保您的防火墙允许特定的 TCP 端口通过。)

我尝试了几个程序来远程共享 COM 端口,但这是我发现的唯一一个也共享串行硬件握手信号的程序。所以我们选择了这个,效果很好。大约 3 年前,我们使用它从澳大利亚访问位于日本的日本 CDMA 调制解调器开发板。

I've used Advanced Virtual COM Port to share a COM port remotely.

On the local PC, it creates a virtual COM port that mirrors the activity of a real COM port on the remote PC. The remote PC can be on a local network or on the Internet. (If on the Internet, you just have to make sure your firewalls allow the particular TCP ports through.)

I tried several programs to share a COM port remotely, but this was the only one I found that also shared the serial hardware handshaking signals. So we picked this one, and it worked great. We used it about 3 years ago, to access a Japanese CDMA modem dev board, sitting in Japan, from Australia.

葬花如无物 2024-09-26 20:09:57

就我个人而言,我使用 SerProxy,这使得该 com 端口看起来像 telnet:

Serproxy 是一个多线程代理程序,用于在串行链路的远程端没有 TCP/IP 堆栈(例如嵌入式或微控制器系统)的情况下,将网络套接字连接重定向到串行链路或从串行链路重定向网络套接字连接。代理允许网络上的其他主机与串行链路远程端的系统进行通信。

我之前也研究过com0com,但我最终决定不使用它,因为它需要安装驱动程序。只需要运行 serproxy 即可。另一个好处是,如果 com 端口没有被远程“使用”,我仍然可以在本地访问它。

Personally, I use SerProxy, which makes that com port looks like telnet:

Serproxy is a multi-threaded proxy program for redirecting network socket connections to/from serial links, in cases where the remote end of the serial link doesn't have a TCP/IP stack (eg an embedded or microcontroller system). The proxy allows other hosts on the network to communicate with the system on the remote end of the serial link.

I also looked into com0com before, but I finally decide not to use it, as it requires a driver installation. Where as serproxy just need to be run. Another nice part is that if the com port is not being "used" remotely, I can still access it locally.

岁月打碎记忆 2024-09-26 20:09:54

com0com 项目,尤其是 com2tcp 应用程序应该可以帮助您。

与零调制解调器结合使用
com2tcp 启用模拟器 (com0com)
使用基于 COM 端口的应用程序
与基于 TCP/IP 的通信
应用程序。它还允许
与远程串口通信
通过 TCP/IP 端口。

The com0com project, and especially the com2tcp application should help you.

In conjunction with the Null-modem
emulator (com0com) the com2tcp enables
to use a COM port based applications
to communicate with the TCP/IP based
applications. It also allows
communication with a remote serial
port via the TCP/IP.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文