update client command doc

This commit is contained in:
Dhanya Maliakal
2017-08-16 19:05:17 +02:00
parent ac6720e27d
commit 16fc44b3ab
3 changed files with 64 additions and 75 deletions

View File

@ -131,6 +131,7 @@ int main(int argc, char* argv[]) {
buffer[BUFFERSIZE-1] = '\n';
cprintf(GREEN,"Ready...\n");
/*
int once = 1;
while(strcmp(buffer,"start")){

View File

@ -259,8 +259,8 @@ int Feb_Control_OpenSerialCommunication(){
return 0;
}
/*
//send start
//send the first message (which will be garbled up)
char buffer[SPECIAL9M_HIGHVOLTAGE_BUFFERSIZE];
memset(buffer,0,SPECIAL9M_HIGHVOLTAGE_BUFFERSIZE);
buffer[SPECIAL9M_HIGHVOLTAGE_BUFFERSIZE-1] = '\n';
@ -270,7 +270,7 @@ int Feb_Control_OpenSerialCommunication(){
cprintf(RED,"\nWarning: Error writing to i2c bus\n");
return 0;
}
*/
return 1;
}