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 / *9245 (-20)
  Re: Showing Strings on LCD
 
Hi Armin, (...) probably because it runs out of memory. This is hard to avoid with strings, as Lejos doesn't garbage collect memory. Either you generate too many strings, or you have an old version of Lejos that is not careful enough in TextLCD. To (...) (19 years ago, 16-May-05, to lugnet.robotics.rcx.java)
 
  tips to handle firmware download problem
 
Hi, Is it easy way to unload the firmware from the RCX without having to remove the batteries? I have had problems with downloading firmware... Thank you in advance for your input. -- Elizabeth (19 years ago, 14-May-05, to lugnet.robotics.rcx, lugnet.robotics.rcx.robolab)
 
  Re: New Development
 
(...) Sort of. Updated Linux, updated gcc h8 toolchain, switched from desktop to laptop system, therefore switched to USB tower... In the moment, I to get all up and running. Next step will be to benchmark the performance patches and then... we'll (...) (19 years ago, 10-May-05, to lugnet.robotics.rcx.legos)
 
  Re: More data (was #pragma reserve 14 crashed my program)
 
(...) Can you send me a copy of your program? (19 years ago, 9-May-05, to lugnet.robotics.rcx)
 
  New Development
 
Is anyone currently working on development of the BrickOS software? (19 years ago, 9-May-05, to lugnet.robotics.rcx.legos)
 
  Re: Showing Strings on LCD
 
(...) Can you post your source code (or the relevant bits at least)? Thomas (19 years ago, 9-May-05, to lugnet.robotics.rcx.java)
 
  Showing Strings on LCD
 
I have a RCX and three Sensors. I want to have the three sensor-values on the LCD-screen. I had an idea: changing the sensor-integer-values in String, so I have the 3 Values in a String I am showing on the LCD-screen. But if I run this in an (...) (19 years ago, 8-May-05, to lugnet.robotics.rcx.java)
 
  More data (was #pragma reserve 14 crashed my program)
 
(...) 1 & 8 don't work either which leads me to believe that I've somehow used up too much memory without getting a compile error. Steve (19 years ago, 8-May-05, to lugnet.robotics.rcx)
 
  #pragma reserve 14 crashed my program
 
I added this code to a program I've written #pragma reserve 14 #define MyVariable(@14) and it caused my program to crash. My program has many pragma reserves below 14 and they all work perfectly. Is their somthing special about 14? I don't know that (...) (19 years ago, 8-May-05, to lugnet.robotics.rcx)
 
  Re: brickOS & Cygwin with BricxCC
 
(...) I believe if you add set PATH=c:\cygwin\bin;%PATH% to your autoexec.bat file then you will be good to go. John Hansen (19 years ago, 4-May-05, to lugnet.robotics.rcx.legos)
 
  Programming language survey results
 
Hi all, Thank you if you completed the survey about your chosen development environment. Early results are as follows: 48% of respondents use NQC as their main language. NQC scores 1.6 for usefulness, 1.5 for ease of use and 2.1 for enjoyment. (1 is (...) (19 years ago, 4-May-05, to lugnet.robotics, lugnet.robotics.codepilot, lugnet.robotics.cybermaster, lugnet.robotics.rcx, lugnet.robotics.scout, lugnet.robotics.spybotics)
 
  Re: brickOS & Cygwin with BricxCC
 
Hello, I’m trying to get brickOS and bricxcc working on an old laptop that’s running win 98. I installed using the easy bricxcc tools When I try to compile I get this error: Unable to create process: Bash “ C:\cygwin\brickos\de...oworld.cmd Make (...) (19 years ago, 3-May-05, to lugnet.robotics.rcx.legos)
 
  Re: Inexpensive portability
 
(...) Thanks for the suggestions. After seeing this one, I realized I have an old HP Pavilion N3110, 32mb RAM running Win98, sitting behind the desk, quite literally just collecting dust. I found the power cord and a serial port IR tower. After a (...) (19 years ago, 30-Apr-05, to lugnet.robotics, lugnet.robotics.rcx.nqc)
 
  Re: Inexpensive portability
 
(...) Rafe, I suggest looking on eBay for an old laptop. By old, I'm talking P100MHz w/ 32-64MB RAM; NQC doesn't require a lot of horse-power (I'm not sure about Bricxcc). For USB, you'll need something capable of running Win98 (P66MHz w/ 32MB (...) (19 years ago, 30-Apr-05, to lugnet.robotics, lugnet.robotics.rcx.nqc)
 
  Inexpensive portability
 
Hi all, (This is my first post in these groups so please redirect me if this is not the right group.) I do some minor dabbling with the RCX --- simple programs operating simple machines. I program in NQC via bricxcc on Windows XP with a USB IR (...) (19 years ago, 30-Apr-05, to lugnet.robotics, lugnet.robotics.rcx.nqc)
 
  Path Problems
 
Hi. I'm running Brickos on Win98 and I'm having path problems. BrickOS works, but I'd like to use the BricxCC IDE. I need to set the path, though. I have already set the path in the past, and it was no prblem at all, but I've recently had my PC (...) (19 years ago, 29-Apr-05, to lugnet.robotics.rcx.legos)
 
  Re: Can't build brickOS on Linux
 
(...) Look if there is a configure switch to disable building the standard C++ libraries (you don't need them for brickos). IIRC building g++ only gave an error after it built and installed the g++ compiler, but that was with gcc-3.4. (...) I think (...) (19 years ago, 28-Apr-05, to lugnet.robotics.rcx.legos)
 
  Re: Can't build brickOS on Linux
 
(...) <skip problems with gcc 3.3> (...) It seems to fix the problem, but it needs the g++ compiler, which I cannot build for the h8300-hms platform: checking for extra compiler flags for building... configure: WARNING: No native atomic operations (...) (19 years ago, 28-Apr-05, to lugnet.robotics.rcx.legos)
 
  Battle of the programming languages
 
Hi, I am very interested (for a variety of reasons) in which programming language people are using to build robots. I wonder if you would fill in a questionnaire about it at: (URL) all about how useful, easy and enjoyable your chosen language is. If (...) (19 years ago, 28-Apr-05, to lugnet.robotics, lugnet.robotics.codepilot, lugnet.robotics.cybermaster, lugnet.robotics.rcx, lugnet.robotics.scout, lugnet.robotics.spybotics)
 
  Re: Can't build brickOS on Linux
 
(...) Try my patch brickos-gcc33.diff from (URL) should fix this problem. Best Regards, Jochen (19 years ago, 28-Apr-05, 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