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 / *3095 (-20)
  Re: Connecting to RCX
 
(...) Ordinary electric lightbulb. Nothing too bright or too dark. I might try moving the tower and brick under a chair when I get in from work tonight and see if that makes a difference. I brought the packet trace in today in case it looks familiar (...) (24 years ago, 16-Aug-00, to lugnet.robotics.rcx.nqc)
 
  Re: Connecting to RCX
 
(...) Yeah it suggests that to me too. What's the lighting condition like in the room? (24 years ago, 16-Aug-00, to lugnet.robotics.rcx.nqc)
 
  Re: Connecting to RCX
 
(...) It should! It certainly did last time I used it but I wasn't sure whether being without batteries would cause the firmware to need reloading. It certainly powers on and runs programs in all slots which suggested to me that the firmware was (...) (24 years ago, 16-Aug-00, to lugnet.robotics.rcx.nqc)
 
  Re: NQC stdin & stdout
 
(...) Could you copy the entire contents to the clipboard, then have your program write the clipboard data to a temp file? (you'd still avoing having to create pipes, etc) Dave Baum (24 years ago, 16-Aug-00, to lugnet.robotics.rcx.nqc)
 
  Re: NQC stdin & stdout
 
(...) Yes, that would be the easiest way but also the most annoying as it forces me to change the file name on the users editor. I'm looking in to a DDE command way to avoid this, but so far without success. Thanks for your help btw. Dean -- (...) (24 years ago, 15-Aug-00, to lugnet.robotics.rcx.nqc)
 
  Re: Idle Powerdown
 
Also, Paolo gets credit for the code that resets the idle counter inside IR activity. It will not reset on invalid packets or packets sent to a different RCX unit, so a unit will quietly go to sleep after 15 minutes in the midst of LNP (...) (24 years ago, 15-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: Connecting to RCX
 
(...) Does the RCX have the firmware installed? (24 years ago, 15-Aug-00, to lugnet.robotics.rcx.nqc)
 
  Connecting to RCX
 
Any pointers on how to get NQC to actually talk to the RCX would be gratefully received! I've searched around and tried everything that I can come up with but still can't make NQC send data correctly to the RCX. I've doublechecked that the serial (...) (24 years ago, 15-Aug-00, to lugnet.robotics.rcx.nqc)
 
  Re: Idle Powerdown
 
Paolo was kind enough to check into Sourceforge my changes to implement idle powerdown. The default is 15 minutes of idle time (no programs running, no buttons pressed, no LNP activity) before automatically turning itself off. BTW, in my previous (...) (24 years ago, 15-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: Multiple RCXs
 
(...) You can control RCXs via LNP using different addresses. The problem is that no example and no working code is available in legOS distribution, but you can find something searching this newsgroup. A good possibility is using WinLNP (URL) LNP (...) (24 years ago, 15-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: Programming for Scout using RCX2.0Beta
 
(...) You just have to select "Scout" in the Brick pull-down menu and everything works OK. -- Michael (24 years ago, 15-Aug-00, to lugnet.robotics.rcx, lugnet.robotics.scout)
 
  Re: RCX 1.0 and RCX 1.5 - ANY differences???
 
The only difference between the 1.0 and 1.5 hardware is the power jack. IMO, the 1.0 RCX is more valuable because of this. I'm not sure if the 2.0 firmware will run on the 1.0 & 1.5 but I can't imagine LEGO would put out an upgrade that wasn't (...) (24 years ago, 15-Aug-00, to lugnet.robotics.rcx)
 
  Re: CVS write problem solved
 
(...) Well, after fiddling lots, I finally got it working. Turns out :ext: is correct, dunno why the CVS page at SourceForge says :pserver:. Anyway, I successfully commited CONTRIBUTORS (had my name wrong!), and will soon be putting in some code to (...) (24 years ago, 15-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: Idle Powerdown - CVS write problems
 
(...) Sorry. Linux. (...) Hmmm. Tried this (checked out the whole module to a new dir), but same problem. (...) My connection string is the same except ext->pserver. Must be a Unix thing. Is there any developers out there using cvs under Linux? I (...) (24 years ago, 15-Aug-00, to lugnet.robotics.rcx.legos)
 
  Programming for Scout using RCX2.0Beta
 
I am using RCX2.0Beta to test Scout, but it seems Beta doesn't support Scout, although there is some saying in readme.txt file, if you compile the Avoider.scout with Beta version, you will get the error as follows: Error (0xe0050832) from VPBrick (...) (24 years ago, 15-Aug-00, to lugnet.robotics.rcx, lugnet.robotics.scout)
 
  Re: About Scout programming
 
(...) The Scout only supports passive sensors externally (touch and temperature). The light sensor is supposed to be used as an active sensor (although in some cases you can use it passively and get reasonable results). The Scout does have its own (...) (24 years ago, 15-Aug-00, to lugnet.robotics.rcx.nqc, lugnet.robotics.scout)
 
  Re: RCX 1.0 and RCX 1.5 - ANY differences???
 
I think only RCX1.0 and coming RCX2.0, you confused RIS1.0 and RIS1.5 Here is a list, maybe it is useful: RCX RIS Release 1.0 1.0 1998 1.0 1.5 1999 2.0 2.0 2001 Zhengrong (...) (24 years ago, 15-Aug-00, to lugnet.robotics.rcx)
 
  About Scout programming
 
Hi I have a light-seeker NQC program for RCX, I want to port for Scout, does anyone know how to do it? Then does Scout use external light sensor? BR Zhengrong (24 years ago, 15-Aug-00, to lugnet.robotics.rcx.nqc, lugnet.robotics.scout)
 
  RCX 1.0 and RCX 1.5 - ANY differences???
 
I just purchased 20+ LEGO Mindstorm kits from DACTA (to use in a freshmen Elementary Computer Programming course) and they came with the RCX 1.0 units (with the power jack). Are these units (other than having this jack) ANY different functionally (...) (24 years ago, 14-Aug-00, to lugnet.robotics.rcx)
 
  Re: Idle Powerdown - CVS write problems
 
(...) login (...) But when I (...) I've checked sourceforge and you have correct permissions. What platform are you using? Windows? (...) before - (...) My problem was that if you checked-out files as "anonymous", you need to re-check-out them. CVS (...) (24 years ago, 14-Aug-00, 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