To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcxOpen lugnet.robotics.rcx in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / *8475 (-20)
  Re: Cannot receive with LNP.
 
(...) I never seen the adressing message work .... Try to search if you have the good adress setup in the lnp_adressing_write function. nanobapt (21 years ago, 30-Jan-04, to lugnet.robotics.rcx.legos)
 
  MacNQC 4.0b1 Announcement
 
Hi All, I've uploaded MacNQC 4.0b1. New features are: * RCX Simulator. * Added a Memory Map Panel. * Updated NQC to 3.0a1. If you would like to test it, it can be found at (URL) comments, or feature requests for the next version can be sent to (...) (21 years ago, 28-Jan-04, to lugnet.robotics.rcx.nqc)
 
  Re: BricxCC release 3.3.7.7
 
(...) Upon further review, it would appear that (at least on my machine and one other that I have heard about) the new release of BricxCC (3.3.7.7) does, in fact, correctly download the brickOS firmware. My previous tests were using an old copy of (...) (21 years ago, 30-Jan-04, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.legos, lugnet.robotics.rcx.nqc, lugnet.robotics.spybotics)
 
  Re: WORDLIST
 
(...) There used to be:-) My code was written for pbforth 1.x which turned to be incompatible with 2.x (I've been out of contact with pbForth for some time and only recently got my RCX back). My fault for not testing it on the current version. Mea (...) (21 years ago, 30-Jan-04, to lugnet.robotics.rcx.pbforth)
 
  Re: WORDLIST
 
(...) On a plain pbForth system I get errors when trying to load this code. What do you mean by "wordlist extensions required"? Is there source code available somewhere which adds the wordlist extensions to pbForth? My pbForth doesn't know about (...) (21 years ago, 30-Jan-04, to lugnet.robotics.rcx.pbforth)
 
  Cannot receive with LNP.
 
Hi list! my name is Gerard and I'm working with BrickOS over the lego mindstorms. My problem with LNP is that it seems not to be receiving anything. After having installed the handlers on both sides (pc and rcx) no one seems to receive anything. On (...) (21 years ago, 30-Jan-04, to lugnet.robotics.rcx.legos)
 
  Re: IR problems
 
(...) Ralph, one more question. Are there conditions where the word EKEY would wait for input (like KEY)? It seems to happen in my program. Thanks (21 years ago, 29-Jan-04, to lugnet.robotics.rcx.pbforth)
 
  Re: WORDLIST
 
(...) Hi I've tried to reproduce your code but Bricx has a limit on its line length. Is there an easy way round this problem or do I have to split the longer word definitions. David Liddell. (21 years ago, 28-Jan-04, to lugnet.robotics.rcx.pbforth)
 
  Re: Problems with if-close with phantom.dll
 
(...) Hi!! are you italian??so am I :) (...) phantom.dll control ( a replacement of spirit.ocx) used in a visual c++ mfc application (...) I had already tried this.. it doesn't work.. I was wondering if there is a problem with the if function! thank (...) (21 years ago, 28-Jan-04, to lugnet.robotics.rcx)
 
  Re: Problems with if-close with phantom.dll
 
Hi Valeria, (...) I can't understand the language you are using, but, as far as I know, in many other languages for the RCX you have to wait for the PlayTone to complete before exiting the task. Probably you need to insert a Wait instruction, your (...) (21 years ago, 28-Jan-04, to lugnet.robotics.rcx)
 
  Re: NQC's future
 
(...) Very! I don't expect to use the game data often, but it would be nice to have the option of having it available or not. thanks for the great work! (21 years ago, 28-Jan-04, to lugnet.robotics.rcx.nqc, lugnet.robotics.spybotics)
 
  Re: Further Adventures with Assembler
 
(...) Got it. I just converted my whole program from C++ to C, and then it stopped whining. (21 years ago, 28-Jan-04, to lugnet.robotics.rcx.legos)
 
  Re: IR problems
 
(...) Thanks Ralph. I'll try this. I might have followed the wrong track but I got to this 'test program' trying to solve the problem I have in my 'real' program: I'm writing a PbForth version of the Trailerbot (Luis Villa, Extreme Mindstorms). The (...) (21 years ago, 28-Jan-04, to lugnet.robotics.rcx.pbforth)
 
  Re: Further Adventures with Assembler
 
(...) Yeah... that was me being stupid. The types are all correct in the program. I tried compiling without the .b and .w's, just to be sure and it's the same error. The arrays that cause the problem are of type const char. There's three that have (...) (21 years ago, 27-Jan-04, to lugnet.robotics.rcx.legos)
 
  Re: Further Adventures with Assembler
 
(...) The line above should produce an error because you are specifying a byte move into a word register. The fact that it doesn't always cause an error makes me think there's something flakey (in the assembler) in the way instruction operand sizes (...) (21 years ago, 27-Jan-04, to lugnet.robotics.rcx.legos)
 
  Further Adventures with Assembler
 
Just wanted to thank everyone again for the help on assembler. I've been very successful and managed to greatly increase the speed of a critical portion of my program. However, I'm still having a very bizarre issue: In the middle of an assember (...) (21 years ago, 27-Jan-04, to lugnet.robotics.rcx.legos)
 
  Re: problem wirh downloading demo program
 
The program "dll" attempts to delete the program in the slot on the RCX that the new program will be placed. It does this every time, because, it doesn't know if a program is there or not (better safe than sorry). The fact that you are getting this (...) (21 years ago, 26-Jan-04, to lugnet.robotics.rcx.legos)
 
  Re: problem wirh downloading demo program
 
(...) This error indicate that the program don't download succefully the program ... turn on RCX ;-) or see if you can acess to the right COM name or sotmething like that nanobapt (21 years ago, 26-Jan-04, to lugnet.robotics.rcx.legos)
 
  problem wirh downloading demo program
 
Hi, I tried to download the hello-world demo-program after downloading legos for the first time. It failed with the message "delete program failed". What program should be deleted, there is none! Anne (21 years ago, 26-Jan-04, to lugnet.robotics.rcx.legos)
 
  Problems with if-close with phantom.dll
 
Hi to everyone, it's the first time for me on lugnet newsgroup. I was wandering wether you can help me!! I have troubles with "If" function... maybe it's my fault, but when I write a very very simple task (made so simple in order to understand where (...) (21 years ago, 26-Jan-04, to lugnet.robotics.rcx)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR