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 / 1171 (-20)
  Strange happenings
 
I'm using NQC 2.3r1 with the following code bit. task Fidget() //The Fidget task { while (true) { Wait (FidgetTime); Fwd (OUT_B); OnFor (OUT_B,100); HeadPos = 1; Wait (FidgetTime); Rev (OUT_B); OnFor (OUT_B,100); HeadPos = 0; Wait (FidgetTime); Rev (...) (23 years ago, 12-Jul-01, to lugnet.robotics.rcx.nqc)
 
  Re: Firnware 2.0 and RCXCC
 
Hi Rob, You can get the original version of RCXCC to support the RCX2 firmware. The main change is to add the following line to your autoexec.bat: SET NQC_OPTIONS=-TRCX2 Of course, you also need the new firmware and a version of NQC that supports (...) (23 years ago, 10-Jul-01, to lugnet.robotics.rcx.nqc)
 
  Re: RCXcc Missing "disconnect commport"
 
hi John, thanks for your fast respons, just what I needed (at this moment ;-)) (...) best regards, Stef Mientki (23 years ago, 9-Jul-01, to lugnet.robotics.rcx.nqc)
 
  Firnware 2.0 and RCXCC
 
Hi Everyone, Like the subject says, I am looking for some info on using the new firmware with RCXCC. Up until now, I have found the old version of NQC written by Mark Overmars to be more than enough for what I need. Just recently, though, I built a (...) (23 years ago, 9-Jul-01, to lugnet.robotics.rcx.nqc)
 
  Re: RCXcc Missing "disconnect commport"
 
(...) I just uploaded a new zip containing version 3.2.9.7 of RcxCC which now has a menu option available to disconnect the COM port. I'm considering adding COM Automation support to RcxCC so that much of its functionality can be scripted. If anyone (...) (23 years ago, 9-Jul-01, to lugnet.robotics.rcx.nqc)
 
  Re: RCXcc Missing "disconnect commport"
 
(...) Sorry about that, Stef. I'll put that menu option back in today. Thanks, John Hansen (23 years ago, 9-Jul-01, to lugnet.robotics.rcx.nqc)
 
  RCXcc Missing "disconnect commport"
 
hi John (Hansen or Binder ?) I used your RCXcc a few times, but I'm missing a very essential command (which was available in the orginal Mark Overmars RCXcc) "disconnect the commport". I can work around it, but this command could make things easier. (...) (23 years ago, 8-Jul-01, to lugnet.robotics.rcx.nqc)
 
  Version 1.2 of the NQCEditor & RCXControl Released! (For PocketPC MIPS & ARM)
 
Version 1.2 of the NQCEditor & RCXControl Released! This is the Rainer Keuchel Version. This is for the PocketPC PPC and HPC. MIPS and ARM supported! It's located here: (URL) features including the ability to download firmware, compile, download, (...) (23 years ago, 20-Jun-01, to lugnet.robotics.rcx.nqc, lugnet.robotics, lugnet.robotics.rcx)
 
  Iteresting thread to work in progress on Porting NQC to PocketPC
 
(URL) it seems that the WinCE/PocketPC builds are not being updated. I find this hard to believe as the portable units make field programing a breeze! Dean -- Dean's Lego Workshop: (URL) Lego Club: (URL) (23 years ago, 14-Jun-01, to lugnet.robotics.palm, lugnet.robotics.rcx.nqc)
 
  Re: Music with Lego
 
KOS> If I try to have my RCX1.0 playing these 11 notes, it will only play approx. 7 KOS> of them. It seems like if a buffer is running full or something... KOS> If I put in some waiting, it works all fine Hi, that's because this is the way it works. (...) (23 years ago, 6-Jun-01, to lugnet.robotics.rcx.nqc)
 
  Music with Lego
 
If I try to have my RCX1.0 playing these 11 notes, it will only play approx. 7 of them. It seems like if a buffer is running full or something... task main() { PlayTone(262, 40); PlayTone(294, 40); PlayTone(330, 40); PlayTone(349, 40); PlayTone(392, (...) (23 years ago, 6-Jun-01, to lugnet.robotics.rcx.nqc)
 
  Re: RcxCC Font problem
 
(...) That worked. Thanks a lot. (...) No problem for me. I only use my font in regular style. Marc Klein Marc Klein A Mindstorms fan. (23 years ago, 22-May-01, to lugnet.robotics.rcx.nqc)
 
  New Version: MacNQC 2.2.3
 
Hi All, I just put up version 2.2.3 of MacNQC. The changes are: * Added a menu to select which program slot the code is to be downloaded into. * Added command in the editor to shift text left or right on tab space. * Fixed a memory corruption (...) (23 years ago, 22-May-01, to lugnet.robotics.rcx.nqc)
 
  Re: RcxCC Font problem
 
(...) Thanks! It's been a lot of fun working on it in my spare time lately. I'm glad that a few people have found it worthwhile. (...) I've dug around in the code to try and figure out what is going on here and I think I understand the problem now. (...) (23 years ago, 22-May-01, to lugnet.robotics.rcx.nqc)
 
  RcxCC (again)
 
I'm embarassed to admit that I've posted yet another revised version of RcxCC to my website. Version 3.2.9.0 further extends the graphing ability I added in over the course of the two previous revisions. In this release it is possible to display a (...) (23 years ago, 21-May-01, to lugnet.robotics.rcx.nqc)
 
  RcxCC Font problem
 
First, thanks a lot to continue the developpment of RcxCC. Your program is great ! I have a little problem with your program. I made a font for my own purpose (small, readable, all characters different). This font is not display correctly in your (...) (23 years ago, 20-May-01, to lugnet.robotics.rcx.nqc)
 
  Re: Another new RcxCC version
 
hi John, (...) RCXcc / reset worked fine, that's a lot more extended then the orginal RCXcc ! (...) At the moment I'm building such an implementation, the main program is a kind of oscilloscope and the launched application is a controler for a (...) (23 years ago, 20-May-01, to lugnet.robotics.rcx.nqc)
 
  Re: Another new RcxCC version
 
(...) I'm guessing the problem with templates is a registry problem. If you are comfortable with editing your registry you might check for a Templates key under HKEY_CURRENT_USER\So...CC\version 3.2\. If that key exists but it contains no string (...) (23 years ago, 20-May-01, to lugnet.robotics.rcx.nqc)
 
  Re: Another new RcxCC version
 
hi John, looks good, but I can't use it yet. The main problem I have is that I can't see my templates. At once I found them, a window 10 pixels win width and 25 pixels in height, and I can't get it bigger. Am I doing something wrong ? Very nice (...) (23 years ago, 19-May-01, to lugnet.robotics.rcx.nqc)
 
  Another new RcxCC version
 
Rather than postpone this upload until I'm completely done with the feature, I decided to make it available for anyone interested since I think it is turning out to be very nice. I've just posted version 3.2.7.3 of RcxCC (with the latest source) to (...) (23 years ago, 18-May-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