help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

testing octave-instrument-control-toolbox, looking for a workaround for


From: Hugo Coolens
Subject: testing octave-instrument-control-toolbox, looking for a workaround for "sorry, printing char matrices not implemented yet"
Date: Thu, 29 Nov 2012 15:34:19 +0100

I'm trying out the octave-instrument-control-toolbox. I guess it
installed fine, but as you can see below, running the sample program
pops up a "sorry, printing char matrices not implemented yet", is
there a workaround for this in Octave 3.2.4 or how should the code be
adapted to get the text identification string which is (hopefully)
sent back?

thanks
hugo


octave:10> readbytes = 10000;
octave:11> fd = usbtmc_open("/dev/usbtmc1")
fd =  4
octave:12> usbtmc_write(fd,"*IDN?");
octave:13> result = usbtmc_read(fd,readbytes)
result =

sorry, printing char matrices not implemented yet


octave:14> usbtmc_close(fd);


reply via email to

[Prev in Thread] Current Thread [Next in Thread]