- Extended sicshdbadapter to attach a node to the target of any

drivable. Required a new event in devexec.c
- Fixed the phytron driver to handle speed well
- Added a protocol driver for the TCP/IP bridge to the SLS magnets
This commit is contained in:
koennecke
2010-03-25 10:02:48 +00:00
parent 364abf90cf
commit 410166572b
5 changed files with 294 additions and 5 deletions

2
sps.c
View File

@@ -67,7 +67,7 @@ static int init(pSPS self)
return 0;
}
setRS232SendTerminator(rs232,"\r\n");
setRS232ReplyTerminator(rs232,"\n");
setRS232ReplyTerminator(rs232,"\r\n");
setRS232Timeout(rs232,10000);
/* setRS232Debug(rs232,1); */