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 / *1015 (-20)
  Re: makelx issues
 
Hi Luis, (...) I rewrote makelx-back - it's called makelx now, and it doesn't require perl anymore. I just didn't post it yet, as it didn't merit a 0.2.2 release just yet. At least in my eyes. For now, try and insert a line into makelx that prints (...) (25 years ago, 5-Nov-99, to lugnet.robotics.rcx.legos)
 
  Re: New pbForth 1.1.0
 
(...) It works fine. It even worked with my own "no-echo" terminal. Best part, of course, it's that nice splash "4th" ;) (...) Well, I'm really would like to see sources, if it not a secret. I would not mind about "cleanest", perfection is very (...) (25 years ago, 5-Nov-99, to lugnet.robotics.rcx.pbforth)
 
  Communication with PC using NQC
 
Hi all! Having a touch of flu, I might be asking a FAQ here... if so, sorry. How can the RCX communicate with the PC, except by SendMessage? The Spirit.ocx has the Poll functionality to ask for RCX state - is there any similar stuff in NQC? And are (...) (25 years ago, 5-Nov-99, to lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
 
  Updating the Web based compilers?
 
Would it be possible for any of the very kind people who maintain the LegOS Web Based Compilers be able to update their compilers to the latest 0.2.1 version of LegOS? Dying to try out the new programming features... Dave Chen (25 years ago, 5-Nov-99, to lugnet.robotics.rcx.legos)
 
  makelx issues
 
I'm trying to use 0.2.1 and having problems- no executables are appearing in the demo/ directory. Stepping through the make, I can see that the .dc1, .dc2, etc. files are being made (whether or not correctly I have no idea.) Running make-lx (...) (25 years ago, 4-Nov-99, to lugnet.robotics.rcx.legos)
 
  Re: 0.2.1 API
 
Never mind- did it myself. Thanks anyway... -Luis (...) ###...### Profanity is the one language that all programmers understand. -Anonymous ###...### (25 years ago, 4-Nov-99, to lugnet.robotics.rcx.legos)
 
  0.2.1 API
 
I seem to remember that someone here installed doxygen and generated a new set of API docs for 0.2.0. Am I correct in that? Or am I smoking something? If that is the case, I'd love to hear from you- a copy would be real nice to re-link from the (...) (25 years ago, 4-Nov-99, to lugnet.robotics.rcx.legos)
 
  RE: New pbForth 1.1.0
 
(...) Thanks! How does it work for you? I'll put in some release notes on the website in a few days. (...) I took the sources out for now until I can really clean them up. If you REALLY need them, I can email them to you. Next on the block is (...) (25 years ago, 4-Nov-99, to lugnet.robotics.rcx.pbforth)
 
  Re: Connecting two RCX's
 
|>I have two RCX bricks and would like them to co-operate without using the |>IR-Port. Is it possible to communicate by attaching a motor port of the |>first RCX to a sensor port of the second? As far as I know the motors work |>on 9V and the (...) (25 years ago, 4-Nov-99, to lugnet.robotics.rcx.nqc)
 
  Re: New pbForth 1.1.0
 
Hi Ralph, Nice to see a new release! Only question, why did you remove sources from the package? Would be really nice if you can publish the sources too. Sergey Udovenko (25 years ago, 4-Nov-99, to lugnet.robotics.rcx.pbforth)
 
  rcx tools setup
 
I have following problem with setting up the rcx tools (the old ones, distributed with legOS-0.1.7): I set up the Makefile.common to properly point to my paths: TOOLPREFIX=/home/eri...tachi-hms- LEGOS_ROOT=/home/eri...gOS-0.1.7/ when I run make I (...) (25 years ago, 4-Nov-99, to lugnet.robotics.rcx.legos)
 
  Re: RCX-enhanced egcs
 
I just downloaded the new rcx tools, unfotunately the gcc dies (segmentation fault, even if I run the gcc only (with no parameters). any ideas what's going on? does it require glibc2.1? any settings? TIA erik (...) (25 years ago, 4-Nov-99, to lugnet.robotics.rcx.legos)
 
  New pbForth 1.1.0
 
Finally, the pesky stack bug and the goofy double echo byte problem has been fixed. Thanks to Sergey Udovenko I have also integrated a little "splash screen" on the LCD that lets you know pbForth is up and running. (URL) Will get you there. Please (...) (25 years ago, 4-Nov-99, to lugnet.robotics.rcx.pbforth, lugnet.robotics)
 
  Re: Connecting two RCX's
 
(...) Another case would be where you also want to use IR for doing radar. If you had IR messages bouncing around for both radar and communication, it might confuse the radar algorithm or generate incorrect readings. (You'd also have to reserve a (...) (25 years ago, 3-Nov-99, to lugnet.robotics.rcx.nqc)
 
  Re: Connecting two RCX's
 
(...) For example if your RCXs are facing opposite direction or if there is a door between them, etc. etc. In such case a wire would be better than IR. Ciao. Marco. (25 years ago, 3-Nov-99, to lugnet.robotics.rcx.nqc)
 
  Re: legOS
 
(...) I found a reference to the article after manipulating a url to their table of contents. (URL) story isn't their yet but you can see a short description of it. (25 years ago, 3-Nov-99, to lugnet.robotics.rcx)
 
  Re: Connecting two RCX's
 
Joost, You could try connecting a motor to one of the outputs of RCX A, attaching a rotation sensor to its axle and connect that to an input on RCX B. I can also think of different combinations like lamp/light sensor, motor/touch sensor. I'll keep (...) (25 years ago, 3-Nov-99, to lugnet.robotics.rcx)
 
  Re: Connecting two RCX's
 
(...) Actually, the sensors run on 9V too. Why would you not want to use the IR port to get them to cooperate? The "message" system built into them makes this the IDEAL way to communicate, expecially since you won't be tying up a sensor input or a (...) (25 years ago, 3-Nov-99, to lugnet.robotics.rcx.nqc)
 
  Connecting two RCX's
 
Hello, I have two RCX bricks and would like them to co-operate without using the IR-Port. Is it possible to communicate by attaching a motor port of the first RCX to a sensor port of the second? As far as I know the motors work on 9V and the sensors (...) (25 years ago, 3-Nov-99, to lugnet.robotics.rcx.nqc)
 
  Connecting two RCX's
 
Hello, I have two RCX bricks and would like them to co-operate without using the IR-Port. Is it possible to communicate by attaching a motor port of the first RCX to a sensor port of the second? As far as I know the motors work on 9V and the sensors (...) (25 years ago, 3-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