我想通过 UART 连接建立 TCP/IP 连接 (Windows XP/7)

发布于 2024-09-05 08:40:48 字数 1549 浏览 5 评论 0原文

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

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

发布评论

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

评论(3

一梦浮鱼 2024-09-12 08:40:48

这其实是一个非常难的问题。 TCP/IP 是一个非常繁琐的协议,由于您所拥有的数据包和 ACK 的模式,您所描述的无线电系统将会出现问题。过去,对于一些类似的不适合的应用程序,我工作过的系统通过伪造一些数据包同时通过像您一样的链接推送数据来欺骗 TCP/IP 连接。

这很痛苦,但我们这样做是为了在完全不合适的通道上支持 ssh(移动端点的高丢失和高延迟),但它确实有效。

This is actually a very hard problem. TCP/IP is a very chatty protocol and you will have problems with the radio system you have described because of the pattern of packets and ACKs you will have. In the past for some similarly unsuited applications I worked on a system that fibbed about the TCP/IP connection by faking some packets while pushing the data over a link like you have.

It is a pain, but we were doing it to support sshing over a totally inappropriate channel (high loss and high latency with moving endpoints) but it worked.

花桑 2024-09-12 08:40:48

SLIP(串行线路 IP)听起来像是您可能想在该项目中研究的内容。

SLIP (Serial Line IP) sounds like something you might want to look into for this project.

尽揽少女心 2024-09-12 08:40:48

您可以通过使用 UART 使用如下软件来使用简单的 TCP/IP、UDP 连接:
http://www.serialporttool.com/CommTunnel.htm

you may use Simple TCP/IP, UDP connection by using UART using a software like this:
http://www.serialporttool.com/CommTunnel.htm

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