1. <small id='bxpvP'></small><noframes id='bxpvP'>

      <i id='bxpvP'><tr id='bxpvP'><dt id='bxpvP'><q id='bxpvP'><span id='bxpvP'><b id='bxpvP'><form id='bxpvP'><ins id='bxpvP'></ins><ul id='bxpvP'></ul><sub id='bxpvP'></sub></form><legend id='bxpvP'></legend><bdo id='bxpvP'><pre id='bxpvP'><center id='bxpvP'></center></pre></bdo></b><th id='bxpvP'></th></span></q></dt></tr></i><div id='bxpvP'><tfoot id='bxpvP'></tfoot><dl id='bxpvP'><fieldset id='bxpvP'></fieldset></dl></div>
      <legend id='bxpvP'><style id='bxpvP'><dir id='bxpvP'><q id='bxpvP'></q></dir></style></legend>
      <tfoot id='bxpvP'></tfoot>

        • <bdo id='bxpvP'></bdo><ul id='bxpvP'></ul>
      1. 如何使用 Java 获取我的电脑中可用串行端口的列表?

        How to get list of available serial ports in my pc using Java?(如何使用 Java 获取我的电脑中可用串行端口的列表?)
      2. <small id='7G69K'></small><noframes id='7G69K'>

        1. <i id='7G69K'><tr id='7G69K'><dt id='7G69K'><q id='7G69K'><span id='7G69K'><b id='7G69K'><form id='7G69K'><ins id='7G69K'></ins><ul id='7G69K'></ul><sub id='7G69K'></sub></form><legend id='7G69K'></legend><bdo id='7G69K'><pre id='7G69K'><center id='7G69K'></center></pre></bdo></b><th id='7G69K'></th></span></q></dt></tr></i><div id='7G69K'><tfoot id='7G69K'></tfoot><dl id='7G69K'><fieldset id='7G69K'></fieldset></dl></div>

              <bdo id='7G69K'></bdo><ul id='7G69K'></ul>
            • <tfoot id='7G69K'></tfoot><legend id='7G69K'><style id='7G69K'><dir id='7G69K'><q id='7G69K'></q></dir></style></legend>
                <tbody id='7G69K'></tbody>
                • 本文介绍了如何使用 Java 获取我的电脑中可用串行端口的列表?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我只是运行一些代码来获取我的计算机上的可用端口列表,当我有 3 个空闲的 com 端口时它返回 false.如何解决这个问题?

                  I just run some codes to get a list of available ports n my cmputer and it returned me false when I have 3 com ports that are free. How do I solve this prob?

                  我的代码:

                  public static void main(String[] args) {
                          //SerialParameters params=new SerialParameters();
                         // System.out.println(CommPortIdentifier.PORT_SERIAL );
                          Enumeration portList = CommPortIdentifier.getPortIdentifiers();
                          System.out.println(portList.hasMoreElements());
                          while(portList.hasMoreElements()){
                              System.out.println("Has more elements");
                               CommPortIdentifier portId = (CommPortIdentifier) portList.nextElement();
                                 if (portId.getPortType() == CommPortIdentifier.PORT_PARALLEL) {
                                      System.out.println(portId.getName());
                                 }
                                 else{
                                       System.out.println(portId.getName());
                                 }
                  
                          }
                  }
                  

                  输出:假的

                  推荐答案

                  看来您的 javax.comm API 设置可能不正确.确保您已完成以下操作:

                  It appears your setup of the javax.comm API may not be correct. Make sure you have done the following:

                  1. comm.jar文件放到jre/lib/ext目录下.
                  2. javax.comm.properties文件放在jre/lib目录下.
                  3. win32com.dll放到jre/bin目录下.
                  1. Placed the comm.jar file in the jre/lib/ext directory.
                  2. Placed the javax.comm.properties file in the jre/lib directory.
                  3. Placed the win32com.dll in the jre/bin directory.

                  上述每个组件都应该"在这里.

                  Each of the above components "should" be available here.

                  这篇关于如何使用 Java 获取我的电脑中可用串行端口的列表?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  How to send data to COM PORT using JAVA?(如何使用 JAVA 向 COM PORT 发送数据?)
                  How to make a report page direction to change to quot;rtlquot;?(如何使报表页面方向更改为“rtl?)
                  Use cyrillic .properties file in eclipse project(在 Eclipse 项目中使用西里尔文 .properties 文件)
                  Is there any way to detect an RTL language in Java?(有没有办法在 Java 中检测 RTL 语言?)
                  How to load resource bundle messages from DB in Java?(如何在 Java 中从 DB 加载资源包消息?)
                  How do I change the default locale settings in Java to make them consistent?(如何更改 Java 中的默认语言环境设置以使其保持一致?)
                  <legend id='zFfYB'><style id='zFfYB'><dir id='zFfYB'><q id='zFfYB'></q></dir></style></legend>

                    <bdo id='zFfYB'></bdo><ul id='zFfYB'></ul>

                      • <tfoot id='zFfYB'></tfoot>
                          <i id='zFfYB'><tr id='zFfYB'><dt id='zFfYB'><q id='zFfYB'><span id='zFfYB'><b id='zFfYB'><form id='zFfYB'><ins id='zFfYB'></ins><ul id='zFfYB'></ul><sub id='zFfYB'></sub></form><legend id='zFfYB'></legend><bdo id='zFfYB'><pre id='zFfYB'><center id='zFfYB'></center></pre></bdo></b><th id='zFfYB'></th></span></q></dt></tr></i><div id='zFfYB'><tfoot id='zFfYB'></tfoot><dl id='zFfYB'><fieldset id='zFfYB'></fieldset></dl></div>
                            <tbody id='zFfYB'></tbody>

                          <small id='zFfYB'></small><noframes id='zFfYB'>