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 / 1526 (-20)
  Re: leJOS & BricxCC news
 
In lugnet.robotics.rcx.java, Mark Riley wrote: [snipped] (...) I have incorporated the changes made to firmdl in the leJOS distribution into my BricxCC firmware downloader code. Now I can successfully download all the firmwares I have access to (...) (21 years ago, 5-Sep-03, to lugnet.robotics.rcx.java, lugnet.robotics.rcx, lugnet.robotics.rcx.legos, lugnet.robotics.rcx.nqc, lugnet.robotics.rcx.pbforth)
 
  Re: Spybot Zones
 
(...) (URL) think that link will give you a good idea of how to get spybot distance and direction. It also shows how to setup byte code commands in NQC. (URL) link has more samples showing how to talk to the spybot firmware using NQC's asm (...) (21 years ago, 21-Aug-03, to lugnet.robotics.rcx.nqc, lugnet.robotics.spybotics)
 
  Spybot Zones
 
Can anyone tell me how to set-up byte code commands in NQC? I want to use some of the Spybot Firmware commands for robot distance and direction to make two spybots work together, but I don't think that functionality has been added to NQC, yet. If (...) (21 years ago, 20-Aug-03, to lugnet.robotics.rcx.nqc, lugnet.robotics.spybotics)
 
  Re: How to user MONITOR command for watching TIMER in Spybotics
 
Dear Dave, Thank you for your reply. In fact, for several nights I was using very similar snippet you provided to watch the timer before posting my problem, however, I was careless to spell the Timer(0) with TIMER(0) and the compiler always (...) (21 years ago, 13-Jul-03, to lugnet.robotics.rcx.nqc)
 
  Re: How to user MONITOR command for watching TIMER in Spybotics
 
This program below shows how a timer event can be used. Dave Baum ---- #define MY_EVENT 0 task main() { ClearTimer(0); SetEvent(MY_EVENT, Timer(0), EVENT_TYPE_HIGH); SetUpperLimit(MY_EVENT, 1000); monitor(EVENT_MASK(MY_EVENT)) { while(true) { (...) (21 years ago, 12-Jul-03, to lugnet.robotics.rcx.nqc)
 
  How to user MONITOR command for watching TIMER in Spybotics
 
Dear Members, I managed to use NQC MONITOR command to watch TIMERs in my SCOUT using the predefined SCOUT events (EVENT_TIMER_0). However, I failed with my Spybotics and RCX 2.0. My question is how can I use the MONITOR command to watch TIMERs (or (...) (21 years ago, 10-Jul-03, to lugnet.robotics.rcx.nqc)
 
  Re: How to call SCOUT ROM subroutine from NQC
 
Dear Dave Baum, Thank you for your reply. First of all, I enyoy your wonderful creation NQC very much. I also learn much from your EXTREME MINDSTORM book although it is dedicated to RCX rather than to RDS SCOUT. I successfully call almost all SCOUT (...) (21 years ago, 27-May-03, to lugnet.robotics.rcx.nqc)
 
  Re: How to call SCOUT ROM subroutine from NQC
 
(...) There isn't any built-in support for calling the ROM routines, but you can probably hack together what you need. You'll need to use "#pragma reserve" to prevent NQC from assigning variables to the registers used for parameter passing to the (...) (21 years ago, 24-May-03, to lugnet.robotics.rcx.nqc)
 
  How to call SCOUT ROM subroutine from NQC
 
Dear members, I would like to know how to call RDS SCOUT ROM subroutines from NQC. The SCOUT ROM Subroutines are useful and may save much memory for SCOUT. Thankyou in advance. Liem PH (21 years ago, 23-May-03, to lugnet.robotics.rcx.nqc)
 
  BricxCC release 3.3.7.5
 
Version 3.3.7.5 fixes two bugs with the copy to clipboard function on the Analysis graph. It fixes the Clear Memory function so that it now clears all five program slots (it used to leave slot 1 untouched). It fixes form and component size issues (...) (21 years ago, 22-May-03, to lugnet.robotics.rcx.nqc, lugnet.robotics.rcx.legos, lugnet.robotics.rcx)
 
  Hitachi pre-built tools & other BricxCC news
 
The links I had on my BricxCC web page to the pre-built GNU tools for the H8/300 no longer work and I was unable to find a copy of the ZIP anywhere else so I have uploaded a copy to my BricxCC sourceforge site (URL) links on my BricxCC page have (...) (21 years ago, 29-Apr-03, to lugnet.robotics.rcx.legos, lugnet.robotics.rcx.nqc)
 
  HELP
 
I somehow lost my local copy of a code that included some music. I don't want to rewite it, but can if I have to. Is there anyway to retrieve a code out of the RCX? Its program 1. I'm using an RCX 1.0 with the serial infrared running BricxCC -tk (21 years ago, 25-Apr-03, to lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
 
  MacNQC 3.0 Release Announcement
 
Hi All, I've released MacNQC 3.0. New features are: Added syntax coloring for NQC source code in the Editor Window. Made the preference window multi-paned. It now has a Compiler Pane, a Communications Pane, an Editor Pane, and a Text Colors Pane. (...) (21 years ago, 23-Apr-03, to lugnet.robotics.rcx.nqc)
 
  Analog RCX Clock
 
It has been along while since I have dug out my RCX and brushed up on my NQC skills. Also having a fascination for old clocks and watches and I wanted to build a RCX controlled clock for work. I found Ben Williamson's web page for a Lego Analog (...) (21 years ago, 8-Apr-03, to lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
 
  Re: Spybotics Comms
 
In lugnet.robotics.spybotics, Marco Correia writes: [snip] (...) I need help answering the question "Can a Spybot send Mana IR-like protocol? I want my Spybot to control my mana. I'm too stupid to interpret to Spybot SDK on my own, and there's no (...) (21 years ago, 4-Apr-03, to lugnet.robotics.spybotics, lugnet.robotics.rcx.nqc, lugnet.robotics)
 
  Re: Communications (I'm a total newbie by the way)
 
(...) A while ago I wrote some stuff in Delphi, you can find the example and sources here (URL) page may alos be of interest: (URL) Mientki (...) (21 years ago, 26-Mar-03, to lugnet.robotics.rcx.nqc)
 
  Communications (I'm a total newbie by the way)
 
Hi I've been reading the NQC guide v2.3 and I notice it tells me how to send and receive IR messages. Now I reckon I could send messages between RCX's, but how can I send messages to a program running on my PC via the IR tower (assuming that's (...) (22 years ago, 25-Mar-03, to lugnet.robotics.rcx.nqc)
 
  BricxCC release 3.3.7.4
 
Version 3.3.7.4 fixes a bug where editing large files was extremely slow. If you thought editing large files was slow in BricxCC you may want to try this new release. It is now significantly faster. Users with low-end machines may see a speed (...) (22 years ago, 25-Mar-03, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.legos, lugnet.robotics.rcx.nqc, lugnet.robotics.spybotics)
 
  Would Like Recommendations for a PDA....
 
Hi All, [Just fyi, this is my first post to Lugnet so if anything seems amiss, please let me know :) ] I'm in the market for a PDA so I can work on my NQC programming as well as word processing. I have looked at a few of the Pocket PCs, such as the (...) (22 years ago, 17-Mar-03, to lugnet.robotics.palm, lugnet.robotics, lugnet.robotics.rcx.nqc, lugnet.robotics.rcx)
 
  Re: NQC IDE
 
(...) There are several NQC IDEs already - some even written in VB. What is your purpose in wanting to write your own? Are there specific features missing from existing IDEs that you are looking for? John Hansen (URL) (22 years ago, 10-Mar-03, 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