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 / *1375 (-20)
  Re: Can't compile test.nqc
 
(...) There is very little difference in the compiler itself between 1.0 mode and normal mode. Most of the changes are due to a new API file that is included (rcx_nqh.h). If something went wrong with building this file, that may cause a crash. To (...) (25 years ago, 20-Dec-99, to lugnet.robotics.rcx.nqc)
 
  Re: Droid Developer Kit and RCX ???
 
(...) I modified the original R2-D2 model to use the Scout. As the Scout is just the same size of th RCX, you might want to have a look at my creature. You can find it at the Italian Lego Users Group site (URL) worry, text in English). The site uses (...) (25 years ago, 20-Dec-99, to lugnet.robotics, lugnet.robotics.rcx)
 
  Can't compile test.nqc
 
Hi, I have been trying to compile NQC (2.0.2) with the watcom compiler under QNX and succeded partialy. I can now compile the test.nqc from version 1.3 in backward compatibility mode (bin/nqc -1 testv1.nqc). But I can't compile the new test.nqc (...) (25 years ago, 20-Dec-99, to lugnet.robotics.rcx.nqc)
 
  random() compile problems
 
Hi all, We are having troubles compiling code that makes use of the random() (and srandom()). The error messages that occour when we compile are: undefined reference to '_srandom' undefined reference to '_random' Any help will be greatly (...) (25 years ago, 20-Dec-99, to lugnet.robotics.rcx.legos)
 
  linux-lnp: select() vs. SIGIO ( was Re: Call for debugging support )
 
(...) Uuh, there was a little bug in my test program. Once again, i learned i have to read gcc´s warnings carefully. On linux, select() suffers exactly the same thing as SIGIO. If the hardware fifo of the uart is enabled, and there is a stream of (...) (25 years ago, 20-Dec-99, to lugnet.robotics.rcx.legos)
 
  Re: Exploration Mars missing?
 
(...) Absolutely. Together with the long delays on delivery dates, and the mysterious 'disappearance' that has now taken place, this makes a product that is exactly in this spirit... (25 years ago, 19-Dec-99, to lugnet.robotics.rcx)
 
  Sound patch for 0.2.3
 
As somebody painted out today, the frequency settings for PITCH_Gm2 through PITCH_Am3 (or 23-37) are erroneous. I copied and pasted these from Martin's "Wir sind die Roboter" demo, which seems to be in error, too. A patch to alleviate the problem is (...) (25 years ago, 19-Dec-99, to lugnet.robotics.rcx.legos)
 
  legOS-0.2.3 released
 
Hello everyone, legOS-0.2.3 is out and available at (URL) for legOS-0.2.3: ---...--- * Better rotation sensor handling via state tables. * Sound driver to play sequences of notes. * Improved packet retransmit handling for program downloads. * (...) (25 years ago, 19-Dec-99, to lugnet.robotics.rcx.legos)
 
  Re: Exploration Mars missing?
 
(...) I feel sure there's an opportunity for a really bad joke here, but my hangover is getting in the way... Cheers, Ben. -- SECURE HOSTING AT THE BUNKER! (URL) grandfather once told me that there are two kinds of people: those who work and those (...) (25 years ago, 18-Dec-99, to lugnet.robotics.rcx)
 
  Droid Developer Kit and RCX ???
 
Hi everybody, Did someone here already included a RCX in the Droid Developer Kit ? - Christophe - Got today a 2nd RCX and a DDK for my son :-) (25 years ago, 18-Dec-99, to lugnet.robotics, lugnet.robotics.rcx)
 
  Re: Problem with downloading large LX files in legOS (patch)
 
Hi Frank, (...) Did you try changing end-of-packet timing? This may be due to ringing in the receiver, or any sort of analogue issue. This may also be the reason why LEGO is using complement bytes ;-) (...) Yes, this is what I meant to happen. (...) (...) (25 years ago, 18-Dec-99, to lugnet.robotics.rcx.legos)
 
  Re: Call for debugging support
 
Hello Martin, pthreads and select sound fairly portable. And, as I mentioned before, there's a way of having Windows dispatch asynchronous serial events to programs, so work on porting would be fairly localized. The library approach has one serious (...) (25 years ago, 18-Dec-99, to lugnet.robotics.rcx.legos)
 
  Re: Exploration Mars missing?
 
(...) I would assume that this is so that the US version can use imperial units and the European one can use metric. This would truly allow us to emulate the true spirit of exploring Mars! Cheers, Steve (25 years ago, 18-Dec-99, to lugnet.robotics.rcx)
 
  Re: Exploration Mars missing?
 
(...) Exploration Mars, is visible on the European catalogue. However I tried to order it the other day, and the lady at Lego, said that the European release had 'officially' happened, but as yet they had no stock. The US version has a different CD, (...) (25 years ago, 18-Dec-99, to lugnet.robotics.rcx)
 
  Re: Exploration Mars missing?
 
I think I heard some rumblings about sometime early in 2000 for Exploration Mars, but couldn't remember where to confirm or even if this was official. Not much help really. What's more important is - what is going to be in it when it is finally (...) (25 years ago, 18-Dec-99, to lugnet.robotics.rcx)
 
  Re: Exploration Mars missing?
 
(...) It was planned, and never happened. (As of yet, at least.) (25 years ago, 18-Dec-99, to lugnet.robotics.rcx)
 
  Exploration Mars missing?
 
Hi, Using RIS 1.5. It looks as if at some day Exploration Mars was an optional expansion kit. Don't seem to be able to buy it anymore, any experience with it? Regards, Bert. (25 years ago, 17-Dec-99, to lugnet.robotics.rcx)
 
  Re: (Failed) Getting LegOS 0.2.2 working on Windows
 
(...) The original loader.c doesn't compile, due to O_ASYNC (and other stuff) - worked around in the patch for Windows folks. No help there ... I did some poking and experimentation, and here's a tad more info: - The "Invalid argument" error happens (...) (25 years ago, 17-Dec-99, to lugnet.robotics.rcx.legos)
 
  Re: (Failed) Getting LegOS 0.2.2 working on Windows
 
(...) The original loader.c doesn't compile, due to O_ASYNC (and other stuff) - worked around in the patch for Windows folks. No help there ... I did some poking and experimentation, and here's a tad more info: (25 years ago, 17-Dec-99, to lugnet.robotics.rcx.legos)
 
  Getting LegOS 0.2.2 working on Windows (Oddities)
 
To Peter, Luis, and everybody else who put together the LegOS-on-Windows installation instructions: bravo! In most ways, everything worked perfect -- and on a Windows 2000 laptop, no less! There are, however, two glitches: 1 - When I run firmdl3 on (...) (25 years ago, 17-Dec-99, to lugnet.robotics.rcx.legos)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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