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 / *2750 (-20)
  Re: Help with make in Windows
 
Ah...progress. I have finally started tracing the function calls. Did I mention my head hurts? :-p Seriously, what I found was in the 0.2.2 on Windows Instructions, number 8 says "Change the CINC variable definition in legOS\Makefile.common to (...) (24 years ago, 14-Jun-00, to lugnet.robotics.rcx.legos)
 
  Re: legOS built on NT - what now
 
Colin, what version of legOS did you install? -- Gary (...) (24 years ago, 14-Jun-00, to lugnet.robotics.rcx.legos)
 
  Re: Help needed: Problems setting up the IR tower
 
I have tried both Andi Scharfstein´s and Reinis Kanders´ recommendations and everything seems ok but there was no improvement... The comm port works fine with my PalmPilot craddle but not with my IR tower...Does anyone else have another (...) (24 years ago, 14-Jun-00, to lugnet.robotics.rcx)
 
  Software for Analyzing Forth Programs
 
From NASA Tech Briefs: (URL) parts of code can be categorized and quantified in selectable ways. Marshall Space Flight Center, Alabama Forth Source Code Analysis Tool Set (FSCATS) is a computer program that provides a wide range of capabilities for (...) (24 years ago, 13-Jun-00, to lugnet.robotics.rcx.pbforth)
 
  Re: NQC or P-Brick script?
 
How do you upgrade the RCX firmware? Did you installe the RIS 2.0 alpha SDK? (...) (24 years ago, 13-Jun-00, to lugnet.robotics.rcx)
 
  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)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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