哪种多平台语言可以很好地处理串行连接?

发布于 2024-12-24 17:27:44 字数 160 浏览 0 评论 0原文

我需要创建一个简单的多平台应用程序,该应用程序将通过串行连接发送数据,而不会为我或最终用户带来太大麻烦。唯一的目的是能够通过 USB 接口(呈现为串行接口)向 Arduino 读取和写入数据表。

我对 python、perl 和 php 有一些经验,值得一看。

谢谢, 卢克

I need to create a simple application that is multi-platform that will send data over serial connections without much fuss for me or end users. The sole purpose is to be able to read and write tables of data to an Arduino over a USB interface (that presents itself as a serial interface).

I have some experience with python, perl, and php for what it's worth.

Thanks,
Luke

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

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

发布评论

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

评论(1

苏大泽ㄣ 2024-12-31 17:27:44

由于您提到的语言都是经过翻译的,因此您需要平台上的口译员。如果你不敢在 Windows 机器上安装 pee-family 解释器,我认为这是最困难的平台,那么你可以使用它。

如果您想要真正的多平台,您应该考虑使用像 C 这样的编译语言,您可以为不同的版本进行编译,或者使用 Java 并在大多数平台上可用的 JRE 上运行它。

As the Languages you noted are all interpreted you need an Interpreter on the Platforms. If you don't dare installing a pee-family interpreter on a windows machine which is the most difficult platform i think then you can use it.

If you want real multi-platform you should consider using a compiled Language like C, which you compile for the different versions, or use Java and run it on top of the JRE which is available on most platforms.

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