help-octave
[Top][All Lists]
Advanced

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

Re: Serial communication on octave for windows


From: Stefan Mahr
Subject: Re: Serial communication on octave for windows
Date: Tue, 15 Apr 2008 23:20:25 +0200
User-agent: Thunderbird 2.0.0.12 (X11/20080227)

You can use an external serial to network proxy (RFC2217) e.g. ser2net for linux. There exist similar programs for windows. You just have to use the socket package from octave-forge to write a simple wrapper.


Tatsuro MATSUOKA schrieb:
Hello
Thank for Michael

   ""Michael Goffioul" <address@hidden>" wrote
On Tue, Apr 15, 2008 at 6:42 AM, Tatsuro MATSUOKA <address@hidden> wrote:
Hello

 This is an addition of what I thought about.
 Open('COM1') does perhaps  work well on MS-DOS.
 However now is windows era.
 Have to we need to use win32 api like the below ?
 If so, should he need to write a C++ wrapper function to use it ?

 http://www.ee.fukui-nct.ac.jp/~yoneda/text/other/C/A_06.htm
 (Sorry this page is written in Japanese but C codes can be readable.)

 Oh I found in octave-forge windows package, 'COM Interface'.
 Can he use it?
No. This does not relate to serial communication, but to the
Component Object Model of Win32.

Michael.

Have to he need to use win32 api like the below ?
http://www.ee.fukui-nct.ac.jp/~yoneda/text/other/C/A_06.htm
(Sorry this page is written in Japanese but C codes can be readable.)

If so, should he need to write a C++ wrapper function to use it ?

Regards

Tatsuro

--------------------------------------
GANBARE! NIPPON! Win your ticket to Olympic Games 2008.
http://pr.mail.yahoo.co.jp/ganbare-nippon/
_______________________________________________
Help-octave mailing list
address@hidden
https://www.cae.wisc.edu/mailman/listinfo/help-octave



reply via email to

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