getting serial working again

This commit is contained in:
benfry
2004-07-09 22:45:26 +00:00
parent b0a5e11bf7
commit eb68c2f599
5 changed files with 22 additions and 5 deletions
+1 -1
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) {