从串口读取
要从串行端口读取数据,我是否需要安装一些软件包才能获得 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用javax.comm包。
您可以在此处下载它。
您可以在此处查看示例
You can use javax.comm package.
You can download it in here.
You can check an example in here