Subversion Repositories Projects

Rev

Rev 92 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 92 Rev 129
Line 208... Line 208...
208
        send_command(0,'a',params);
208
        send_command(0,'a',params);
209
    }
209
    }
Line -... Line 210...
-
 
210
 
-
 
211
 
-
 
212
 
-
 
213
    public void trigger_debug_data()
-
 
214
    {
-
 
215
        int[] params=new int[1];
-
 
216
        params[0]=0;
-
 
217
 
-
 
218
        while(sending)
-
 
219
            {try { Thread.sleep(50); }
-
 
220
            catch (Exception e)  {   }
-
 
221
            }
-
 
222
 
-
 
223
        send_command(0,'c',params);
-
 
224
    }
-
 
225
 
Line 210... Line 226...
210
 
226
 
211
 
227
 
212
 
228