help-octave
[Top][All Lists]
Advanced

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

Re: USB oscilloscope access from Octave in Linux?


From: Muthiah Annamalai
Subject: Re: USB oscilloscope access from Octave in Linux?
Date: Fri, 29 Sep 2006 17:54:38 -0500

> Hello fellow Octavers!
> 
> I've spent some time searching for how to hook Octave
> up to a USB device (a Tektronix oscilloscope, to be
> exact) to get direct electrical i/o under Linux. No
> luck. Has this topic been addressed here?
> 
> Many thanks,
> 
> Fabian Osterdahl
> Geneva

I think you should be able to use any generic USB library
by linking to it from an Oct file and writing 
commands like:

1. open_oscilloscope()
2. set_parameter() #set voltage range, freq range, ac-dc etc
3. get_parameter() #get voltage, freq etc..
4. close_oscilloscope()

But Im not familiar with development using USB.
A simple search for development using the USB yields this
http://freshmeat.net/projects/libusb/
with functions present in it listed at
http://libusb.sourceforge.net/doc/functions.html
so that must help you get started, and with a little bit
of tweaking you must be on your way to use Octave with 
USB & Oscilloscope.

Cheers
Muthu






reply via email to

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