*** empty log message ***
svn path=/trunk/externals/iem/comport/; revision=5283
This commit is contained in:
parent
dd962bf7d8
commit
bb01aa88da
1 changed files with 100 additions and 76 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#N canvas 199 244 697 479 10;
|
||||
#N canvas 479 290 701 483 10;
|
||||
#X obj 97 231 comport 1 9600;
|
||||
#X msg 13 213 66;
|
||||
#X obj 88 361 print;
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
#X msg 14 347 71;
|
||||
#X text 15 290 run;
|
||||
#X text 14 325 sleep;
|
||||
#X floatatom 121 269 4 0 0 0 - - -;
|
||||
#X floatatom 101 260 4 0 0 0 - - -;
|
||||
#X obj 90 325 spigot;
|
||||
#X msg 109 298 1;
|
||||
#X msg 143 299 0;
|
||||
|
|
@ -25,11 +25,10 @@
|
|||
#X text 393 61 databits 5 \, 6 \, 7 \, 8;
|
||||
#X text 392 32 use exact or higher baudrate;
|
||||
#X obj 115 196 r comctl;
|
||||
#X obj 219 389 s comctl;
|
||||
#X obj 198 416 s comctl;
|
||||
#X text 393 140 use handshake xon/off 1=on 0=off;
|
||||
#X text 391 166 cts/rts hardwarehandshake 1=on 0=off;
|
||||
#X msg 317 213 pollintervall 1;
|
||||
#X text 429 203 set pollintervall for read in ms;
|
||||
#X text 429 217 (default is 1 tick 1ms);
|
||||
#X msg 316 245 close;
|
||||
#X msg 316 271 open 1;
|
||||
|
|
@ -41,16 +40,34 @@ maybe if suid is root damage the system.;
|
|||
#X msg 308 12 baud 300;
|
||||
#X text 3 -10 (C) 1998-2005 IEM Winfried Ritsch GPL (see LICENSE.txt)
|
||||
;
|
||||
#X text 14 388 comment;
|
||||
#X obj 84 135 clip 0 255;
|
||||
#X obj 87 89 hsl 128 15 0 255 0 0 empty empty empty -2 -6 0 8 -262144
|
||||
-1 -1 11300 1;
|
||||
-1 -1 0 1;
|
||||
#X floatatom 111 116 5 0 0 0 - - -;
|
||||
#X text 14 69 you can send bytes directly (0-255):;
|
||||
#X text 379 271 Open serial port by number;
|
||||
#X text 466 307 open the serial port by name;
|
||||
#X msg 312 352 dtr \$1;
|
||||
#X obj 292 352 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0
|
||||
1;
|
||||
#X obj 291 387 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0
|
||||
1;
|
||||
#X msg 311 387 rts \$1;
|
||||
#X text 361 351 dtr output;
|
||||
#X text 360 387 rts output;
|
||||
#X msg 180 350 help;
|
||||
#X floatatom 129 260 5 0 0 3 device - -;
|
||||
#X floatatom 167 260 5 0 0 3 dsr - -;
|
||||
#X floatatom 201 260 5 0 0 3 cts - -;
|
||||
#X msg 460 386 verbose \$1;
|
||||
#X obj 460 367 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 1
|
||||
1;
|
||||
#X text 429 203 set poll interval for read in ms;
|
||||
#X connect 0 0 12 0;
|
||||
#X connect 0 0 13 0;
|
||||
#X connect 0 1 52 0;
|
||||
#X connect 0 2 53 0;
|
||||
#X connect 0 3 54 0;
|
||||
#X connect 1 0 0 0;
|
||||
#X connect 3 0 0 0;
|
||||
#X connect 6 0 0 0;
|
||||
|
|
@ -66,11 +83,18 @@ maybe if suid is root damage the system.;
|
|||
#X connect 20 0 26 0;
|
||||
#X connect 25 0 0 0;
|
||||
#X connect 29 0 26 0;
|
||||
#X connect 31 0 26 0;
|
||||
#X connect 32 0 26 0;
|
||||
#X connect 33 0 26 0;
|
||||
#X connect 34 0 26 0;
|
||||
#X connect 36 0 26 0;
|
||||
#X connect 38 0 26 0;
|
||||
#X connect 41 0 0 0;
|
||||
#X connect 42 0 43 0;
|
||||
#X connect 42 0 41 0;
|
||||
#X connect 35 0 26 0;
|
||||
#X connect 37 0 26 0;
|
||||
#X connect 39 0 0 0;
|
||||
#X connect 40 0 41 0;
|
||||
#X connect 40 0 39 0;
|
||||
#X connect 45 0 26 0;
|
||||
#X connect 46 0 45 0;
|
||||
#X connect 47 0 48 0;
|
||||
#X connect 48 0 26 0;
|
||||
#X connect 51 0 26 0;
|
||||
#X connect 55 0 26 0;
|
||||
#X connect 56 0 55 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue