diff -r d5493fe07e79 -r 25ff2fadff89 examples/DS401_Slave_Gui/CallBack.cpp --- a/examples/DS401_Slave_Gui/CallBack.cpp Sun Sep 30 22:38:58 2007 +0200 +++ b/examples/DS401_Slave_Gui/CallBack.cpp Sun Sep 30 22:41:12 2007 +0200 @@ -62,7 +62,7 @@ void Call_post_sync() { - *textLog << wxT("Post_sync\n"); + //*textLog << wxT("Post_sync\n"); printf("POST SYNC:\n"); printf(" Write_Outputs: %x \n Analogue_Output1: %d \n Analogue_Output2: %d \n", Write_Outputs_8_Bit[0], Write_Analogue_Output_16_Bit[0], Write_Analogue_Output_16_Bit[1]); printf(" Read_Input: %x \n Analogue_Input1: %d \n Analogue_Input2: %d \n", Read_Inputs_8_Bit[0], Read_Analogue_Input_16_Bit[0], Read_Analogue_Input_16_Bit[1]);