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 / *1870 (-20)
  Tactical Robot - A robot that play a board game REALLY!!!
 
I have done a 5-level depth robot that play a real board game (URL) Francesco (25 years ago, 5-Feb-00, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
 
  Re: lego photo scanner... Quite C?
 
Are you using Quite C? -- ___...___ Ferrara Francesco Jay <getochkn@home.com> wrote in message news:Fp0z10.D4H@lugnet.com... (...) (25 years ago, 4-Feb-00, to lugnet.robotics.rcx.nqc, lugnet.robotics.rcx)
 
  Re: RCX.pm 0.6 released
 
I almost forgot the change list. I added some POSIX serial port controll. It shold now set you serial port correctly. If you have any problems or suggestions please let me know. John C. Quillan quillan@doitnow.com (...) (25 years ago, 4-Feb-00, to lugnet.robotics.rcx)
 
  RCX.pm 0.6 released
 
I would like to announce the release of version 0.6 of RCX.pm. This perl module allows you to communicate with your RCX. It has been developed and tested under Linux, though it most likely will run under other UNIX's. To find out more information (...) (25 years ago, 4-Feb-00, to lugnet.robotics.rcx)
 
  Re: Curious problem with download
 
(...) NQC will first attempt to 'ping' the RCX, but if this fails I'm pretty sure it will give up completely. However, each command that is sent is retried several times (with increasing timeouts for each try) until an acknowledgement is heard. Its (...) (25 years ago, 4-Feb-00, to lugnet.robotics.rcx.nqc)
 
  Re: docs/sourceforge/etc
 
Of course, then again I could look and see that there already is a lego-doc.sourceforge.net. Now whether or not TLG approves of that URL is another matter (I was trying to think of another option, since Lego doesn't want "lego" in a URL.) The rest (...) (25 years ago, 4-Feb-00, to lugnet.robotics.rcx.legos)
 
  docs/sourceforge/etc
 
Hey, y'all- Sorry to say that this has been a long week, so while I've looked into the annotation system somewhat, I haven't gotten anything running yet. I hope to look into it further tonight- the php web site has some very nice and open code that (...) (25 years ago, 4-Feb-00, to lugnet.robotics.rcx.legos)
 
  How good is the light sensor ?
 
Hello, I just bought a Mindstorm set and am testing it out. When I went through the tutorial on the CD I could not get the motors to stop when the light sensor was activated. When I loaded Legos (thanks Rossz), I ran the demo program linetrack and (...) (25 years ago, 3-Feb-00, to lugnet.robotics.rcx.legos)
 
  Re: Setting a different com port w/ frmdl3 and dll
 
Ooops, Figured it out. When you set the RCXTTY variable, leave out the spaces. ie: set RCXTTY=com4 NOT: set RCXTTY = com4 The whitespace is not parsed out by the MS-DOS command line. Now that I have the frmdl3.exe and dll.exe recognizing com4, I'm (...) (25 years ago, 3-Feb-00, to lugnet.robotics.rcx.legos)
 
  Re: Setting a different com port w/ frmdl3 and dll
 
Thanks for the info, I tried setting the environment variable (running Win 95) RCXTTY=com4 without much effect. I did get frmdl3.exe to send out to com4 with the following: frmdl3.exe --tty=com4 legOS.srec However, dll.exe still won't send via com4. (...) (25 years ago, 3-Feb-00, to lugnet.robotics.rcx.legos)
 
  Re: More light sensors in legOS
 
(...) still (...) added (...) I'm working on similar measuring too. I'm getting quite stabile values, but quite noisy too... I don't know if it's the same problem (I'm reading the values in decimal). I've just converted "0x1F0" to dec... Too much, (...) (25 years ago, 3-Feb-00, to lugnet.robotics.rcx.legos)
 
  More light sensors in legOS
 
Hi again! I did not get any answers for my previous question about this, and I am still puzzled as for why light sensor readings for a dark background have 0x1F0 added to them once in a while (more often than not, actually) any ideas for what might (...) (25 years ago, 3-Feb-00, to lugnet.robotics.rcx.legos)
 
  RE: Curious problem with download
 
(...) Don't forget that your monitor may also interfere with the download. I've had problems go away when I put the RCX/tower away from the front of my monitor... Cheers, Ralph Hempel - P.Eng ---...--- Check out pbFORTH for LEGO Mindstorms at: (URL) (...) (25 years ago, 3-Feb-00, to lugnet.robotics.rcx.nqc)
 
  Re: Curious problem with download
 
(...) Unfortunately, the problem is not ambient light. I was trying this in a dark room at night. The only light source in the room was the monitor. I really think we can rule out the tower since my friends RCX loads with my IR tower just fine, and (...) (25 years ago, 3-Feb-00, to lugnet.robotics.rcx.nqc)
 
  Re: PC -RCX comunication
 
(...) please, don't take my little attacks against MS too serious, it's just -- i really dislike their FUD way of making business, and i like to have a choice. However, i feel we shouldn't discuss this too much in this place. (...) Well, imho the (...) (25 years ago, 3-Feb-00, to lugnet.robotics.rcx.legos)
 
  Re: LNP Addressing Schemes
 
(...) It's quite simple: Currently, there are two kinds of LNP-Packets: the first one is called the integrity packet (switch your mail-reader to fixed font now): +--+---+---...---+---+ |F0|LEN| IDATA |CHK| +--+---+---...---+---+ F0 : identifies an (...) (25 years ago, 3-Feb-00, to lugnet.robotics.rcx.legos)
 
  Re: PC -RCX comunication
 
(...) OK. I agree with you about open-source OS. I like linux, but I prefer using visual programing in the PC side (Visual C++ o Visual Basic). (...) What about the QC examples? I've seen a easy interface IROn, IROff, IRReady, IRSend IRReceive .... (...) (25 years ago, 3-Feb-00, to lugnet.robotics.rcx.legos)
 
  Re: Setting a different com port w/ frmdl3 and dll
 
The easiest way is to set the environment variable RCXTTY to the com port you want to use. Type the command set RCXTTY=com4 before you run firmdl3 or dll, or add the line to autoexec.bat Cheers Philip -----Original Message----- From: David Chen (...) (25 years ago, 3-Feb-00, to lugnet.robotics.rcx.legos)
 
  Re: HELP - LegOS for Windows
 
"Rossz Vámos-Wentworth" <rossw@jps.net> wrote in message news:38989DC8.62ED27...jps.net... (...) of (...) (COMMAND.COM & (...) The problems that you are mentioning generally only occur after running 16-bit programs (and thus ending up with a 16-bit (...) (25 years ago, 3-Feb-00, to lugnet.robotics.rcx.legos)
 
  Re: pbFORTH needs better uploading, docs
 
(...) Getting a working legOS development evironment no longer takes a day. On Windows plateforms it only takes the time to download WinlegOS.exe (5.6Meg) and running the installer (a few minutes). The system is completely configured and ready to (...) (25 years ago, 2-Feb-00, to lugnet.robotics.rcx.pbforth)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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