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 / 531 (-20)
  Re: location of NQC group?
 
(...) Yes, I think that would be a good move. (...) I'd prefer not to proliferate too many newsgropus. Personally I don't think the nqc traffic is presently so high that people need to filter it based on target. Odds are that this would even cause a (...) (24 years ago, 8-Apr-00, to lugnet.admin.general, lugnet.robotics.rcx.nqc)  
 
  Re: NQC Ignores based on your pbrink
 
(...) Yes, I agree with the approach to using __RCX for conditional compile - that's really why its there. I had thought about adding some of the functions (SetSensor() etc.) as no-ops in the Scout API, but this really didn't feel right to me. I (...) (24 years ago, 8-Apr-00, to lugnet.robotics.rcx.nqc)
 
  Re: NQC Ignores based on your pbrink
 
(...) Very True. Does anyone know when downloading to Scout with RCXCC will be ready? Dean -- Coin-Op's For Sale!: (URL) Lego Workshop: (URL) Lego Club: (URL) (24 years ago, 8-Apr-00, to lugnet.robotics.rcx.nqc)
 
  Re: location of NQC group?
 
(...) Yah, DaveB & I were talking about this a while back -- and since then the non- RCX support has gotten even stronger. Dave indicated that he'd like to move the group up a level, which is possible but we'll have to actually start a new group (...) (24 years ago, 8-Apr-00, to lugnet.admin.general, lugnet.robotics.rcx.nqc)  
 
  Re: NQC Ignores based on your pbrink
 
(...) Coincidentally, I think someone just posted the answer to your question a few hours ago.... (URL) (24 years ago, 8-Apr-00, to lugnet.robotics.rcx.nqc)
 
  NQC Ignores based on your pbrink
 
Dave Can you setup NQC to automatically ignore things a pbrink doesn't understand? For example The scout. I have a program that I use in my 2 RCX's and my 1 scout. But Constantly have to /* */ the offending code for the scout. Is there some way we (...) (24 years ago, 8-Apr-00, to lugnet.robotics.rcx.nqc)
 
  Re: problem building bugbot3.nqc in cybermaster
 
(...) Why not do something like this? #ifdef __RCX SetSensor(...) ; #endif (24 years ago, 8-Apr-00, to lugnet.robotics.rcx.nqc)
 
  Re: NQC in Boston University Linux :)
 
(...) cool :) Heh, did you look at 6.2 yet? I installed it today, though I haven't noticed any major difference yet... :) Dan btw, since you're at BU, have you ever heard of Three Kingdoms, or more commonly, 3K? ;) (24 years ago, 7-Apr-00, to lugnet.robotics.rcx.nqc, lugnet.off-topic.geek)
 
  NQC in Boston University Linux :)
 
So, when we release BU Linux R1 next Tuesday [1], it will be the first [2] Linux distribution to ship with NQC included. (URL), if you care. [1] or maybe Wednesday or Thursday. Hopefully Tuesday. Depends on the wheels of bureaucracy. [2] not (...) (24 years ago, 7-Apr-00, to lugnet.robotics.rcx.nqc, lugnet.off-topic.geek)  
 
  Re: problem building bugbot3.nqc in cybermaster
 
(...) Just delete the SetSensor() lines. CyberMaster only supports touch sensors, so the entire sensor configuration thing isn't needed...in fact CyberMaster doesn't support some of those bytecodes (which is why many of the constants and functions (...) (24 years ago, 3-Apr-00, to lugnet.robotics.rcx.nqc)  
 
  problem building bugbot3.nqc in cybermaster
 
When I try to compila bugbot3.nqc (the code of the Dave's wonderfull book) using my cybermaster as target, the compiler return twice the following error: SENSOR_TOUCH not defined I used the command line nqc -TCM bugbot3.nqc with NQC 2.3 thanks in (...) (24 years ago, 3-Apr-00, to lugnet.robotics.rcx.nqc)
 
  Re: sending output to LCD possible?
 
(...) Not possible with the existing RCX firmware. However the RCX 2.0 firmware (currently in early-alpha) does support displaying a variable (and almost anything else) on the LCD. These operations will be available in NQC...but only when targetting (...) (24 years ago, 3-Apr-00, to lugnet.robotics.rcx.nqc)  
 
  sending output to LCD possible?
 
I skimmed through the NQC docs but I didn't see anything about sending messages to the display on the RCX. Is it possible? More specifically, sending the value of a variable to the display? I have a little robot that I plan to use to count things, I (...) (24 years ago, 3-Apr-00, to lugnet.robotics.rcx.nqc)
 
  Re: NQC and RIS2.0 Firmware
 
(...) I found the problem... When verifying the checksum, the ROM scans [8000, cc00). Since it zeros out this area initially, this would indeed reflect the checksum of the firmware, provided it is less than 4400 bytes long (in hex). NQC sums the (...) (24 years ago, 2-Apr-00, to lugnet.robotics.rcx.nqc)  
 
  Re: NQC and RIS2.0 Firmware
 
(...) I've been looking at that for most of today. The 2489 is basically the last packet to go to the RCX, and the error is a "checksum error" coming back from the RCX. As far as I can tell, nqc breaks with any firmware file bigger than 20K (...) (24 years ago, 2-Apr-00, to lugnet.robotics.rcx.nqc)
 
  Re: NQC on Linux dilema...
 
(...) This is very strange. Communication looks perfectly normal. I can't think of any reason for a hang. Is it possible for you to build nqc from source? If so, we can instrument any calls to the serial driver and determine if the driver is hanging (...) (24 years ago, 2-Apr-00, to lugnet.robotics.rcx.nqc)
 
  NQC and RIS2.0 Firmware
 
I've tried using the Download firmware option of NQC for downloading the new firmware. Unfortunately it downloads to about 2489 and then errors out. Will Dave Baum be supporting this 'first release' of the firmware or will he be waiting for the (...) (24 years ago, 2-Apr-00, to lugnet.robotics.rcx.nqc)
 
  Windows and ncq
 
Me again, just a follow up on the one I just posted, I downloaded the windows version of ncq for the family computer, it works fine. (24 years ago, 1-Apr-00, to lugnet.robotics.rcx.nqc)
 
  Re: NQC on Linux dilema...
 
(...) OK, here it goes: (I am in root) Output_Start: Downloading program: Tx: 55 ff 00 10 ef 10 ef Rx: 55 ff 00 10 ef 10 10 ef 55 Tx: 55 ff 00 10 ef 10 ef Rx: ff 00 ef 10 ef 10 ff ae ed 00 10 ef 10 ef 55 ff 00 ef 10 ef 10 Tx: 55 ff 00 50 af 50 af (...) (24 years ago, 1-Apr-00, to lugnet.robotics.rcx.nqc)
 
  Re: NQC on Linux dilema...
 
(...) Can you send me the output from nqc -v? A lot depends on exactly what is being sent and received. As for PSerial_unix.cpp, you would only have that if you were building nqc from sources. If you've downloaded a binary rpm or some other (...) (24 years ago, 1-Apr-00, 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