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 / *1897 (-20)
  NQC Linux Support - USB and TCP
 
For those interested, I have posted a patch to SourceForge for NQC at (URL) . This patch includes several changes, most of which are related to Linux, though portions may be of use to other platforms. * Removed the dependency of (...) (15 years ago, 11-Mar-09, to lugnet.robotics.rcx.nqc)
 
  Re: NQC for Linux/ASUS eeePC
 
(...) What I said had less to do with programming as it had to do with understanding your new Linux-based PC. Do you know how to use Linux from a command prompt? Can you open a terminal window on your eeePC and type "gcc" and see what happens? I (...) (15 years ago, 2-Feb-09, to lugnet.robotics.rcx.nqc)
 
  Re: NQC for Linux/ASUS eeePC
 
(...) Um... I'm sorry, planes flying overhead. :) I literally am on the cusp of understanding programming; I just learned what an array was at our last rtl event. :) -Iain (15 years ago, 2-Feb-09, to lugnet.robotics.rcx.nqc)
 
  Re: NQC for Linux/ASUS eeePC
 
(...) Normally people build NQC from sourcecode for Linux platforms so there has not been a binary release for Linux in the past. Does the eeePC include all the standard GNU development tools such as yacc, flex, and GCC? If it does then you can (...) (15 years ago, 27-Jan-09, to lugnet.robotics.rcx.nqc)
 
  Re: NQC for Linux/ASUS eeePC
 
(...) Hi Jetro, No, the eeePC runs Linux, with a custom-designed interface over top by ASUS. So, I was wondering if NQC is available for Linux. -Iain (15 years ago, 26-Jan-09, to lugnet.robotics.rcx.nqc)
 
  Re: NQC for Linux/ASUS eeePC
 
(...) Is it Windows based? If so, have you tried installing BricxCC? Jetro (15 years ago, 25-Jan-09, to lugnet.robotics.rcx.nqc)
 
  NQC for Linux/ASUS eeePC
 
Hi all, I have an ASUS eeePC, and was wondering if anyone knew of a way to get NQC onto it so I could program my RCX with it? Thanks! -Iain (15 years ago, 25-Jan-09, to lugnet.robotics.rcx.nqc)
 
  Re: MacNQC on Intel anyone?
 
Sorry I have to bring this up again, I think it would be nice to actually have a universal binary version of MacNQC around. Does anybody know somebody who could help with achieving this? I currently have two Intel-based Macs around (plus two old G3, (...) (16 years ago, 18-Dec-07, to lugnet.robotics.rcx.nqc)
 
  Re: Is there a usable Mac OS X version?
 
(...) I think John Hansen actually made a pbForth terminal in NQC. My RCXTcl works on a PC, but I never did get around to packaging it for Macs. Probably because I don't have one myself :-) That being said, once you have a terminal program to talk (...) (17 years ago, 28-Jun-07, to lugnet.robotics.rcx.pbforth, lugnet.robotics.rcx.nqc)
 
  Is there a usable Mac OS X version?
 
Is there a usable version of pbForth for Mac OS X and the USB tower? I have NQC, so there should be no trouble downloading firmware, and Mac OS X has good terminal software, but how do I set up things so that terminal communication goes via the USB (...) (17 years ago, 28-Jun-07, to lugnet.robotics.rcx.pbforth, lugnet.robotics.rcx.nqc)
 
  Re: lcd display on RCX 1.0
 
(...) If you load RCX2 firmware in a RCX1 brick (they are fully compatible*), you'll have acces to this function (and all other RCX2 specific possibilities) Philo *Except for some minor differences in IR hardware. (17 years ago, 25-Jun-07, to lugnet.robotics.rcx.nqc)
 
  lcd display on RCX 1.0
 
NQC: with RCX2, it has a function to display a user defined value. Is there a way to do it with RCX 1.0? How about just to display the current mail value with RCX1.0? Suggestion? Thanks in advance. --Elizabeth (17 years ago, 24-Jun-07, to lugnet.robotics.rcx.nqc)
 
  NQC release 3.1r6 - support for 64-bit platforms
 
I have posted a new release of NQC which includes the fixes from r5 which were never officially released (aside from being included along with recent versions of BricxCC). It also includes a small source code change which makes it possible to (...) (17 years ago, 11-Jun-07, to lugnet.robotics.rcx.nqc, lugnet.robotics)
 
  Re: IR tower problems on a laptop with NQC
 
(...) Jordan, I only have one suggestion that may, or may not be useful. I'd suggest you try a fresh battery in the tower. I know you said it works on another PC. Sorry, that's the best I can do. :) Steve (17 years ago, 9-Mar-07, to lugnet.robotics.rcx, lugnet.robotics, lugnet.robotics.rcx.nqc)
 
  IR tower problems on a laptop with NQC
 
I have a used Dell Inspiron 8200 laptop that is old enough to have a serial port. I'm trying to use a serial port IR tower to program an RCX and am having problems. When I plug in the tower the green light turns on immediately, which AFAIK is not (...) (17 years ago, 9-Mar-07, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc, FTX)
 
  Re: nqc compilation errors
 
(...) thank you. specific sulution: 'nqc -Trcx2 error.nqc' instead of 'nqc error.nqc' (17 years ago, 14-Jan-07, to lugnet.robotics.rcx.nqc)
 
  Re: nqc compilation errors
 
(...) Gus is correct, although there are other targets which support arrays and indirect variables. NQC defaults to RCX as the target. You need to use the -TRCX2 switch if you are running the 2.0 firmware on your RCX and you want to use arrays and (...) (17 years ago, 14-Jan-07, to lugnet.robotics.rcx.nqc)
 
  Re: nqc compilation errors
 
(...) Only the RCX2 firmware supports these features. If you set the target to RCX2 then it will compile. Gus (17 years ago, 14-Jan-07, to lugnet.robotics.rcx.nqc)
 
  nqc compilation errors
 
Background: (...) nqc version 3.1 r4 (built Jan 12 2007, 19:11:18) Copyright (C) 2005 John Hansen. All Rights Reserved. Usage error: try 'nqc -help' to display options (...) Linux eip 2.6.17-10-386 #2 Fri Oct 13 18:41:40 UTC 2006 i686 GNU/Linux (...) (17 years ago, 14-Jan-07, to lugnet.robotics.rcx.nqc)
 
  MacNQC on Intel anyone?
 
Hi, after replacing my PowerMac and iBook with a new Intel based iMac and MacBook respectively, I yesterday hit the small but noticeably issue to get MacNQC to run on it. While the Rosetta environment seems to run MacNQC reasonably fine, it may be (...) (17 years ago, 27-Nov-06, 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