getting serial working again

This commit is contained in:
benfry
2004-07-09 22:45:26 +00:00
parent 7e10ee0abd
commit a6cf51d93c
5 changed files with 22 additions and 5 deletions

View File

@@ -335,7 +335,7 @@ public class PdeRuntime implements PdeMessageConsumer {
public void message(String s) {
//System.err.println("M" + s.length() + ":" + s);
System.err.println("M" + s.length() + ":" + s);
// this is PApplet sending a message (via System.out.println)
// that signals that the applet has been quit.
if (s.indexOf(PApplet.EXTERNAL_QUIT) == 0) {