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 / *3040 (-20)
  license question
 
Hello, I'm working with TinyVM, an implementation of the Java VM for the RCX. I'm am looking into expanding the LCD capabilities to display text characters, and I was hoping to copy some of the data and/or algorithm for displaying text. I am not (...) (24 years ago, 7-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: Troubleshooting RCX Problems
 
On Sun, 6 Aug 2000 14:11:46 GMT, "Tim Courtney" <tim@zacktron.com> wrote: The Japanese comes out all garbled. Could you please translate to enlish? (...) (24 years ago, 6-Aug-00, to lugnet.robotics.rcx)
 
  Re: LNP Addressing Scheme
 
(...) the (...) True. (...) reflect (...) as well, (...) Two problems here: 1) There is a bug in dll that displays a fixed value. Ignore it, now is fixed on CVS. 2) You must specify host address in "raw" hex form (0x10) (...) I've patched dll to (...) (24 years ago, 6-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: Arrays not working
 
(...) MacNQC 2.2a3 predates array support. MacNQC 2.2a3 uses NQC compiler 2.2a2, and arrays were added at NQC 2.2b1. You can find out what version of compiler is being used in the "About..." box. In theory the fix is simple...just release MacNQC (...) (24 years ago, 6-Aug-00, to lugnet.robotics.rcx.nqc)
 
  Re: Troubleshooting RCX Problems
 
(...) Aha, that's famous MIBO code. Unfortunately japanise comments don't help so much :-) Can you tell me which rotation sensor shows the problem, I mean port 1, 2 or 3. Mario (24 years ago, 6-Aug-00, to lugnet.robotics.rcx)
 
  WinLNP usage in VC++
 
Hi. Can anyone who has used the WinLNP control please help me get started with it. I have been using LNP via my own PC-side code based on Manuel Cabido Lopes' RCX Talker application (thanks Manuel) , but now want to build a server application that (...) (24 years ago, 6-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: Troubleshooting RCX Problems
 
"Mario Ferrari" <mario.ferrari@edis.it> wrote in message news:FyvIAK.8or@lugnet.com... (...) Here you go: -- Tim Courtney - tim@zacktron.com (URL) - Centralized LDraw Resources (URL) - Zacktron Alliance ICQ: 23951114 AIM: TimCourtne -- //---...--- (...) (24 years ago, 6-Aug-00, to lugnet.robotics.rcx)
 
  Re: Troubleshooting RCX Problems
 
(...) the (...) Hi Tim, would you post here your code so we can have a look at it? Mario (24 years ago, 6-Aug-00, to lugnet.robotics.rcx)
 
  Arrays not working
 
I'm trying to define an array with MacNQC 2.2a3, but this: int foo[10]; produces this error: Error: parse error untitled line 1 int foo[10]; ~ (24 years ago, 6-Aug-00, to lugnet.robotics.rcx.nqc)
 
  Troubleshooting RCX Problems
 
Hello I've been having trouble with an RCX. It relates to a rotation sensor. What will happen is in the program, the motor will run until the sensor activates and instead of reversing direction like its supposed to, it continues at a slower speed in (...) (24 years ago, 6-Aug-00, to lugnet.robotics.rcx)
 
  Re: Cygnus Installation troubles
 
I think I am running into this problem. How do I remove all traces of my previous Cygwin 0.2.3 WinLegOS installation so the djgpp can run cleanly? Dave (...) (24 years ago, 6-Aug-00, to lugnet.robotics.rcx.legos)
 
  LNP Addressing Scheme
 
Hi All, I've been playing around with LNP's logical layer and now want to use the addressing layer to enable communication with specific destination hosts (and ports) for my project: (URL) having a difficulty though. I understand that by changing (...) (24 years ago, 5-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: light sensor LED control
 
(...) The LED is on whenever you configure the sensor port to be an "active" port (ROTATION or LIGHT sensor type). You can turn off the LED by setting the port's type to one of the passive types (TOUCH, TEMPERATURE). Actually, you can get reasonable (...) (24 years ago, 5-Aug-00, to lugnet.robotics.rcx.nqc)
 
  Re: Mindstorm firmware C compiler for W95 platform ready for download.
 
I've downloaded the files and unzipped it and tried to compile the code in C:\QC\demo which contains all the C source codes. However, when I tried to compile the hello.C program, I encountered a problem. I entered "qc hello" in the directory and (...) (24 years ago, 4-Aug-00, to lugnet.robotics.rcx.legos, lugnet.robotics)
 
  RIS 2.0 software now in beta
 
Dear All The beta version of the RIS 2.0 ATLClient software, firmware (firm0328.lgo), and documentation are now available for download from the LEGO Mindstorms site: (URL) the winners of the alpha bug reporting competition are posted ;p Cheers JP (24 years ago, 4-Aug-00, to lugnet.robotics.rcx, lugnet.robotics)
 
  light sensor LED control
 
I'm using NQC 2.2 (but I also had the problem with 2.1) to compile programs for my RCX. I don't see how to control whether the LED in the light sensor is on or off. Doing a SetSensor didn't do it...I had to run an old program from Gordon's Brick (...) (24 years ago, 4-Aug-00, to lugnet.robotics.rcx.nqc)
 
  Desperate need for help with lnpd
 
Hi! I have mentioned before in this forum that I and two friends are working on a six legged robot which is supposed to learn to walk using genetic algorithms. We are now nearly finished and yesterday we finally managed to program an IR protocol (...) (24 years ago, 3-Aug-00, to lugnet.robotics.rcx.legos)
 
  Getting the Windows LegOS 0.2.3 compiler package to compile 0.2.4
 
I have been using Rossz Vámos-Wentworth's LegOS 0.2.3 distribution for Windows and it works beautifully. I was wondering if anyone has had any luck getting the new 0.2.4 release to work under this Windows distribution of LegOS? I copied the entire (...) (24 years ago, 3-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: Cygnus Installation troubles
 
tnx... finally got to borrow a clean machine and got it to work (0.2.4 really does do away with the need for perl)... yep, seems like mixing the two really did mess up my installation... chrís (...) (24 years ago, 2-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: dont't fear the reaper
 
(...) Jeeek. That did it, thank you. Got the new tm.c and now it all works. Mike (24 years ago, 1-Aug-00, 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