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: CdeMills
Subject: Re: How to access COM Port with Octave?
Date: Wed, 22 Sep 2010 01:34:44 -0700 (PDT)


GMX wrote:
> 
>   Hey folks,
> 
> I have a question to Octave.
> Is there a possibility to access the COM port in Octave? I'm using a 
> winXP maschine. I searched the web but still found no informations about 
> successful solutions.
> Matlab offers a serial.m but I found nothing similar for Octave.
> 
> 

I wrote a similar program in C, performing the buffering and avoiding being
blocked during write to file, it is used as an external command using popen.
It runs on Linux using the termios interface. Under Windows, cygwin doesn't
have this kind of lib. So the first point is to either work with the Win32
API, either find an open source serial lib.

Regards

Pascal
-- 
View this message in context: 
http://octave.1599824.n4.nabble.com/How-to-access-COM-Port-with-Octave-tp2549270p2549915.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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