Set replyterminator to crlf

r1124 | ffr | 2006-10-09 12:51:26 +1000 (Mon, 09 Oct 2006) | 2 lines
This commit is contained in:
Ferdi Franceschini
2012-11-15 12:47:33 +11:00
committed by Douglas Clowes
co-authored by Douglas Clowes
parent 480d14dbe4
commit 0d3e2fb735
+1 -1
View File
@@ -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;