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 / *8120 (-20)
  Re: failure in communicaton between RCX & IR Tower
 
(...) I am having almost the same issues. I want to share my story because some of the key elements in your story match mine exactly: Computer: Toshiba Satellite/WinXP/3-USB 2.0 RCX 1.0 USB tower Software: RIS 2.0, SDK 2.5, Bricxcc (all have same (...) (21 years ago, 19-Nov-03, to lugnet.robotics.rcx.robolab)
 
  Re: failure in communicaton between RCX & IR Tower
 
(...) This sounds identical to the situation described by Rob Hendrix in (URL) Anderson from LEGO suggested via email that the USB port may not be giving the tower sufficient current. Perhaps you could try a powered hub? John Hansen (21 years ago, 19-Nov-03, to lugnet.robotics.rcx.robolab)
 
  Re: failure in communicaton between RCX & IR Tower
 
Hi, Nathan, I truly suspect that the issue is the Toshiba hardware of this particular laptop model. I have 3 Dell desktops, 3 laptops. They all have built in usb ports, either 2.0 or 1.0. They all work fine, with the identical setup up, even with (...) (21 years ago, 19-Nov-03, to lugnet.robotics.rcx.robolab)
 
  Re: Help w/install _or_ It all went so well
 
(...) Did you consider using my all-in-one pre-built installers? (URL) work well with XP & W2K (and presumably Win2003). There are problems with earlier OS versions. I've had several people tell me that using these pre-built installers was much (...) (21 years ago, 18-Nov-03, to lugnet.robotics.rcx.legos)
 
  Re: Help w/install _or_ It all went so well
 
hmmmm.... Now I have a different problem - the next step in the process: $ make strip strip fontdesign.exe strip: fontdesign.exe: No such file or directory make: *** [strip] Error 1 Is there a missing step to create fontdesign.exe? (21 years ago, 18-Nov-03, to lugnet.robotics.rcx.legos)
 
  Re: Help w/install _or_ It all went so well
 
Thanks. This solved the initial problem which revealed a second... genlds.c has two printf() statements that have multi-line string args. I appended '\' to the end of all these and everything compiled fine. Now to test things. -Wes (...) <snipped (...) (21 years ago, 18-Nov-03, to lugnet.robotics.rcx.legos)
 
  Re: Help w/install _or_ It all went so well
 
Or ( IMO ) better yet, just macro every line between 152 and 171, that's what I did, saved the trouble of another install... Put this on each line around the assembly code: __asm__(""); Make sure you keep the indent spacing also: label: should be: (...) (21 years ago, 14-Nov-03, to lugnet.robotics.rcx.legos)
 
  Compiling Classes
 
I have several large classes in external .h and .cpp files that are added to my project and compiled into the .lx. I found that when I changed the number of calls to a major procedure from 2 down to 1, the final program size went down 20%. Are these (...) (21 years ago, 13-Nov-03, to lugnet.robotics.rcx.legos)
 
  how to use LNP class?
 
Holla, I have been been doing some tests of protocols from lejOS API where I'm about to give a try with this LNP class. The reason is to enable direct host addressing on my app, avoiding the packet_guaranty_issue (as_seen_from_exemple (...) (21 years ago, 13-Nov-03, to lugnet.robotics.rcx.java)
 
  Re: I'm passing the NQC torch...
 
Dear Dave, Thank you for your great work. My Best Regards Paolo (21 years ago, 13-Nov-03, to lugnet.robotics.rcx.nqc)
 
  Re: I'm passing the NQC torch...
 
(...) I wasn't sure where to post this. I want to reply to everyone's replies, but there are quite a few and I don't want to clutter things up, so I'm replying under my original post.... You're welcome! I really appreciate all of the thank-you's - (...) (21 years ago, 13-Nov-03, to lugnet.robotics.rcx.nqc)
 
  Re: Proximity Sensors for Legway
 
Hi Guys I have just updated the videos at (URL) It has balanced for several minutes on the kitchen floor in the mov00001 cofiguration.... but usually I start playing with the remote and that eventually throws it. I wasn't convinced before but I (...) (21 years ago, 12-Nov-03, to lugnet.robotics.rcx)
 
  Re: I'm passing the NQC torch...
 
Dear Dave, Thank you so much for your great contribution to the Mindstorms-community!!! Best regards, Dirk P.S.: John, all our hopes (trustfully) rely on you now! (21 years ago, 12-Nov-03, to lugnet.robotics.rcx.nqc)
 
  Re: Motors on Sensor ports
 
(...) Yeah... I wonder if that's a hardware limitation... (...) Well, that defeats the purpose... and I'm almost positive that powering a sensor port with 9v is a bad idea. (...) I dunno. Is it possible (I'm still in gr12 physics) that a circuit (...) (21 years ago, 12-Nov-03, to lugnet.robotics.rcx)
 
  Re: Motors on Sensor ports
 
(...) One thing you will find, is that you can't drive the motor backwards. Well, it won't go one direction. The direction depends on the wiring. Actually, that's just if you hook it to a motor port, AND a sensor port. I don't know how bad it is, (...) (21 years ago, 12-Nov-03, to lugnet.robotics.rcx)
 
  Re: I'm passing the NQC torch...
 
A few hours after I was working with my brand new RIS kit, I knew the programming environment was too limited for my needs. Thanks God there was NQC out there, very young but already very solid, offering an entire new world of possibilities. Without (...) (21 years ago, 12-Nov-03, to lugnet.robotics.rcx.nqc)
 
  Motors on Sensor ports
 
I'm just curious if there's any harm in connecting motors to active sensor ports... I know you don't get very much voltage/speed/torque, but you do get interesting readings that can be used to detect when the motor stalls. This is potentially a very (...) (21 years ago, 12-Nov-03, to lugnet.robotics.rcx)
 
  Re: Help w/install _or_ It all went so well
 
(...) [...] (...) Well it looks like the gcc-version-problem I had. The gcc >=3.x do not allow multiline strins without "\" anymore, which are still uses in brickos. So my hint is to install a gcc 2.95 and everything should work fine... Note: This (...) (21 years ago, 12-Nov-03, to lugnet.robotics.rcx.legos)
 
  Help w/install _or_ It all went so well
 
_warning_ I'm new to BrickOS, so be patient. I've just attempted to install using the instructions at (URL) went fine until step 4 command './configure; make' which looked like this: ... $ ./configure; make Welcome to the brickOS Makefile (...) (21 years ago, 12-Nov-03, to lugnet.robotics.rcx.legos)
 
  Re: I'm passing the NQC torch...
 
Dear Dave, All I can Say is Thanks. But that says it all. JL (21 years ago, 11-Nov-03, to lugnet.robotics.rcx.nqc)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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