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 / *4045 (-20)
  legOS 0.2.5 available in Debian GNU/Linux distribution
 
legOS and the required cross compilers for C/C++ are immediately available for Debian GNU/Linux from the Debian mirrors. For a quick link to the package-description-page (you can download from here too) see: (URL) all means enjoy! If you experience (...) (24 years ago, 4-Feb-01, to lugnet.robotics.rcx.legos)
 
  ANN: TextLCD-Tester for leJOS
 
I have added a little TextLCD-Applet to my rcxtools site. It will be part of the next version of RCX-Direct-Mode for leJOS and can be tested at (URL) (24 years ago, 3-Feb-01, to lugnet.robotics.rcx.java)
 
  Re: MST...
 
Sorry, there still seem to be bugs in the prog. I'll call when I've fixed them... (24 years ago, 3-Feb-01, to lugnet.robotics.rcx.nqc)
 
  MST...
 
Hi, thanks to the help especially of Andreas Koeller, I was able to spot the errors in my program and even make it faster. The new version ist available for download at (URL) (rename to .nqc after downloading). Remember, it takes a graph of the form (...) (24 years ago, 3-Feb-01, to lugnet.robotics.rcx.nqc)
 
  ANN: leJOS Visual Interface
 
There is a new version of the leJOS Visual Interface up at www.geocities.com/gombos_2000/ It includes somewhat better (not much) options handling, and an enabled and working edit menu. Next will be online help, and auto indent. Andy (24 years ago, 3-Feb-01, to lugnet.robotics.rcx.java)
 
  advice for game of tag?
 
Hi, I've got 2 bots that I want to play tag with each other. The challenge is that I want them to see each other at a distance. I'm working on some code to combine the IR ports with the light sensors (which can detect IR) as follows: 1) each sends (...) (24 years ago, 3-Feb-01, to lugnet.robotics.rcx.nqc)
 
  Re: LeJOS
 
API documentation is available online at the lejos homepage: (URL) You can also create a local copy if you have the Java Developer Kit. I have a batch file to do this: javadoc -author -d apidocs -sourcepath classes java.io java.lang java.util (...) (24 years ago, 3-Feb-01, to lugnet.robotics.rcx.java)
 
  nqc download firmware linux
 
Hi; I'm using RCX1.0 on linux (kernel 2.2.16; SuSE 7.0), nqc-version 2.0.2 and I have troubles with downloading the firmware under linux. I always have to change to Win98 and then the download works fine. On Linux I say at the prompt: nqc -firmware (...) (24 years ago, 2-Feb-01, to lugnet.robotics.rcx.nqc)
 
  Mindstorms 1.5 CD internals / files?
 
Has anyone taken a close look at all the files on the Mindstorms 1.5 CD?? There seem to be many copies of the same stuff, for different country languages, etc. My school has several Mindstorms sets that are used by different teachers and groups. I (...) (24 years ago, 2-Feb-01, to lugnet.robotics.rcx)
 
  legOS IDE
 
Something slightly offtopic: For some time I was searching for a usable IDE edit / compile system I wanted to use for the writing legOS programs. What I found is an editor called cooledit (can be found at cooledit.sourceforge.net). Cooledit has all (...) (24 years ago, 2-Feb-01, to lugnet.robotics.rcx.legos)
 
  Re: legOS lcd management and thoughts on velocities
 
Hello jochen, (...) Thank you for your precision about your velocity handler For now, unfortunaly my the hard disk does not boot any more, and, fortunatly, my wife gave birth to a girl on wednesday! So I'll test all those nice handlers in a few (...) (24 years ago, 2-Feb-01, to lugnet.robotics.rcx.legos)
 
  Re: Visual NQC 2001
 
Tim Webber pointed out to me that I must set the path to nqc.exe in the preferences. All is well now, thanks to Tim. -- Bob Fay California, USA rfay@we.mediaone.net (URL) (24 years ago, 2-Feb-01, to lugnet.robotics.rcx.nqc)
 
  Re: Anyone using Mac beige G3
 
(...) The serial ports weren't changed in a major way (still RS-422, etc), but there could have been subtle changes to the driver/receiver that would cause problems when hooked to marginal RS-232 devices (such as the IR tower). Fred Martin reported (...) (24 years ago, 2-Feb-01, to lugnet.robotics.rcx.nqc)
 
  Re: Visual NQC 2001
 
<Runtime error 380 fix If you get Runtime error 380 during compile start you need to change the subdirectory where NQC.exe is stored. Use a directory without a space in the name. Example C:\NQC\nqc.exe This will work.> That did not work. I am still (...) (24 years ago, 1-Feb-01, to lugnet.robotics.rcx.nqc)
 
  Re: Anyone using Mac beige G3
 
(...) One thing to keep in mind about Mac serial ports is that they are not RS-232, rather they are RS-422. IIRC, RS-232 is a singled-ended voltage standard (ref to ground only), where RS-422 is a differential standard. The 'common' method of using (...) (24 years ago, 1-Feb-01, to lugnet.robotics.rcx.nqc)
 
  Re: Anyone using Mac beige G3
 
(...) I've had similar problems with a CyberMaster. It seems that CyberMaster Tower is powered by the serial interface (at least it is switched on by this power). On PC, the DTR line is switched high (12 V), and the CTS line is switched low (-12V). (...) (24 years ago, 1-Feb-01, to lugnet.robotics.rcx.nqc)
 
  lnp..again :)
 
hi everybody. im trying to figgure out how to display everything that is sent with the LNP protocol from one rcx to another. That is, im not only interested in the data im sending, but also the adressing overhead and whatever else is sent..... (...) (24 years ago, 1-Feb-01, to lugnet.robotics.rcx.legos)
 
  Re: Error in program
 
(...) Already got that answer, but thanks. (...) Done with initialization (int CounterLength=0;), isn't it? Please correct me if I am wrong. (...) Yes, you are right. But it didn't occur to me the time I wrote it. (...) (24 years ago, 1-Feb-01, to lugnet.robotics.rcx.nqc)
 
  Re: Error in program
 
(...) Your array is too small, it runs from 0 to 6. Maybe you should also put a CounterLength = 0; before the first until. until(SENSOR_2 == 1); makes it wait for the sensor being pressed. Also, as a matter of style, I'd rather use (...) (24 years ago, 1-Feb-01, to lugnet.robotics.rcx.nqc)
 
  Visual NQC 2001
 
Runtime error 380 fix If you get Runtime error 380 during compile start you need to change the subdirectory where NQC.exe is stored. Use a directory without a space in the name. Example C:\NQC\nqc.exe This will work. (24 years ago, 1-Feb-01, 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