Hi all,
What is the problem in this code?
It doesn't print the
string "Send Mesage" (located) in main(), although it successfully opens the SerialPort and gets the OutputStream.
Even if I put lines A and B (
in bold) in a while(true) loop, the application still terminates (and not still print the "Send Message"), even though I would have thought it will just indefinitely loop.
[ August 05, 2005: Message edited by: Karen Baog ]
[ August 05, 2005: Message edited by: Karen Baog ]