aboutsummaryrefslogtreecommitdiff
path: root/control/serialmouse.pd
blob: 45911198e5d0db4297eb549899d171824f33f7b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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;