- Added hmslave.c

- Tasub only drives required motors
- Tasub handles fixed motors more gracefully
This commit is contained in:
koennecke
2007-05-30 11:57:50 +00:00
parent 55893f9133
commit 9737722b8c
9 changed files with 355 additions and 6 deletions

View File

@ -460,7 +460,7 @@ int fixRS232Error(prs232 self, int iCode){
case BADSEND:
closeRS232(self);
status = initRS232(self);
if(status){
if(status > 0){
return 1;
} else {
return 0;