lua-users home
lua-l archive

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


b g <bruce113355@gmail.com> [2010-01-04 13:06:30]:

Hi,

> I need to do serial I/O in LUA.
> Should I use Serial I/O from LUASYS or
> http://lua-users.org/wiki/SerialCommunication.
> In either case, how do I build and install LUASYS on a Windows XP machine?
> I am currently using LUA 5.1

you can download Lua for Windows[1] and unpack there my luars232 library[2].
In examples you can find how to use it. More in my test suite[3]. Sorry, no
manual yet.

-- ynezz

1. http://luaforwindows.luaforge.net/
2. http://cloud.github.com/downloads/ynezz/librs232/luars232-lua_for_windows.zip
3. http://github.com/ynezz/librs232/blob/master/bindings/lua/test.lua