To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.roboticsOpen lugnet.robotics in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / *30759 (-20)
  The MicroScout's Script mode is VERY disapointing...
 
I wrote a very small message to VLL converter with the Scout so that I could play around with my 3 MicroScouts. The direct actions are useful but the script mode is pointless. WHY O WHY did LEGO make it play a stupid song BEFORE each motor action??? (...) (24 years ago, 5-Dec-01, to lugnet.robotics.microscout, lugnet.robotics.scout, lugnet.robotics.vll)  
 
  Cybermaster sale at Brickwest
 
Hi I just found a new stock of Lego CyberMaster's here in Denmark. I expect to go to Brickwest in CA in February, and if anybody on this list are going too, and interested in buying CM's, I could bring some. The price will be 100 USD. Regular price (...) (24 years ago, 4-Dec-01, to lugnet.robotics)
 
  NQC, Mac OS X, and the USB IR Tower.
 
Hi, My experience is that communication with the RCX using the command line version of nqc, Mac OS X 10.1.1 and the USB IR tower is intermittant. About one in 4 times the program will succesfully upload to the RCX, the other times it reports "port (...) (24 years ago, 4-Dec-01, to lugnet.robotics)
 
  BricxCC release 3.3.2.13
 
Yesterday, I uploaded release 3.3.2.13 of BricxCC to my website: (URL) version fixes the access violation on calling the UpgradeRegistry method at startup (not all users encountered this problem). I am beginning to implement the "save desktop" (...) (24 years ago, 4-Dec-01, to lugnet.robotics.rcx.nqc)
 
  Re: 74hc237
 
I know that Mouser have the parts in stock.........but they require a minimum order (100$).......it isn't a great deal........Radio Shack is good but i live in Italy and they don't sell outside U.S.........if you know where i can purchase 74hc237 (...) (24 years ago, 4-Dec-01, to lugnet.robotics.handyboard)
 
  Re: VC on WindowsXP Pro
 
Yes I did. It took a bit of hacking. I can follow-up this note if necessary with some more details but I'll have to figure it out again myself. I did this about 6 months ago while beta testing XP. You will need a Win98 system, preferably networked (...) (24 years ago, 4-Dec-01, to lugnet.robotics.vc)
 
  Re: VB and the IR tower
 
hi Ryan, You can do it either through the spirit.ocx or just by sending the bytes to the IR tower. Both methods are quiet straight forward. I used both methods for the serial port in Delphi (which looks a lot like VB) and found that spirit.ocx is (...) (24 years ago, 3-Dec-01, to lugnet.robotics)
 
  Re: Vision command ActiveX component
 
you can get it here (within 2 minutes) (URL) Mientki (24 years ago, 3-Dec-01, to lugnet.robotics)
 
  Re: VB and the IR tower
 
You need to import the spirit.ocx file (only comes with the rcx 1.0/1.5 version. If properly imported, you will see a lego logo in the components list. Put this in an application form and select in the lego component the proper pbrick and (...) (24 years ago, 4-Dec-01, to lugnet.robotics)
 
  Re: Building Robots with Lego Mindstorms
 
"John Hansen" <JohnBinder@aol.com> wrote in message news:GnrswI.K5r@lugnet.com... (...) Lego (...) can (...) the ideas and design direction that they give is worth the cost of the book and more. I have only seen the electronic version so i don't (...) (24 years ago, 4-Dec-01, to lugnet.robotics)
 
  Re: accu pack with rcx
 
(...) In fact, it is 6 * 1.65V = 9.9V (...) Well, even when the accu is OK, quick chargers may drive the voltage above the 9.9V cited above, so I recommend the good old C/10, 14h charge algorithm. Also, be sure to limit the charge voltage even in (...) (24 years ago, 3-Dec-01, to lugnet.robotics)
 
  Re: accu pack with rcx
 
(...) If you have an external power jack, some of what I wrote may not be an issue. Greetings Horst (24 years ago, 3-Dec-01, to lugnet.robotics)
 
  VCS ActiveX => back available !
 
Hi folks, Last night I changed my web hosting. Now everything should work fine: (URL) (24 years ago, 4-Dec-01, to lugnet.robotics)
 
  Re: Programming RIS 2.0 in C++
 
Check out this webpage: (URL) I dug this up in the forums, and it got me going. You'll have to use the Babelfish to translate it into english. Basically you treat it as a serial port at \\.\legotower1. (...) (24 years ago, 4-Dec-01, to lugnet.robotics)
 
  Re: legOS on Mac OS X
 
(...) If I remember correctly, the tty devices will block in open() until they see some handshake (perhaps DCD) from the other side, while cu devices open right away and ignore handshake. I'd suggest taking a look at the code that initializes the (...) (24 years ago, 4-Dec-01, to lugnet.robotics.rcx.legos)
 
  Re: legOS on Mac OS X
 
(...) 8?) Only suggestion I have here is the Darwin developer mailing list(s). Or even the doco with their version may explain how to build a cross-compiler. They may have removed support, though unlikely if configure accepted the h8 target. They (...) (24 years ago, 3-Dec-01, to lugnet.robotics.rcx.legos)
 
  Use RCX-ROM-image in a H8/3294?
 
Hi all, I downloaded and decompiled the ROM-image of my RCX. It uses a H8/3292 which is only available as a Mask-ROM-type. When I look at the code (and at (URL) of course) and compare the addresses with the adress space map in the datasheet of the (...) (24 years ago, 3-Dec-01, to lugnet.robotics.rcx)
 
  my VCS Active => new webhosting wanted
 
Hi folks, It seems like my current webspace provider can't keep up with the high traffic to my website. (argh, it takes about 15 minutes to load a 300K shockwave animation, impossible !) Can someone point me to a descent free webspace provider, (...) (24 years ago, 3-Dec-01, to lugnet.robotics)
 
  Re: legOS on Mac OS X
 
(...) Dave, first thank you for NQC and its Mac support. If only its collegues weren't such a headache! I am using a serial tower with a Keyspan adapter and the setup works great for NQC following your readme file. I had been wondering though, (...) (24 years ago, 3-Dec-01, to lugnet.robotics.rcx.legos)
 
  Programming RIS 2.0 in C++
 
I have the RIS 2.0 which comes with RCX 2.0 and the USB tower. I've been searching for several days now and I still can't figure out how to write my own programs in Visual C++ to communicate with the RCX through the USB tower. What is the easiest (...) (24 years ago, 3-Dec-01, to lugnet.robotics)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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