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 / *2485 (-20)
  Re: New firmware and ROBOLAB
 
Found and reported a minor bug in sound generation using either Robolab 2.0 or 2.1. The bug does not happen with ROM 0309 but happens on 0326. If using two PLAY ANY NOTES in a row, a third very low tone is emitted. If a WAIT FOR is placed between (...) (24 years ago, 11-May-00, to lugnet.robotics.rcx.robolab)
 
  Re: New firmware and ROBOLAB
 
We ran many different Robolab programs including datalogging programs on six RCXes and they all worked properly with firm0326. (...) (24 years ago, 10-May-00, to lugnet.robotics.rcx.robolab)
 
  Re: No Scout Support in RCXcc
 
(...) I was actually answering my own posted question on the matter. I had several emails asking for me to tell them what I find out. I figured everyone would want to know. I do not feel I was being negative about the matter and don't appreciate (...) (24 years ago, 10-May-00, to lugnet.robotics.rcx.nqc)
 
  Re: No Scout Support in RCXcc
 
(...) Does RXCcc actually set the -T flag or use the default. If default then you can set the target with the environment variable. If you get really desperate you can hack nqc to ignore the -T flag and do what you want instead. I suggest more (...) (24 years ago, 9-May-00, to lugnet.robotics.rcx.nqc)
 
  No Scout Support in RCXcc
 
I've talked to the creator of RCXcc about Scout support. This is what he had to say; Mark Overmars wrote: "This is not planned for the near future." There you have it. Sadly, from what I can gather, all we need RCXcc to do is use the -SCOUT tag (...) (24 years ago, 9-May-00, to lugnet.robotics.rcx.nqc)
 
  Re: Datalog with NQC 2.2 a1
 
(...) Yes, if I remember correctly the user space was 6.1 blocks. Regardless of how much free ram the system had. Dean -- Coin-Op's For Sale!: (URL) Lego Workshop: (URL) Lego Club: (URL) (24 years ago, 9-May-00, to lugnet.robotics.rcx.nqc)
 
  Re: NQC 2.2 a1 available for public test
 
(...) I got e-mail a while back from mikest@corp.home.net who ported an older version of NQC to BEOS. I think the only change was a new serial port class (PSerial_beos.cpp) and some tweaks to the Makefile. You may want to contact him. If anybody (...) (24 years ago, 8-May-00, to lugnet.robotics.rcx.nqc)
 
  Re: NQC 2.2 a1 available for public test
 
(...) I completely missed the fact that counters were overlapped with global vars. I'll have to come up with a good mechanism for allocating these. I think the scout handles things differently where the counters are actually unique from variables. (...) (24 years ago, 8-May-00, to lugnet.robotics.rcx.nqc)
 
  Re: Datalog with NQC 2.2 a1
 
(...) The datalog appears to work fine, and you still have the same amount of program/datalog space. There was a ton of unused RAM in the older firmware, so Lego was able to pack a lot of new features in without reducing the user space. Dave Baum (24 years ago, 8-May-00, to lugnet.robotics.rcx.nqc)
 
  Re: Web based control
 
I did this a while back by calling functions in the spirit.ocx from an ASP page. I used it to control a webcam I made with an RCX and an old QuickCam. I ran it with Personal WebServer on a '95 box and IIS4.0 on my NT Server, but perhaps you can use (...) (24 years ago, 8-May-00, to lugnet.robotics.rcx, lugnet.robotics.tele)
 
  Getting started
 
(...) Hmm... Which OS are you using? Configuring the terminal window is easy once you know the magic incantation 2400 baud, no parity, 1 stop bit, no handshaking. Ralph forgot to document that so you have to learn it from this or several other posts (...) (24 years ago, 8-May-00, to lugnet.robotics.rcx.pbforth)
 
  BEOS Version of NQC?
 
Is there anyone out there that would be interested in creating and maintaining a version of NQC for BEOS? Dean -- Coin-Op's For Sale!: (URL) Lego Workshop: (URL) Lego Club: (URL) (24 years ago, 8-May-00, to lugnet.robotics.rcx)
 
  updated nqc man page
 
I've made a preliminary man page for nqc 2.2. (URL) (Hastily converted to HTML at (URL).) It mentions 2.2.r1 -- my thinking is to target the man page at the actual releases, not the alpha.... Comments? Errors? (24 years ago, 8-May-00, to lugnet.robotics.rcx.nqc)  
 
  Re: Web based control
 
(...) To answer my own question there is a group called lugnet.robotics.tele that is for the above use. Dean -- Coin-Op's For Sale!: (URL) Lego Workshop: (URL) Lego Club: (URL) (24 years ago, 8-May-00, to lugnet.robotics.rcx, lugnet.robotics.tele)
 
  Re: Web based control
 
(...) There are a few of us working on the best solution. Maybe we can all get together and pool our resources. I'll ask Todd to create an WEB Control news group. Dean -- Coin-Op's For Sale!: (URL) Lego Workshop: (URL) Lego Club: (URL) (24 years ago, 8-May-00, to lugnet.robotics.rcx)
 
  Re: Standard extension suggestions
 
(...) >Let me describe how I program on the RCX and it (...) Actually, it's this first bit that I find intimidating...the forth part sounds fun. Jeff jeffrey.hazen@northmill.net (24 years ago, 8-May-00, to lugnet.robotics.rcx.pbforth)
 
  Re: NQC 2.2 a1 available for public test
 
Working code using a counter. /* * lstop8.nqc - Line and Wall avoider * * Copyright (C) 2000 James Pritchard * * Date: 08-May 2000 * * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not (...) (24 years ago, 8-May-00, to lugnet.robotics.rcx.nqc)
 
  Web based control
 
I apologize if this question has been asked and answered, but searching through this group did not provide a solid answer. Can this be done.. I have a linux box running as a webserver. I would like to plug the IR unit to the serial port and be able (...) (24 years ago, 8-May-00, to lugnet.robotics.rcx)
 
  Re: Standard extension suggestions
 
(...) It is hard for me to tell. It is not hard for me but I am a programmer with many years under his belt. However forth seems idealy suited for someone getting started. It is a very interactive environment which encourages experimentation. Let me (...) (24 years ago, 8-May-00, to lugnet.robotics.rcx.pbforth)
 
  RE: Standard extension suggestions
 
I think this would be a good idea, even if they never incorporated into the "official" kernel. Sort of a code repository similar to what has been proposed for NQC. That said, the thing that intimidates me is my lack of any experience with the (...) (24 years ago, 8-May-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