diff options
author | Martin Peach <mrpeach@users.sourceforge.net> | 2015-07-05 18:28:27 +0000 |
---|---|---|
committer | Martin Peach <mrpeach@users.sourceforge.net> | 2015-07-05 18:28:27 +0000 |
commit | 60757522e4ef7176199328df79ba73207ef2eb80 (patch) | |
tree | da0cc95124d56bf04e534f4ea72d7bbbc9bab8e2 | |
parent | 2f2e456a5815ff8447716591d7f4c8c24bc6999c (diff) |
Break should work on Windows too.
svn path=/trunk/externals/iem/comport/; revision=17498
-rw-r--r-- | comport/comport-help.pd | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/comport/comport-help.pd b/comport/comport-help.pd index 6e3b538..d30b5d6 100644 --- a/comport/comport-help.pd +++ b/comport/comport-help.pd @@ -1,4 +1,4 @@ -#N canvas 106 261 1181 656 10; +#N canvas 105 260 1181 656 10; #X obj 534 458 comport 1 9600; #X msg 322 441 66; #X msg 280 441 64; @@ -186,7 +186,6 @@ open ports hupcl rxerrors; #X obj 146 173 tgl 15 0 empty empty empty 0 -6 0 8 -241291 -250685 -1 0 1; #X text 30 172 ...if this is on; -#X text 562 409 (not on Windows); #X obj 502 365 delay 50; #X obj 470 339 t b b; #X obj 470 318 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 @@ -257,8 +256,8 @@ open ports hupcl rxerrors; #X connect 99 0 98 0; #X connect 101 0 0 0; #X connect 102 0 101 1; +#X connect 104 0 99 0; #X connect 105 0 99 0; -#X connect 106 0 99 0; -#X connect 106 1 105 0; -#X connect 107 0 106 0; -#X connect 108 0 105 1; +#X connect 105 1 104 0; +#X connect 106 0 105 0; +#X connect 107 0 104 1; |