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 / 1161 (-20)
  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)
 
  Re: New RcxCC page
 
(...) 1) Enhanced watch window with counters (for RCX2 & Scout). Watching the Scout now mostly works. I'm still trying to find out how to poll the timers on the Scout. 2) New Remote dialog that is closely modelled after the Lego Remote (works with (...) (23 years ago, 17-May-01, to lugnet.robotics.rcx.nqc)
 
  Re: MindScope, watch sensors/vars/timers in a graph
 
hi All, Version 1.0 is released and sources are published. Major improvements: - fast sampling ( 1 channel = 50 Hz / 2 channels = 33 Hz / 3 channels = 23 Hz / 4 channels = 18 Hz) - no spirit.ocx required - some bugs fixed have fun with it ! (...) (...) (23 years ago, 15-May-01, to lugnet.robotics.rcx.nqc)
 
  New RcxCC page
 
I finally whipped together a very simple web page for my revised RcxCC. You can find it at: (URL) Hansen (23 years ago, 15-May-01, to lugnet.robotics.rcx.nqc)
 
  Re: Another RcxCC revision
 
hi John, Fantastic that you released your sources !! That's a good reason for me to try and test your program. I haven't found the time to do it. Also I'll try to compile your sources and look into them. I'll let you know my experiences. (...) met (...) (23 years ago, 12-May-01, to lugnet.robotics.rcx.nqc)
 
  Another RcxCC revision
 
I just uploaded another revised rcxcc.zip file to my website. (URL) isn't changed significantly from the version I uploaded last night. I cleaned up the source code and removed obsolete references to units that aren't used now that I've abandoned (...) (23 years ago, 12-May-01, to lugnet.robotics.rcx.nqc)
 
  Re: NQC's RCX Communication Code
 
(...) You'll need a bunch of files from the rcxlib directory (primarily RCX_Link.cpp, which implements the communication protocol). You'll also need the serial interface code which resides in platform/PSerial_unix.cpp (plus a few include files in (...) (23 years ago, 12-May-01, to lugnet.robotics.rcx.nqc)
 
  NQC's RCX Communication Code
 
Hi- This message is probably only answerable by Dave, but someone else might know the answer. I'm trying to build a GNOME (a linux GUI) application for controlling the RCX, ala the tools menu of RCXcc. Anyway, I wanted to know what files I would (...) (23 years ago, 12-May-01, to lugnet.robotics.rcx.nqc)
 
  Re: NQC vs Spirit communication speed
 
(...) I knew Scout didn't support the opcode, but overlooked the Cybermaster case. I'll fix it for NQC as well. The return value for an unsupported opcode doesn't really matter since nothing is going to come back anyway, so predictive will fail no (...) (23 years ago, 12-May-01, to lugnet.robotics.rcx.nqc)
 
  Re: NQC vs Spirit communication speed
 
(...) I made PredictReplyLength a member of the RCXLink class so it can return a different value for case 0x20 (it returns 20 if the Target is Cybermaster and 0 if it is Scout - since the Scout doesn't support that opcode). Of course, in Object (...) (23 years ago, 11-May-01, to lugnet.robotics.rcx.nqc)
 
  Re: NQC vs Spirit communication speed
 
(...) Correct - dynamic timing is turned off when predictive is being used (which is the default). Predictive is relatively new, and I wasn't sure which code you started with (or how you ported/used it), so that's why I explained the dynamic timing. (...) (23 years ago, 11-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