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 / *995 (-20)
  Re: Serializing tasks
 
(...) Hello, I'm interested in the experiences you are having about this, because soon I will probably buy one addition to my CyberMaster - one RCX. I would love to hear about your experiences. Laurentino Martins [ mailto:lau@mail.telepac.pt ] [ (...) (25 years ago, 2-Nov-99, to lugnet.robotics.rcx)
 
  Re: legOS
 
(...) I looked for the article online a week or two back, but quickly got frustrated with the DDJ web site. A more patient person than I might have better luck. (See also: (URL) ) (...) (25 years ago, 3-Nov-99, to lugnet.robotics.rcx)
 
  Re: idiot's guide to programming the rcx
 
(...) The truth is, I got all those links from the Mindstorms Internals web site. And I got there from here! (Actually, I originally found my way to LUGNET from Mindstorms Internals, and I've practically lived here ever since.) (...) Belated Happy (...) (25 years ago, 3-Nov-99, to lugnet.robotics.rcx)
 
  Re: legOS
 
I looked for a link, but couldn't find one. Is it online somewhere in their site or not? Anyone know? -Luis (...) ###...### Profanity is the one language that all programmers understand. -Anonymous ###...### (25 years ago, 3-Nov-99, to lugnet.robotics.rcx)
 
  Re: idiot's guide to programming the rcx
 
Ooooh. thanks for posting all those links. Nice to find all the various programming software out there. Tom (Having just cracked the box on his Mindstorms he got for his birthday in August) Chris Phillips <chris.phillips@comp...oards.com> wrote in (...) (25 years ago, 3-Nov-99, to lugnet.robotics.rcx)
 
  legOS
 
This may be old news to all of you, but I haven't seen anything on the list. The November issue of Dr. Dobb's Journal has an excellent article by Marcus L. Noga about his baby, legOS. It is a _must_ read for legOS users, and a _should_ read for (...) (25 years ago, 3-Nov-99, to lugnet.robotics.rcx)
 
  IR
 
Hi All. Is there a way to set the IR transmitter to something like 'long range mode'? I would like to have a more powerful beam for proximity detection. I've tried lnp_logical_range(1), doesn't seem to make a difference. The problem is that I don't (...) (25 years ago, 2-Nov-99, to lugnet.robotics.rcx.legos)
 
  RE: variables, etc.
 
(...) Will do shortly... (...) I'm not sure I want to be known as the guy that hates variables. They DO have their place, as data structures or to hold information that is infrequently accessed or is inconvenient to manage on the stack. The thing (...) (25 years ago, 2-Nov-99, to lugnet.robotics.rcx.pbforth)
 
  FW: belated question from Mindfest
 
-----Original Message----- From: Ralph Hempel [mailto:rhempel@bmts.com] Sent: Monday, November 01, 1999 7:58 PM To: munafo@gcctech.com Subject: RE: belated question from Mindfest (...) Nice to meet you too. I'm not sure if anyone really appreciates (...) (25 years ago, 2-Nov-99, to lugnet.robotics.rcx.pbforth)
 
  FW: belated question from Mindfest
 
-----Original Message----- From: munafo@gcctech.com [mailto:munafo@gcctech.com] Sent: Monday, November 01, 1999 5:24 PM To: rhempel@bmts.com; Robert Munafo Subject: belated question from Mindfest Ralph, It was good talking to you at Mindfest. As you (...) (25 years ago, 2-Nov-99, to lugnet.robotics.rcx.pbforth)
 
  Re: legOS-0.2.1
 
Hi Jeffrey, that's an OS issue - your host system should define O_ASYNC. Some older systems define FASYNC instead, try that one. You can work around this more elegantly, too: #ifndef O_ASYNC #define O_ASYNC FASYNC #endif And hope for the best. (...) (25 years ago, 2-Nov-99, to lugnet.robotics.rcx.legos, lugnet.robotics.rcx)
 
  Re: idiot's guide to programming the rcx
 
(...) The almost universal answer to the question "what is the best/easiest alternative programming language for the RCX" is three little letters: "NQC." If you are at all comfortable with programming in a "scripted" language like BASIC, then you (...) (25 years ago, 2-Nov-99, to lugnet.robotics.rcx)
 
  idiot's guide to programming the rcx
 
Can anyone tell me the EASIEST alternate programming language to use for the rcx. I mean, back in the days of BASIC, I was one of my state's top student programmers. But that was in the eighties. (25 years ago, 2-Nov-99, to lugnet.robotics.rcx)
 
  RS232 Communication
 
Has anyone read data into an RCX from an external device using an RS232 serial connection? The device I'd like to use might be spitting out data at about 16Hz. Any information at all will be a help. Cheers, Barry. (25 years ago, 1-Nov-99, to lugnet.robotics.rcx)
 
  Re: legOS-0.2.1
 
(...) ==bulk of message removed (...) I'm getting a compile error when building the dll utility - an undefined symbol 'O_ASYNC' forgive my ignorance but how do I fix this? Thanks in advance, -=RoboCoder=- (25 years ago, 1-Nov-99, to lugnet.robotics.rcx.legos, lugnet.robotics.rcx)
 
  Re: Sharing variables and using expressions (was Re: NQC 2.0 and some math questions
 
Thanks, Dave! It will be good to have that in the manual, because it is a very confusing behavior that is difficult to track down. Variables take on values that are completely different from the values that the programmer is setting them to. Most (...) (25 years ago, 1-Nov-99, to lugnet.robotics.rcx.nqc)
 
  Using ROBOLAB for FIRST LEGO League
 
(An earlier version of this email was initially posted on thursday october 28th to lugnet.robotics) SLIGHTLY UPDATED FROM LAST WEEK: If your kids are using ROBOLAB in this years FIRST LEGO League, I've written a replacement for pages 27-36 in the (...) (25 years ago, 1-Nov-99, to lugnet.robotics.rcx.robolab)
 
  RE: fast firmware downloader
 
(...) Great! I was using Borland C++ 3.0 because I happened to have the diskettes around. Remember when a C++ compiler fit on 5 (five) 3.5 diskettes? I have no problem with keeping the existing filename structure. It's readable, it serves the (...) (25 years ago, 1-Nov-99, to lugnet.robotics.rcx)
 
  Re: fast firmware downloader
 
(...) I agree with your reasoning. The compiler I have decided to use (Watcom C/C++ v.11 from Powersoft) will compile from the platform I am developing on (NT 4) to the desired executing platform (DOS) and will use long file names just fine. Other (...) (25 years ago, 1-Nov-99, to lugnet.robotics.rcx)
 
  Re: fast firmware downloader
 
(...) Sorry, but I'm going to be stubborn on this one. I abhor short (often cryptic) filenames. In the NQC source tree, almost every class is in its own file, which is of course named after the class. So in a sense, truncating the filenames is more (...) (25 years ago, 1-Nov-99, to lugnet.robotics.rcx)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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