Allow anything for the arguments to MG.
Whether or not we can parse and process it is another matter. r1665 | ffr | 2007-03-16 17:11:56 +1100 (Fri, 16 Mar 2007) | 3 lines
This commit is contained in:
committed by
Douglas Clowes
parent
4da6d932fb
commit
d1d5afc4df
@@ -1,5 +1,5 @@
|
||||
# $Revision: 1.1 $
|
||||
# $Date: 2006-10-12 23:06:05 $
|
||||
# $Revision: 1.2 $
|
||||
# $Date: 2007-03-16 06:11:56 $
|
||||
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
|
||||
# Last revision by: $Author: ffr $
|
||||
|
||||
@@ -43,7 +43,7 @@ proc readLine {who channel} {
|
||||
"TC 1" {
|
||||
puts $channel " DMC2280 ERROR"; puts -nonewline $channel ":"
|
||||
}
|
||||
"MG _*" {
|
||||
"MG *" {
|
||||
set output [eval [parse $line]]
|
||||
puts $channel " $output"; puts -nonewline $channel ":"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user