Re: [OctDev] octave-serialport

2011-05-24 Thread Olaf Till
On Mon, May 23, 2011 at 02:30:13PM -0500, aztecaymaya wrote: > Hi! > > I've make some *.m scripts to comunnication octave - serial port device; and > I want to share them. > > Scripts use a socket (need sockets pckage) to communication with a python > script; The python script is the true link wi

[OctDev] octave-serialport

2011-05-23 Thread aztecaymaya
Hi! I've make some *.m scripts to comunnication octave - serial port device; and I want to share them. Scripts use a socket (need sockets pckage) to communication with a python script; The python script is the true link with serial device, thanks to pyserial program. I made the *.tar.gz, to inst