Hi Dado,
I am using eLua 0.7. I also tried your suggestion but the results were the same. Is there anything else I can try? I have also tried several Terminal Emulators but I think I will stick with Tera Term unless I see something better. WRT to your previous reply to helping out I will continue to work with eLua. I am not sure if I am ready for programming, however I am interested in the IDE development. Also, is there anyone that might be interested in documentation from the website in one document, perhaps word and then PDF? If so I might be able to start working on that.
Thanks, Paul
On Mon, Aug 9, 2010 at 7:00 AM, <[hidden email]> wrote: Send eLua-dev mailing list submissions to _______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
On Mon, Aug 9, 2010 at 3:53 PM, Paul Verbeke <[hidden email]> wrote:
> Hi Dado, > I am using eLua 0.7. Is this using the online builder or a local toolchain? > I also tried your suggestion but the results were the > same. Is there anything else I can try? I have also tried several Terminal > Emulators but I think I will stick with Tera Term unless I see something > better. This works pretty well if you're on windows. It may not be ideal, but I believe a number of us also use it, at least on that platform. > WRT to your previous reply to helping out I will continue to work > with eLua. I am not sure if I am ready for programming, however I am > interested in the IDE development. Also, is there anyone that might be > interested in documentation from the website in one document, perhaps word > and then PDF? If so I might be able to start working on that. We don't currently have a way to automatically make PDF docs from the whole site (we may consider that in the future). However, you can have your own version of the main site docs in HTML from a checkout of eLua. If you have a Lua interpreter installed on your machine, you can switch directories into doc and then run "lua buildall.lua" which will put the docs in the "dist" directory in "doc". It should not be too hard to either adapt the CSS for the site to make the docs pages easily printable (and therefore convertible to PDF). It might also not be too hard to adapt the documentation builder to make one long html page with all the docs, which could also be easily converted to PDF. Regardless it would be nice to have it be generable from the same source that makes the site so that edits/fixes can be made there and then be replicated to other versions. For a less programming-oriented aspect of the project, I believe there's material that we're migrating from the static site to the wiki, as well as content that could be more extensive on the wiki. Certainly we'd also appreciate additions of wiki content like examples, projects you might be working on, etc.. If you let us know what you're background and familiarities are, we might be able to match something fun/interesting with your interests/skills :-) > Thanks, > Paul > > On Mon, Aug 9, 2010 at 7:00 AM, <[hidden email]> wrote: >> >> Send eLua-dev mailing list submissions to >> [hidden email] >> >> To subscribe or unsubscribe via the World Wide Web, visit >> https://lists.berlios.de/mailman/listinfo/elua-dev >> or, via email, send a message with subject or body 'help' to >> [hidden email] >> >> You can reach the person managing the list at >> [hidden email] >> >> When replying, please edit your Subject line so it is more specific >> than "Re: Contents of eLua-dev digest..." >> >> >> Today's Topics: >> >> 1. Re: LM3S6965 MMC (Dado Sutter) >> >> >> ---------------------------------------------------------------------- >> >> Message: 1 >> Date: Sun, 8 Aug 2010 12:40:58 -0300 >> From: Dado Sutter <[hidden email]> >> To: "eLua Users and Development List (www.eluaproject.net)" >> <[hidden email]> >> Subject: Re: [eLua-dev] LM3S6965 MMC >> Message-ID: >> <AANLkTi=[hidden email]> >> Content-Type: text/plain; charset="iso-8859-1" >> >> Hello, >> >> On Sun, Aug 8, 2010 at 12:00, Paul Verbeke <[hidden email]> wrote: >> >> > Hi, >> > >> > I was wondering if anyone has used a Micro SD card on the LM3S6965 >> > board, >> > and if so is there anything special that needs to be done? I have looked >> > through the code and it looks like it should be enabled for this >> > platform. >> > >> >> Yes it should work but I've only tested on LM3S8962 boards so far. >> >> When I try to execute a program from the card I get the following: >> > >> > *eLua# lua /mmc/LuaTest.lua* >> > *Press CTRL+Z to exit Lua* >> > *lua: cannot open /mmc/LuaTest.lua: No such device * >> > >> >> Please tell us which eLua version are you using and try (case sensitive): >> eLua# lua /MMC/LuaTest.lua >> >> Also, I am using Tera Term for a terminal emulator. Does anyone know of a >> > good open source terminal emulator that supports command history to >> > reduce >> > the amount of typing required when working in interactive mode? >> > >> >> http://wiki.eluaproject.net/Terminal%20Emulators%20for%20eLua >> If you find a better answer for your question/search, please update that >> page to reflect it. >> >> Thanks in advance for any suggestions. >> > >> > Paul Verbeke >> > >> >> Best >> Dado >> >> >> > >> > _______________________________________________ >> > eLua-dev mailing list >> > [hidden email] >> > https://lists.berlios.de/mailman/listinfo/elua-dev >> > >> > >> -------------- next part -------------- >> An HTML attachment was scrubbed... >> URL: >> <https://lists.berlios.de/pipermail/elua-dev/attachments/20100808/36077dfe/attachment-0001.html> >> >> ------------------------------ >> >> _______________________________________________ >> eLua-dev mailing list >> [hidden email] >> https://lists.berlios.de/mailman/listinfo/elua-dev >> >> >> End of eLua-dev Digest, Vol 25, Issue 20 >> **************************************** > > > _______________________________________________ > eLua-dev mailing list > [hidden email] > https://lists.berlios.de/mailman/listinfo/elua-dev > > -- James Snyder Biomedical Engineering Northwestern University [hidden email] PGP: http://fanplastic.org/key.txt Phone: (847) 448-0386 _______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
Free forum by Nabble | Edit this page |