从串口读取

发布于 2024-08-16 12:22:01 字数 117 浏览 4 评论 0原文

要从串行端口读取数据,我是否需要安装一些软件包才能获得 netbeans 的支持? 我需要在程序开始时导入哪些包?

语句:

导入javax.comm.*; 结果错误说包不存在...该怎么办

to read from serial port do i need to install some package the get support in netbeans?
which packages do i need to import at the start of program?

the statement:

import javax.comm.*;
results in error saying package does not exist...what to do

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

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

发布评论

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

评论(1

雄赳赳气昂昂 2024-08-23 12:22:01

您可以使用javax.comm包。

您可以在此处下载它。

您可以在此处查看示例

You can use javax.comm package.

You can download it in here.

You can check an example in here

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