newbie frustration.
I can find a zillion articles on the web showing examples of luars232. But can someone tell me how to find the actual documentation of the API please? TVM David _______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
On Wed, Sep 26, 2012 at 7:07 PM, David Collier <[hidden email]> wrote:
> newbie frustration. > > I can find a zillion articles on the web showing examples of luars232. > > But can someone tell me how to find the actual documentation of the API > please? Probably not exactly the best list to ask this question :) But since you already did, by looking at luars232, the best way to find the API is to look at the code here: https://github.com/ynezz/librs232/blob/master/bindings/lua/luars232.c There's also a test program in the same location that might help: https://github.com/ynezz/librs232/blob/master/bindings/lua/test.lua Best, Bogdan > > TVM > > David > _______________________________________________ > eLua-dev mailing list > [hidden email] > https://lists.berlios.de/mailman/listinfo/elua-dev _______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
Bogdan,
Yup sorry I'm too new to know what I'm doing :-) I guess that's a Lua question rather than an eLua one... OK - can you tell me what other lists/fora etc I should be subscribed to? David > *From:* "Bogdan Marinescu" <[hidden email]> > *To:* <[hidden email]>, "eLua Users and Development List > \(www.eluaproject.net\)" <[hidden email]> > *Date:* Wed, 26 Sep 2012 19:57:16 +0300 > > On Wed, Sep 26, 2012 at 7:07 PM, David Collier <[hidden email]> > wrote: > > newbie frustration. > > > > I can find a zillion articles on the web showing examples of > > luars232. > > > > But can someone tell me how to find the actual documentation of > > the API > > please? > > Probably not exactly the best list to ask this question :) But since > you already did, by looking at luars232, the best way to find the > API > is to look at the code here: > > https://github.com/ynezz/librs232/blob/master/bindings/lua/luars232. > c > > There's also a test program in the same location that might help: > > https://github.com/ynezz/librs232/blob/master/bindings/lua/test.lua > > Best, > Bogdan > > > > > TVM > > > > David > > _______________________________________________ > > eLua-dev mailing list > > [hidden email] > > https://lists.berlios.de/mailman/listinfo/elua-dev > eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
In reply to this post by BogdanM
Ah, I see, luars232 is an implementation of librs232... that's the info I
was missing. Ta. David > *From:* "Bogdan Marinescu" <[hidden email]> > *To:* <[hidden email]>, "eLua Users and Development List > \(www.eluaproject.net\)" <[hidden email]> > *Date:* Wed, 26 Sep 2012 19:57:16 +0300 > > On Wed, Sep 26, 2012 at 7:07 PM, David Collier <[hidden email]> > wrote: > > newbie frustration. > > > > I can find a zillion articles on the web showing examples of > > luars232. > > > > But can someone tell me how to find the actual documentation of > > the API > > please? > > Probably not exactly the best list to ask this question :) But since > you already did, by looking at luars232, the best way to find the > API > is to look at the code here: > > https://github.com/ynezz/librs232/blob/master/bindings/lua/luars232. > c > > There's also a test program in the same location that might help: > > https://github.com/ynezz/librs232/blob/master/bindings/lua/test.lua > > Best, > Bogdan > > > > > TVM > > > > David > > _______________________________________________ > > eLua-dev mailing list > > [hidden email] > > https://lists.berlios.de/mailman/listinfo/elua-dev > eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
In reply to this post by david collier
On Wed, Sep 26, 2012 at 8:09 PM, David Collier <[hidden email]> wrote:
> Bogdan, > > Yup sorry I'm too new to know what I'm doing :-) No problem at all :) > > I guess that's a Lua question rather than an eLua one... Yes, since it is about a library that runs on PCs. > > OK - can you tell me what other lists/fora etc I should be subscribed to? lua-l: http://www.lua.org/lua-l.html If you are a programmer, this is a very good list to be subscribed to IMO. Best, Bogdan > > David > >> *From:* "Bogdan Marinescu" <[hidden email]> >> *To:* <[hidden email]>, "eLua Users and Development List >> \(www.eluaproject.net\)" <[hidden email]> >> *Date:* Wed, 26 Sep 2012 19:57:16 +0300 >> >> On Wed, Sep 26, 2012 at 7:07 PM, David Collier <[hidden email]> >> wrote: >> > newbie frustration. >> > >> > I can find a zillion articles on the web showing examples of >> > luars232. >> > >> > But can someone tell me how to find the actual documentation of >> > the API >> > please? >> >> Probably not exactly the best list to ask this question :) But since >> you already did, by looking at luars232, the best way to find the >> API >> is to look at the code here: >> >> https://github.com/ynezz/librs232/blob/master/bindings/lua/luars232. >> c >> >> There's also a test program in the same location that might help: >> >> https://github.com/ynezz/librs232/blob/master/bindings/lua/test.lua >> >> Best, >> Bogdan >> >> > >> > TVM >> > >> > David >> > _______________________________________________ >> > eLua-dev mailing list >> > [hidden email] >> > https://lists.berlios.de/mailman/listinfo/elua-dev >> > _______________________________________________ > eLua-dev mailing list > [hidden email] > https://lists.berlios.de/mailman/listinfo/elua-dev eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
Free forum by Nabble | Edit this page |