help-octave
[Top][All Lists]
Advanced

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

Re: How to access COM Port with Octave?


From: Tatsuro MATSUOKA
Subject: Re: How to access COM Port with Octave?
Date: Thu, 23 Sep 2010 00:43:49 +0900 (JST)

Hello

The ser2net 2.3 working also on windows seems to be free only for trial 
http://linux.wareseeker.com/download/ser2net-2.3.rar/334152

The ser2net on the sourceforge seem to be only on unix
http://sourceforge.net/projects/ser2net/

Regards

Tatsuro

--- John Swensen  wrote:

> 
> On Sep 22, 2010, at 9:03 AM, CdeMills wrote:
> 
> > 
> > 
> > John Swensen wrote:
> >> 
> >> 
> >> 
> >> Another option involve(s) using the ser2net library.  Octave already has a
> >> sockets package and the ser2net server allows you to connect over a socket
> >> and then send and receive over the serial port.  I know that this package
> >> used to be available on Cygwin (I haven't used cygwin in 5-6 years so
> >> don't know whether it is still available).  I also know of one lab that
> >> had a very old PC that they put a tiny Linux distribution on whose sole
> >> purpose was to run ser2net and connect to their device over serial.  Then
> >> they could control the device from any networked machine.
> >> 
> >> 
> > 
> > Another option is to use the Win32 API which doesn't seem too complicated: 
> > http://msdn.microsoft.com/en-us/library/aa363258%28v=VS.85%29.aspx
> > 
> > look for GetCommModemStatus. But could those functions be used under cygwin
> > ?
> > 
> > Pascal
> > -
> 
> I should have qualified my response as being a solution if they don't feel 
> comfortable writing
> MEX/OCT files and programming in C.  The ser2net + sockets package is a 
> solution that may be
> amenable for such a user.
> 
> John Swensen
> 
> 
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
> 


--------------------------------------
Get the new Internet Explorer 8 optimized for Yahoo! JAPAN
http://pr.mail.yahoo.co.jp/ie8/


reply via email to

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