Programming Tutorials

Comment on Tutorial - Read from a COM port using Java program By Steven Lim



Comment Added by : Dedo

Comment Added at : 2011-11-30 17:45:32

Comment on Tutorial : Read from a COM port using Java program By Steven Lim
I am trying to connect mobile to PC. I put your example to Netbeans and have run it on Windows 7 (64 bits). My mobile is sending a text on COM1, but the portList on the PC ist empty (portList.hasMoreElements == false). I am affraid, that I would need to install (and register) the win32com.dll and/or javax.comm.properties, so that Netbeans can use them. Can somebody suggest if I am right?
If yes, how and where to install the above mentioned files?
if no, what can I do to make ports visible to Netbeans?


View Tutorial