Changeset 90 for sans/utils/bt5/tilt/tilt
- Timestamp:
- Apr 17, 2007 12:43:01 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/utils/bt5/tilt/tilt
r89 r90 71 71 pack .fmain -fill both -expand true -anchor nw 72 72 73 exp_send "\r" 74 expect -re ">" { $tf.output insert end $expect_out(buffer) 75 exec_cmd "VER" 76 } 77 expect -re ">" { $tf.output insert end $expect_out(buffer) 78 exec_cmd "CHL A1=0" 79 } 80 expect -re ">" { $tf.output insert end $expect_out(buffer) 81 exec_cmd "VEL A1 0=100" 82 } 83 expect -re ">" { $tf.output insert end $expect_out(buffer) 84 exec_cmd "VEL A1 0" 85 } 86 expect -re ">" { $tf.output insert end $expect_out(buffer) 87 exec_cmd "ACC A1 0" 88 } 89 expect -re ">" { $tf.output insert end $expect_out(buffer) } 90 73 91 expect_background { 74 92 -re ">" { … … 79 97 } 80 98 } 81 82 exp_send "\r"
Note: See TracChangeset
for help on using the changeset viewer.