Instrument control package: Difference between revisions

Added compatibility table
m (Serial opening time parameters)
(Added compatibility table)
Line 1: Line 1:
Instrument-Control is a package for interfacing the outside world of hardware via Serial, i2c or Parallel interfaces. It is currently under development by Andrius Sutas, you can browse the SVN [http://svn.code.sf.net/p/octave/code/trunk/octave-forge/main/instrument-control/ repository here] and download the package [http://octave.sourceforge.net/instrument-control/index.html here].
Instrument-Control is a package for interfacing the outside world of hardware via Serial, i2c or Parallel interfaces. It is currently under development by Andrius Sutas, you can browse the SVN [http://svn.code.sf.net/p/octave/code/trunk/octave-forge/main/instrument-control/ repository here] and download the package [http://octave.sourceforge.net/instrument-control/index.html here].
= Compatibility =
Below is a table showing package compatibility with various platforms:
{| class="wikitable" style="text-align:center"
|-
!  !! Linux !! Windows (Cygwin) !! FreeBSD !! Mac OS X
|-
! Serial
| bgcolor="green" | v0.1.0 || bgcolor="yellow" | WIP || bgcolor="yellow" | WIP || bgcolor="yellow" | WIP
|-
! Parallel
| bgcolor="green" | v0.1.0 || - || bgcolor="yellow" | WIP || -
|-
! i2c
| bgcolor="green" | v0.1.0 || - || bgcolor="yellow" | WIP || -
|}
Where: <span style="background:green">(VER)</span> - Included since VER version; <span style="background:yellow">(WIP)</span> - Work In Progress and will probably be included in next release; (-) - Not supported / Untested.


= Examples =
= Examples =
10

edits