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 / 1251 (-20)
  Announcing BricxCC - formerly known as RcxCC
 
I'm excited to announce the availability of the latest release of my enhanced version of Mark Overmars' original RcxCC program. Due to a recent e-mail from the FairPlay folks at The LEGO Company, I have renamed the program Bricx Command Center or (...) (23 years ago, 10-Oct-01, to lugnet.robotics.rcx.nqc)
 
  New beta of MacNQC
 
Hi all, I've just posted a new beta of MacNQC. It adds a native version for OSX, updated the compiler to 2.4a4 and added USB tower support for OSX. If you want to try it: (URL) Have fun, Rob Bate rbate@mac.com (23 years ago, 8-Oct-01, to lugnet.robotics.rcx.nqc, lugnet.robotics.rcx, lugnet.robotics)
 
  Re: Another RcxCC release
 
(...) I think it is very quiet around here lately... :-) I've just uploaded version 3.3.1.7 of RcxCC to the website referenced in the link above. This release adds the ability to pass additional NQC switches on the command line when executing NQC (...) (23 years ago, 4-Oct-01, to lugnet.robotics.rcx.nqc)
 
  Re: Partial USB support
 
fyi- There was a pretty nasty (and stupid) bug in 2.4 a3 that would cause a crash if no serial port was specified (either with a -S option or the RCX_PORT environment var). I've fixed it and posted an update (2.4 a4). I suggest that anyone using a3 (...) (23 years ago, 30-Sep-01, to lugnet.robotics.rcx.nqc)
 
  Re: Another RcxCC release
 
(...) Okay, I've uploaded version 3.3.1.6 to my website this evening. This release should fully support the USB tower - both with the internal RcxCC features and with the USB support just added the NQC (see Dave Baum's recent post for details). Of (...) (23 years ago, 30-Sep-01, to lugnet.robotics.rcx.nqc)
 
  Re: color-coded (by target) HTML NQC API documentation
 
thanks very much Mark !! beste regards, Stef (...) (23 years ago, 29-Sep-01, to lugnet.robotics.rcx.nqc)
 
  Partial USB support
 
I just posted release 2.4 a3 which includes preliminary USB support for a couple of platforms. Very little testing has been done, so expect to run into a few problems. Let me know and I'll fix them as best I can. Windows - supported, although you'll (...) (23 years ago, 29-Sep-01, to lugnet.robotics.rcx.nqc)
 
  Re: Another RcxCC release
 
(...) Well it definitely doesn't work with the USB tower yet. Once I get some drivers for my USB tower I will get it working and post a new version. In the mean time, if you want to use the new code templates and code completion features you might (...) (23 years ago, 29-Sep-01, to lugnet.robotics.rcx.nqc)
 
  Re: color-coded (by target) HTML NQC API documentation
 
(...) Section 3.8 SetPriority(p) - Function - RCX2, Scout The first "-" shouldn't be there (and the rest of the line should be right justified, since you're going to be editing) - Mark (23 years ago, 29-Sep-01, to lugnet.robotics.rcx.nqc)
 
  Re: color-coded (by target) HTML NQC API documentation
 
(...) could (...) Hi Stef, At least two people have asked for a downloadable version, so I created one (it took a few days because I had to dig up a freeware zip utility.. for those interested, I found FreeZip at (URL) zipped version of the (...) (23 years ago, 29-Sep-01, to lugnet.robotics.rcx.nqc)
 
  Re: Battery status
 
Hallo all (...) PC. (...) can (...) Thanks, it works. Can i use a trick to get the batterylevel on a Cybermaster( without connecting the PC) br Kalle (23 years ago, 26-Sep-01, to lugnet.robotics.rcx.nqc)
 
  Another RcxCC release
 
I have uploaded another revision of RcxCC to my website. (URL) calling it version 3.3 now. The latest build is 3.3.0.10. Here's a list of the new features: 1) Maybe it works with the USB tower. I have a USB tower but no drivers yet so I can't test (...) (23 years ago, 28-Sep-01, to lugnet.robotics.rcx.nqc)
 
  Re: color-coded (by target) HTML NQC API documentation
 
(...) Which function had an extra '-'? I'll make sure to fix it next time I update the doc. Dave (23 years ago, 28-Sep-01, to lugnet.robotics.rcx.nqc)
 
  Re: color-coded (by target) HTML NQC API documentation
 
hi Mark, that looks very nice. I was looking forward for something like this for a long time, good work. But I'm not always on line, so is it available for download ? I and many others could use it when we're off-line and perhaps John Hansen could (...) (23 years ago, 24-Sep-01, to lugnet.robotics.rcx.nqc)
 
  Re: NQC 2.3 r1 for Win32 W/ USB Support
 
A power adapter port? As in an AC/DC plug on the RCX? I've heard the RCX1.0 has them but I didn't see one on my RCX 2.0 (says RCX 2.0 on the top too, all fancy like..heh). I'll check tonite when I get home, but I dont think there is one. "Dean (...) (23 years ago, 24-Sep-01, to lugnet.robotics.rcx.nqc)
 
  Re: NQC 2.3 r1 for Win32 W/ USB Support
 
(...) In the LEGO Mania mag it showed an ad for the RIS2.0. But I didn't see a power adapter port. Can you confirm that there is one or not? Dean (23 years ago, 24-Sep-01, to lugnet.robotics.rcx.nqc)
 
  Re: NQC 2.3 r1 for Win32 W/ USB Support
 
There was a slight oversight on my part. You need cygwin1.dll (from Redhat's cygwin package, available at (URL) in order to run the binary. I'll add this to the distribution and make it available on my site. -Brendan "Brendan W. McAdams" (...) (23 years ago, 24-Sep-01, to lugnet.robotics.rcx.nqc)
 
  Re: Execution order.
 
B> Does anyone know why a second IF statement in a while(true) loop wont B> execute? Hi, I believe your command structure should look like this: while(true){ command1; command2;} Maybe you forgot the brackets? (23 years ago, 24-Sep-01, to lugnet.robotics.rcx.nqc)
 
  NQC 2.3 r1 for Win32 W/ USB Support
 
Just so everyone knows, I threw together a compiled version of NQC 2.3 r1 for USB on Win32 last nite, it works. If anyone wants it you can grab it at (URL) are unsupported (Other than me supporting it to the point of 'it works on my box, i plugged (...) (23 years ago, 20-Sep-01, to lugnet.robotics.rcx.nqc)
 
  Re: Battery status
 
(...) Here's a quick little program that will tell you. Make sure it's the 2.x firmware. ---8<--- task main() { while (true) { SetUserDisplay(BatteryLevel(), 3); } } ---8<--- Dean (23 years ago, 24-Sep-01, 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