Programming Tutorials

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



Comment Added by : Nicolas Tourne

Comment Added at : 2011-12-18 15:11:05

Comment on Tutorial : Read from a COM port using Java program By Steven Lim
About the javax.comm.* error, you need to include the comm.jar library. You can download from here
http://code.google.com/p/smslib/downloads/detail?name=javacomm20-win32.zip&can=2&q


View Tutorial