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 / *6640 (-20)
  RCX Sensors
 
Hello, I was wondering if anyone out there has information about the RCX sensors (touch, light) and how they communicate/interface with the RCX itself. Perhaps schematics. Many of the links out there right now do not work. Any help would be (...) (22 years ago, 25-Jul-02, to lugnet.robotics.rcx)
 
  legOS and Windows
 
Hello to all, I'm new here, I finally decided to play a bit with legOS (was only using NQC until now). After reading all the posts describing problems with installing it under Windows, I am happy to say that everything works without too many (...) (22 years ago, 25-Jul-02, to lugnet.robotics.rcx.legos)
 
  New...
 
I´m new at this plave, but I´ve been building with RCX for a while. Wanted to share my things and maybe get some opinions :-) Have a nice summer! Kenneth (URL) MIME ATTACHMENTS DISCARDED: 1. Content-Type: text/html; charset="iso-8859-1" (...) (22 years ago, 25-Jul-02, to lugnet.robotics.rcx.nqc)
 
  RCX and legOS users in the Chicago metro area
 
I'm looking for Mindstorms RCX users in the northern Chicago metro area. Are there swap meets or competitions or working groups? I'm using legOS and emuLegOS in a Linux environment. (22 years ago, 25-Jul-02, to lugnet.robotics.rcx.legos)
 
  Re: Any substitute to the default lego serial cable!
 
Hi! all, Thanks for the replies, now I can use one null-modem cable with 2 DB-adapters to construct the cable for the RCX communicatoin. But the cost is about US$5.5. If the shipping fees to HK were not so high, I would perfer to buy the default (...) (22 years ago, 25-Jul-02, to lugnet.robotics.rcx.java)
 
  Re: Any substitute to the default lego serial cable!
 
(...) Its a universal cable. Just about any null modem cable would do, but not all cables are null modem. Try using lejosfirmdl and see what it says. (...) That's right. (22 years ago, 24-Jul-02, to lugnet.robotics.rcx.java)
 
  Re: IR question
 
no, there is no difference in hardware between 1.0 and 2.0 ----- Original Message ----- From: "Jude Beaudin" <shiningblade@rogers.com> Date: Wed, 24 Jul 2002 17:05:15 GMT To: lugnet.robotics.rcx@lugnet.com Subject: IR question Is there a hardware (...) (22 years ago, 24-Jul-02, to lugnet.robotics.rcx)
 
  IR question
 
Is there a hardware difference between the RCX 1.0 and RCX 2.0 in regards to the IR? Or is the difference eliminated by firmware? Jude (22 years ago, 24-Jul-02, to lugnet.robotics.rcx)
 
  Re: Any substitute to the default lego serial cable!
 
Hi! Paul, | |Thanks for your help first. I didnt' test it using lejos! I just used |the default LEGO RIS UI in win98 to try to download the lego default firmware |to RCX brick! |When the dialog box under the hardware setting option informed me the (...) (22 years ago, 24-Jul-02, to lugnet.robotics.rcx.java)
 
  Re: Any substitute to the default lego serial cable!
 
The cable is wired as a null modem cable (see (URL) If that's what you have, then it should work. A couple of other questions: 1. When you try to download the firmware does the green light on the tower come on? 2. Have you set RCXTTY to the correct (...) (22 years ago, 24-Jul-02, to lugnet.robotics.rcx.java)
 
  Any substitute to the default lego serial cable!
 
Hi, all! I've just bought and got a IR serial tower from bricklink but I haven't a default lego serial cable. Originally, I think ordinary RS-232 DB-9F to DB-9F cable can be used instead, but I fail to do the firmware downloading under Win98 RIS UI (...) (22 years ago, 24-Jul-02, to lugnet.robotics.rcx.java)
 
  Re: LNPD and Cygwin
 
I put it on a temporary account: (URL) luck :) Michael (22 years ago, 24-Jul-02, to lugnet.robotics.rcx.legos)
 
  Re: LNPD and Cygwin
 
Hmm well i would like to see the lnpd ported to windows but, the client is a very good start. WinLNP was pretty much useless so any code you can put out would be very helpful. Good luck with the porting, Jason Hensler (22 years ago, 23-Jul-02, to lugnet.robotics.rcx.legos)
 
  Re: Release 2.0 of lejos
 
Hi, The short answer is no. We are looking for someone who might be interested in integrating (URL) with lejos though :-) (...) (22 years ago, 23-Jul-02, to lugnet.robotics.rcx.java)
 
  RE: What does =0 do ?
 
Richard, A little known fact is that if you "punctuate" a number with any of the following characters ,./-: you will get a double on the stack in the old FIG Forth. so 123-4567 will put the double value 1234567 on the stack. So why doesn't 0= get (...) (22 years ago, 23-Jul-02, to lugnet.robotics.rcx.pbforth)
 
  Re: Release 2.0 of lejos
 
Hi all, I haven't tried this version now but want to ask first whether it will work on USB interface on Linux!? Laurence (...) (22 years ago, 23-Jul-02, to lugnet.robotics.rcx.java)
 
  What does =0 do ?
 
Hi, While entering a program last night, I typed =0 instead of 0=, and the interpreter accepted it; it took me quite a while to work out why my program wasn't working properly. =0 does not seem to be a word (ie ' =0 results in the "not found" error) (...) (22 years ago, 23-Jul-02, to lugnet.robotics.rcx.pbforth)
 
  Re: LabView Books
 
I think TUFTS has some of the best material on Robolab. The following URL is to a download section that contains Robolab patches, articles, presentations, and a Robolab reference guide: (...) (22 years ago, 23-Jul-02, to lugnet.robotics, lugnet.robotics.rcx.robolab)
 
  Re: Release 2.0 of lejos
 
Hi Paul, Fantastic! I just loaded a program and it reported 8280 bytes free compared with 7772 in version 1.05. Great work. Roger (...) (22 years ago, 23-Jul-02, to lugnet.robotics.rcx.java)
 
  RE: LNPD and Cygwin
 
Actually, last night, I was able to get .NET talking to the IR tower, and have a method for (most of the time) reading an LNP packet, but not processing. If I tidy up the code, would anyone be interested in it? Matt -----Original Message----- From: (...) (22 years ago, 23-Jul-02, 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