lua-users home
lua-l archive

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


And yet more links; http://lua-list.2524044.n2.nabble.com/termios-lua-a-binding-to-the-POSIX-APIs-for-terminal-and-serial-devices-td6926830.html

 

 

 

From: lua-l-bounces@lists.lua.org [mailto:lua-l-bounces@lists.lua.org] On Behalf Of Stelios M.
Sent: woensdag 20 juni 2012 8:18
To: Lua mailing list
Subject: Re: RS232 with lua

 

Depending on the requirements you may also try to use the serial port like a file. It will block though while listening for input.
This project might be useful also: http://luaforge.net/projects/ulserial/

I have been using the serial port on an embedded device through Lua using the first method I described. I didn't have any issues.


~stelios

On Wed, Jun 20, 2012 at 5:45 AM, <meino.cramer@gmx.de> wrote:

David Manura <dm.lua@math2.org> [12-06-20 04:40]:

> On Tue, Jun 19, 2012 at 9:58 PM,  <meino.cramer@gmx.de> wrote:
> > I want to access the RS232 port via lua as platform
> > independantly as possible.
>
> See http://lua-users.org/wiki/SerialCommunication .  The librs232lua
> binding works fine.
>

Hi,


GREAT! That helps me more than you may think  :)))))

Thank you very much!

Best regards,
mcc