Set replyterminator to crlf
r1124 | ffr | 2006-10-09 12:51:26 +1000 (Mon, 09 Oct 2006) | 2 lines
This commit is contained in:
committed by
Douglas Clowes
parent
480d14dbe4
commit
0d3e2fb735
@@ -670,7 +670,7 @@ static void KillMon(/*@null@*/ pCounterDriver cntrData) {
|
||||
KillRS232(controller);
|
||||
return NULL;
|
||||
}
|
||||
setRS232ReplyTerminator(controller,"\n");
|
||||
setRS232ReplyTerminator(controller,"\r\n");
|
||||
setRS232SendTerminator(controller,"\r\n");
|
||||
setRS232Timeout(controller, msecTimeout);
|
||||
return controller;
|
||||
|
||||
Reference in New Issue
Block a user