To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcxOpen lugnet.robotics.rcx in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / *6430 (-20)
  Re: Terminal Emulator
 
(...) saving the system (SAVESYS) and I would like to test it with another Terminal Emulator. Thanks Mario (22 years ago, 16-Jun-02, to lugnet.robotics.rcx.pbforth)
 
  Re: Displaying info while debugging
 
(...) I agree that the core should be kept small, I'm sorry for not thinking this through all the way. Please do post the definitions on this message board so we can all benefit from your work. I will do the same. (...) No ignorance on your part, a (...) (22 years ago, 16-Jun-02, to lugnet.robotics.rcx.pbforth)
 
  Re: Terminal Emulator
 
Ralph Hempel has one written in Tcl that be downloaded from his web site: (URL) noticed that there is also a c.l.f. newsgroup message titled 'Small terminal emulator' that is asking for the same thing to be written in a public domain Forth. This (...) (22 years ago, 16-Jun-02, to lugnet.robotics.rcx.pbforth)
 
  Re: Displaying info while debugging
 
Hi David, If I can come up with anything usefull, I could post the source code here or send it to you by e-mail. Again, I think it's best that M. Hempel keeps the core small and that we add extensions to that core. Excuse my ignorance, but what is (...) (22 years ago, 16-Jun-02, to lugnet.robotics.rcx.pbforth)
 
  Re: Displaying info while debugging
 
I agree that pbForth is GREAT! Hopefully you're forwarding all your debugging words to Mr. Hempel. I noticed on the c.l.f. newsgroup in a message called 'Small terminal emulator' that Lionel Rogers is writing an introduction to programming book (...) (22 years ago, 16-Jun-02, to lugnet.robotics.rcx.pbforth)
 
  Install for legOS
 
Hey All, I've talked with several people about this. First, a quick generalization: IMHO, there are two types of LegOS users: 1) Unix/Linux programmers who use LegOS as another platform for development, and don’t really care about building robots. (...) (22 years ago, 16-Jun-02, to lugnet.robotics.rcx.legos)
 
  Re: **** legOS new name poll starts now ****
 
BrickOS? As in MIT's Brick project... Regards, Bill ___...___ William Sequeira, Ph.D. -- Principal, Axon Hillock, Inc. (...) (22 years ago, 16-Jun-02, to lugnet.robotics.rcx.legos)
 
  Re: GUI for legOS
 
(...) I'm running legOS from Linux, so I don't know Ultraedit. But if its suitable for your needs and free it seems to be a good choice. Regards, Michael (22 years ago, 16-Jun-02, to lugnet.robotics.rcx.legos)
 
  Re: GUI for legOS
 
I didn't want to have to write my programs for LegOS and then type a ton of commands only to find that I made a mistake. So I downloaded UltraEdit-32 9. It allows unix type file to be saved (This will replace the carriage return and line feed (...) (22 years ago, 16-Jun-02, to lugnet.robotics.rcx.legos)
 
  Re: GUI for legOS
 
Hello David, (...) What would it help? (...) Have you ever tried legOS? First, if you are running legOS from Linux, you don't need cygwin and that kind of things. They are only needed to resemble a UNIX enviroment under DOS. And the UNIX system is (...) (22 years ago, 16-Jun-02, to lugnet.robotics.rcx.legos)
 
  Re: **** legOS new name poll starts now ****
 
(...) That is why we search for a new name. The LEGO group said that they don't like legOS and all possible deviations. If you look on the official mindstorms webpage, legOS is not mentioned. On the other hand, they where so kind only to ask for a (...) (22 years ago, 16-Jun-02, to lugnet.robotics.rcx.legos)
 
  Re: **** legOS new name poll starts now ****
 
(...) I'm wondering, has anyone asked LEGO for permission to continue calling it 'legOS' (emphasizing the unique capitalization)? What was the response? -- David Schilling (22 years ago, 16-Jun-02, to lugnet.robotics.rcx.legos)
 
  Re: GUI for legOS
 
(...) It really WOULD be nice if someone created a simplified way of getting up and running for legOS, even if it didn't actually contain a GUI interface for programming (though I by no means would discourage someone from providing THAT as well!) or (...) (22 years ago, 16-Jun-02, to lugnet.robotics.rcx.legos)
 
  Re: Displaying info while debugging
 
(...) Hi Ralph, You may be right because if I insert KEY somewhere in the loop, it displays the information at each pass in the loop. (...) Otherwise, I like pbForth a lot. I'm still learning the particularities of this implementation (what's in, (...) (22 years ago, 15-Jun-02, to lugnet.robotics.rcx.pbforth)
 
  Re: GUI for legOS
 
There isn't a GUI for LegOS. I have my Visual Studio set up to do all the stuff I need to do when writing programs with LegOS. Steve ----- Original Message ----- From: "scott davis" <rcxman2@msn.com> Date: Sat, 15 Jun 2002 18:02:42 GMT To: (...) (22 years ago, 15-Jun-02, to lugnet.robotics.rcx.legos)
 
  RE: Displaying info while debugging
 
Yes, rcxTcl is probably looking at the data coming in on the IR and buffering it until there is a pause. I'll check it out this week and send out an update if I can.... How are you making out otherwise with pbForth? Cheers, Ralph (...) (22 years ago, 15-Jun-02, to lugnet.robotics.rcx.pbforth)
 
  Re: Displaying info while debugging
 
Ralph, Coult it be that the console (RcxTcl) does that (and not pbForth)? Thanks Mario (...) (22 years ago, 15-Jun-02, to lugnet.robotics.rcx.pbforth)
 
  Re: MinuteTimer and currentTimeMillis()
 
(...) An int, 4 bytes. (...) That's right. (...) I think a complete cycle will take 49.7 days, as you have to get through the negative values, too. But I bet nobody has yet tried it. (Somewhat like the MSWindows sure crash a while ago :-) (...) No, (...) (22 years ago, 15-Jun-02, to lugnet.robotics.rcx.java)
 
  GUI for legOS
 
Is there a GUI for legOS like Bricx CC for NQC? If there is, is it easier to use and do you lose features useing it? Thanx scott (22 years ago, 15-Jun-02, to lugnet.robotics.rcx.legos)
 
  MinuteTimer and currentTimeMillis()
 
I am writing a class which can be set with the actual time and then provide the value to other classes. It only has to be accurate to the minute. I've done this in NQC, but am trying to figure out how to do it using Lejos. If currentTimeMillis() is (...) (22 years ago, 15-Jun-02, to lugnet.robotics.rcx.java)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR