Programming Tutorials

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



Comment Added by : Steven

Comment Added at : 2008-10-14 09:03:28

Comment on Tutorial : Read from a COM port using Java program By Steven Lim
Hi you will run this program just as you run any other java program. for example in a command prompt you will type java SimpleRead. Once you do that, the program will start listening on COM1 for any incoming data. So you would need another program such as <a href="http://www.java-samples.com/showtutorial.php?tutorialid=214">http://www.java-samples.com/showtutorial.php?tutorialid=214</a> to write to this COM port.

View Tutorial