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 / *2745 (-20)
  Re: Help needed: Problems setting up the IR tower
 
Check your BIOS settings to see if those ports are enabled, maybe instead of auto set them manually in BIOS. Maybe soft reset is not enough to reset the port, but I doubt it, just to check it, unplug your box for couple of seconds. "Federico (...) (24 years ago, 13-Jun-00, to lugnet.robotics.rcx)
 
  Re: LNP ActiveX for windows users
 
Hi ! I've added the compiled version of winlnp to (URL) (24 years ago, 13-Jun-00, to lugnet.robotics.rcx.legos)
 
  Help needed: Problems setting up the IR tower
 
I have changed my computer and it is imposible to get my IR tower up and running again. I have used my I tower with my old Pentium 233mmx/win95 with no problems at all (I have used the original lego software / NQC /WinlegOS). After changing my (...) (24 years ago, 13-Jun-00, to lugnet.robotics.rcx)
 
  Re: NQC 2.x event processing
 
(...) Getting things like Timer[0] = 100; to work while still allowing if (Timer(0) < 100) { } is a lot harder than I had anticipated, so I'm punting on array-style setting of the various RCX source (such as Timer(), UpperLimit(), etc). There are (...) (24 years ago, 13-Jun-00, to lugnet.robotics.rcx.nqc)
 
  NQC or P-Brick script?
 
Hello! I just bough RIS1.5 and updated firmware to 0301.0326, so I guess it is essentially RIS2.0. I played around with the pscript and it seems to be pretty nice, but I also noticed that NQC beta release claims to support RIS2.0. So I was wandering (...) (24 years ago, 11-Jun-00, to lugnet.robotics.rcx)
 
  Re: Convert Integer to String
 
K&R has a very simple itoa implementation that you can copy if LegOS's libc doesn't already have itoa. alex "Michael Marklew" <mike@idl.net.au> wrote in message news:Fw13p2.5yq@lugnet.com... (...) other (...) string in (...) (24 years ago, 12-Jun-00, to lugnet.robotics.rcx.legos)
 
  Re: legOS built on NT - what now
 
(...) My pleasure. You should really thank Professor Michael Littman, who gave me the time to do it in the first place :) (...) This is what occurred in the 0.1.x series of legOS. (...) In the 0.2.x series, you are expected to load the legOS.srec (...) (24 years ago, 12-Jun-00, to lugnet.robotics.rcx.legos)
 
  legOS built on NT - what now
 
Hi All, I've just built and successfully compiled legOS on NT 4.0, it is thanks Luis Villa and his online instructions, that this was possible - much appreciated Luis. Hence, when I type" make --unix", the compilation process completes with a few (...) (24 years ago, 12-Jun-00, to lugnet.robotics.rcx.legos)
 
  Convert Integer to String
 
I am having an anoying problem. I want to format a string made up of other strings and integers. Normally I would do something like this sprintf(txt,"Num=%d String=%s",number,text) At the very least does any one know how to do covert an integer to a (...) (24 years ago, 12-Jun-00, to lugnet.robotics.rcx.legos)
 
  Re: Help with make in Windows
 
(...) In Unix-ish systems, that style of error message means that it is being generated by the program yada/yada/ld. So, what is happening is that ld.exe is unable to find crt0.o, whatever that is. (...) This is rather odd. /legOS/include/config.h (...) (24 years ago, 12-Jun-00, to lugnet.robotics.rcx.legos)
 
  Re: Help with make in Windows
 
Luis, Thanks for the info. I do have Win 95 and tried installing there ... same errors. Then, I tried the Windows install using cygwin. I've gotten to the end part where you type "make --unix" While it did compile, there were errors along the way. (...) (24 years ago, 12-Jun-00, to lugnet.robotics.rcx.legos)
 
  Infrared range of RCX
 
Hi all. I've been experimenting with the range of the Infrared communication between RCX's. I noticed that RCX #1 could send a message to RCX #2 at a distance of about 80 feet. However, RCX #2 could only send a message to RCX #1 at about a distance (...) (24 years ago, 12-Jun-00, to lugnet.robotics.rcx)
 
  Re: how detect other RCX robots with light sensors?
 
Some of our students did something similar to this with LEGO lamps on the (...) (24 years ago, 12-Jun-00, to lugnet.robotics.rcx)
 
  Re: Help with make in Windows
 
Gary- Unfortunately, I believe that Rossz's tools are known not to work with NT/w2k. The problem is with the DJGPP toolset itself, not with Rossz's work. If installing on win95/98 is not an option, you may want to take a look at (URL) are (...) (24 years ago, 11-Jun-00, to lugnet.robotics.rcx.legos)
 
  Re: LNP ActiveX for windows users
 
(...) can (...) Oh yes, I'm using GNU tools for windows. Now (for a couple of days I was busy in a HW upgrade for my system), I'm working to make lnpd works on Win32 (client lib part already quite OK, server part need to be tuned-up). Code already (...) (24 years ago, 11-Jun-00, to lugnet.robotics.rcx.legos)
 
  Help with make in Windows
 
I have LegOS 0.2.3 installed and, thanks to instructions by Rossz Vamos-Wentworth I've gotten quite far down the path of getting the software to work. The firmware works fine and I can upload a demo .lx and have it work fine. However, I can't get (...) (24 years ago, 11-Jun-00, to lugnet.robotics.rcx.legos)
 
  Re: LNP ActiveX for windows users
 
Thank you very much! It will be thoroughly tested this tuesday. It was exactly what was needed to get our project running smoothly again. Up until now, I was worried that we'd have to switch platforms in midproject. Torkel Yannis Jeannotat (...) (24 years ago, 11-Jun-00, to lugnet.robotics.rcx.legos)
 
  Re: LNP ActiveX for windows users
 
(...) Yannis, if space is a problem for pre-compiled tools, my task for Monday is the re-organization of the legOS archives at legOS.sourceforge.net. You are certainly welcome to get space and access there if you want. (...) Paolo, if that is in (...) (24 years ago, 11-Jun-00, to lugnet.robotics.rcx.legos)
 
  Re: LNP ActiveX for windows users
 
Yannis- That's great! To be honest, I've never written a single line of code for Windows, so I can't be certain, but it looks very nicely organized and pretty straightforward in its interface. I'm sure someone will find a use for it, even if the (...) (24 years ago, 11-Jun-00, to lugnet.robotics.rcx.legos)
 
  Re: LNP ActiveX for windows users
 
(...) that (...) Great job! But, please, give us a pre-compiled version of .dll too... VC++ is not a free compiler... ;-) I was working to a lnpd porting to Win32 (quite finished indeed), but I can stop if your version is already finished and (...) (24 years ago, 11-Jun-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