From: Juan P. C. <car...@if...> - 2012-08-15 14:04:50
|
On Mon, Aug 13, 2012 at 11:45 AM, Andrius Sutas <and...@gm...> wrote: > s = serial(sif, 115200, 0); srl_flush(s) ; srl_write(s, "Hello!"); sleep ( > 0.2 ); tic(); [data, count] = srl_read(s, 10); toc(); char(data), count, > srl_close(s); Hi Andrius, I tested the new version of the package you send (and the one in svn) and all examples except the first one hang my Octave completely. It seems the timeout is not working here. To cancel execution I have to do twice Ctrl-C (this closes Octave). What can it be? -- M. Sc. Juan Pablo Carbajal ----- PhD Student University of Zürich http://ailab.ifi.uzh.ch/carbajal/ |