CommPortIdentifier.getPortIdentifiers is empty

纵然是瞬间 提交于 2019-11-29 14:08:49

Make sure that win32com.dll (comes with javax.com) is in the jre\bin directory. Make sure javax.comm.properties (comes with javax.com) is in the jdk\lib directory.

Remember always you need to add all the unzipped files from javax.comm.zip to jre

win32com.dll - jre/bin

comm.jar - jre/lib/ext

java.comm.properties - jre/lib (after adding this I found resolved exception problem )

This works for me (I installed x86 jdk ) and followed the steps

Your problem is that windows could'nt communicate the right PORT to your JAVA Program.

You have to copy the right files in the right location by following this link.

http://kishor15389.blogspot.com/2011/05/how-to-install-java-communications.html

Find port in which your device is working(Try power shell or hyper terminal to find all com ports try link)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!