Set TESTMODE to normal and reset port number
r2922 | ffr | 2010-05-14 12:36:39 +1000 (Fri, 14 May 2010) | 2 lines
This commit is contained in:
committed by
Douglas Clowes
parent
fbec2505c5
commit
08de4efc37
@@ -1,5 +1,5 @@
|
|||||||
# $Revision: 1.1.2.2 $
|
# $Revision: 1.1.2.3 $
|
||||||
# $Date: 2010-05-14 02:31:24 $
|
# $Date: 2010-05-14 02:36:39 $
|
||||||
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
|
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
|
||||||
# Last revision by: $Author: ffr $
|
# Last revision by: $Author: ffr $
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ proc readLine {channel} {
|
|||||||
global VOLTAGE
|
global VOLTAGE
|
||||||
global bSWITCHES
|
global bSWITCHES
|
||||||
global bOPSTATE
|
global bOPSTATE
|
||||||
set TESTMODE "fail"
|
set TESTMODE "normal"
|
||||||
|
|
||||||
set data [read $channel 1]
|
set data [read $channel 1]
|
||||||
binary scan $data c sigStart
|
binary scan $data c sigStart
|
||||||
@@ -126,4 +126,4 @@ proc startserver {args} {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
startserver -port 65012
|
startserver -port 65001
|
||||||
|
|||||||
Reference in New Issue
Block a user