To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcx.nqcOpen lugnet.robotics.rcx.nqc in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / NQC / 1316 (-20)
  BricxCC release 3.3.3.4
 
I've just released a new version of BricxCC. Version 3.3.3.4 implements the following changes: 1. Watching the brick only while the Watch window is active is now an option on the Watch window. 2. It fixes a bug in TFakeSpirit.SetSensorMode which (...) (23 years ago, 22-Jan-02, to lugnet.robotics.rcx.nqc)
 
  Re: NQC 2.4 r1 released
 
Its been brought to my attention that Lego has already released the Mac SDK and driver for the USB tower (sorry I didn't see it!): (URL) should be able to post an updated version of NQC with USB support for Mac OS9 tomorrow. Dave (...) (23 years ago, 22-Jan-02, to lugnet.robotics.rcx.nqc)
 
  RE: firmware
 
SDK 2 includes the latest version of firmware and tools to load it to the RCX. It's also included in the new RIS 2.0 CD The new RIS 2.0 is the one with the RCX 2.0 + USB InfraRed Tower + Latest firmware version (you could call it 2.0, yes) You can (...) (23 years ago, 21-Jan-02, to lugnet.robotics.rcx.nqc)
 
  Re: firmware
 
this sdk 2 is the firmware??? -- Paula Berger E-mail: pberger@terra.com.br paula@inf.pucrs.br ICQ#: 71133278 "It's the end of something simple, and the beginning of everything else" -- ----- Original Message ----- From: "Robert Seifert" (...) (23 years ago, 21-Jan-02, to lugnet.robotics.rcx.nqc)
 
  Re: firmware
 
(...) Firmaware is a kind of ?operating system? needed to be downloaded to RCX to allow it process programs. Physically it is file firmxxxx.lgo (where xxxx is a number ) located somewhere in directory tree created by RIS installation process. If you (...) (23 years ago, 21-Jan-02, to lugnet.robotics.rcx.nqc)
 
  RE: newbie
 
I'm not 100% sure, but when I used Spirit.OCX (VC, VB, Delphi, etc...) for some research, I was under the impression that it supported 3 types of interface: "Radio" (CyberMaster), "InfraRed" (RCX, Scout) and I think it was "Cable" or "Direct" or (...) (23 years ago, 21-Jan-02, to lugnet.robotics.rcx.nqc)
 
  firmware
 
People, What is this "firmware" that is supposed to be loaded into the RCX? Is there anywhere I can download it?? Thanks, -- Paula Berger E-mail: pberger@terra.com.br paula@inf.pucrs.br ICQ#: 71133278 (23 years ago, 21-Jan-02, to lugnet.robotics.rcx.nqc)
 
  NQC 2.4 r1 released
 
It seems like NQC 2.4 has been stuck in beta test for a very long time...I wanted to wait for Mac OS 9 and Linux USB support, but at the moment Lego hasn't released their Mac OS 9 driver and the Linux situation is probably best addressed right now (...) (23 years ago, 19-Jan-02, to lugnet.robotics.rcx.nqc)
 
  Several questions
 
Dear Mindstormers, For months I didn't find the time to do some work with my Mindstorms equipment. So some things have changed and also new products came onto the market. I have just started work with Mindstorms again and have some (...) (23 years ago, 18-Jan-02, to lugnet.robotics.rcx.nqc)
 
  IRC
 
Anyone who is a regular user of IRC can join my channel #LegoMindstorms (on dalnet). Coma and chat or give/recieve assistance. If you join you are welcome to Ops because anyone in here will know more about Mindstorms than me as i know almost (...) (23 years ago, 16-Jan-02, to lugnet.robotics.rcx.nqc)
 
  Re: newbie again part 2
 
Actually, I wouldn't recommend using the simulator. My original intention was to develop the core of a simulator thus enabling other people to make a full-fledged application with nice menus and dialog boxes. Since that hasn't happened, the (...) (23 years ago, 17-Jan-02, to lugnet.robotics.rcx.nqc)
 
  Re: newbie again part 2
 
(...) You could try David Baum's (creator of NQC) simulator, found here: (URL) is 'very alpha', meaning that it's in its early stages of development and uses Java, so be ready to ask more questions :) Good luck and hope you get your RCX soon! Robert (...) (23 years ago, 16-Jan-02, to lugnet.robotics.rcx.nqc)
 
  newbie again part 2
 
Another doubt: When I'm programming with NQC, is there a way to run the program (simulate its behavior actualy) without the RCX (because I don't have it yet)? Thanks, -- Paula Berger E-mail: pberger@terra.com.br paula@inf.pucrs.br ICQ#: 71133278 (23 years ago, 16-Jan-02, to lugnet.robotics.rcx.nqc)
 
  newbie again
 
Hi everybody, a need some explanation about NQC. What I have to do is this: I have Lego Dacta's Control Lab (#9701) and I want to program it using NQC. I know now that I need to buy the RCX in order to do that, but is there anything else? What is (...) (23 years ago, 15-Jan-02, to lugnet.robotics.rcx.nqc)
 
  Question about NQC code
 
Hi, I created the following light searching program: #define speed 2 #define inaccuracy 2 int lightstrength, max, min; task main() { SetSensor(SENSOR_2,S...OR_LIGHT); start searchforlight_a; } task searchforlight_a() { lightstrength = (...) (23 years ago, 15-Jan-02, to lugnet.robotics.rcx.nqc)
 
  Re: BricxCC
 
(...) that's a good point, especially for larger programs ! Stef Mientki (23 years ago, 15-Jan-02, to lugnet.robotics.rcx.nqc)
 
  Re: Some remarks / questions about Brixcc
 
(...) Sorry about the mixup. I thought I'd tried capturing non-compiler errors with a redirect and it hadn't worked. But trying it just now it definitely does work. BricxCC is already capturing the compiler errors via the -E option. I am trying to (...) (23 years ago, 15-Jan-02, to lugnet.robotics.rcx.nqc)
 
  BricxCC
 
Hi John, I just got a new computer and tested your program on a AMD 1.333GHz Athon (Thunderbird). It works just great! I thank you for the adjustments/adds in your program as I requested. There is just one question left. Since I use to Delphi, I (...) (23 years ago, 15-Jan-02, to lugnet.robotics.rcx.nqc)
 
  Re: Some remarks / questions about Brixcc
 
(...) Error messages go to one of two places. Errors from the compiler default to stderr but can be redirected with the -E option (-Efoo would sent them to a file named "foo"). Other errors (problem communicating with the RCX, illegal command line, (...) (23 years ago, 15-Jan-02, to lugnet.robotics.rcx.nqc)
 
  Re: Some remarks / questions about Brixcc
 
(...) I'll make this an option on the Watch window in the next release. Another user had requested that the Watch window only Poll when it was active. (...) This turned out to be a bug in the TFakeSpirit.SetSensorMode function. It will be fixed in (...) (23 years ago, 14-Jan-02, to lugnet.robotics.rcx.nqc)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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