lua-users home
lua-l archive

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


Bogdan Marinescu <bogdan.marinescu@gmail.com> [2009-07-13 12:46:11]:

> Very nice work. Any change you'll add a good serial port module to this? My
> Asus WL-500gP kinda needs something like this ... :)

I wrote simple serial port lib. maybe it's what you're looking for. You can
find it at Github[1]. I'm using it on Win32, Windows CE/Mobile and on
Linux/ARM in OpenEmbedded successfully. It's MIT licensed.

1. http://github.com/ynezz/librs232

-- ynezz