mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 12:27:14 +02:00
update client command doc
This commit is contained in:
@ -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")){
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user