From fc3d3c0a4f110a23335398c327ac0a4fc949d5cb Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Mon, 17 Jun 2002 10:13:57 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r12, which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/ggee/; revision=13 --- control/serialmouse.pd | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100755 control/serialmouse.pd (limited to 'control/serialmouse.pd') diff --git a/control/serialmouse.pd b/control/serialmouse.pd new file mode 100755 index 0000000..4591119 --- /dev/null +++ b/control/serialmouse.pd @@ -0,0 +1,35 @@ +#N canvas 515 351 462 262 10; +#X obj 251 170 print reading; +#X msg 154 72 start; +#X msg 155 90 stop; +#X obj 59 147 serial_ms; +#X text 35 9 decodes serial mice attached to the 1 serial port; +#X text 35 258 (C) Guenter Geiger; +#X msg 37 43 init; +#X msg 245 88 setcontrol 0 CREAD CLOCAL CS7; +#X msg 247 67 getlines; +#X obj 59 170 unpack; +#X floatatom 59 192; +#X floatatom 90 192; +#X msg 344 46 setlines RTS 1; +#X msg 247 27 setlines DTR 0; +#X msg 247 45 setlines RTS 0; +#X msg 342 27 setlines DTR 1; +#X msg 304 123 setlocal 0; +#X obj 155 113 serialctl /dev/ttyS0; +#X connect 1 0 17 0; +#X connect 2 0 17 0; +#X connect 3 0 9 0; +#X connect 3 1 17 0; +#X connect 6 0 3 0; +#X connect 7 0 17 0; +#X connect 8 0 17 0; +#X connect 9 0 10 0; +#X connect 9 1 11 0; +#X connect 12 0 17 0; +#X connect 13 0 17 0; +#X connect 14 0 17 0; +#X connect 15 0 17 0; +#X connect 16 0 17 0; +#X connect 17 0 0 0; +#X connect 17 0 3 0; -- cgit v1.2.1