Programming Tutorials

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



Comment Added by : sushanth

Comment Added at : 2015-05-04 07:32:17

Comment on Tutorial : Read from a COM port using Java program By Steven Lim
Hi,
I'm having a problem with the above code that is when i try to compile the above code in eclipse there is a compile time error near
SimpleRead reader = new SimpleRead();
ie. SimpleRead connot be resolved to be as a type
i'm not able to resolve the problem
PLS HELP.......


View Tutorial