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 / *8485 (-20)
  QuiteC IR interfacing to lego firmware IR
 
Hi, QuiteC's IR facilities are rudimentary. They send and receive single bytes. I need to be able to make it send and receive lego IR protocol messages for opcode 0xf7. I'm not having much luck. When I send a 0xf7 opcode with a message of 0x03 (...) (21 years ago, 3-Feb-04, to lugnet.robotics.rcx)
 
  How does?
 
Hi, How does the lnp_integrity_byte function ever get invoked? I see it defined in kernel/lnp.c, and I see it referenced in boot/brickOS.lvs. Is there some magic to the number 0x9419 (0x8000+0x1414)? Is the ROM receiving a byte and then calling this (...) (21 years ago, 3-Feb-04, to lugnet.robotics.rcx.legos)
 
  Re: Cannot receive with LNP.
 
(...) Hi, For the moment I've achieved that the PC can receive from the rcx. I've done it commenting some error check from lnpd and it seems to work properly both the addressing and the integrity layer. Now I'm trying to do the other way (from pc to (...) (21 years ago, 3-Feb-04, to lugnet.robotics.rcx.legos)
 
  Re: Receiving messages on PC
 
Thanks! As soon as I get a chance, I'll try this out and let you know how it works. -Dave (...) (21 years ago, 31-Jan-04, to lugnet.robotics.rcx.nqc)
 
  Re: WORDLIST
 
(...) Lucky you! We had just some cm's and its all melting away today:( Ok, here's a new version of SEE, WORDS and friends for pbforth 2.x (tested on 2.1.5). First there are some words (Graphic? ... Head) which actually exist in pbforth, but without (...) (21 years ago, 31-Jan-04, to lugnet.robotics.rcx.pbforth)
 
  Re: Receiving messages on PC
 
(...) I have just posted MSGMON, a very rough (!!!) WIN32 command-line program that will receive one-byte messages from the RCX using a USB tower. This should get you started, although it will need a lot of work to make this into anything resembling (...) (21 years ago, 31-Jan-04, to lugnet.robotics.rcx.nqc)
 
  Re: IR problems
 
(...) I did not explain my problem properly but you got it anyway! I do use EKEY? before EKEY, but sometimes EKEY seems to block. Thanks for taking your time to look into this. As for the new word (wow!), in Forth-79, there was a word called ?KEY (...) (21 years ago, 31-Jan-04, to lugnet.robotics.rcx.pbforth)
 
  Receiving messages on PC
 
Hi, I'm sure this issue has come up before, but I can't find an answer to my exact question in the archives: Are there any utilities that can be used (preferably a Windows command line utility) to receive the messages sent by SendMessage()? Or any (...) (21 years ago, 30-Jan-04, to lugnet.robotics.rcx.nqc)
 
  RE: WORDLIST
 
I should help with this tooo, maybe this weekend. Sigh. We just got between 60cm and 90 cm of fresh snow, so snowboarding and shovelling will be the primary activities, unless the roads are closed - which does happen frequently... Ralph (...) (21 years ago, 30-Jan-04, to lugnet.robotics.rcx.pbforth)
 
  RE: IR problems
 
(...) EKEY always waits for input. Use EKEY? to see if anything is available... Looking at the source, I see that there is a possiblity that in the time between checking for a character with EKEY? and actually reading it with EKEY, that an error can (...) (21 years ago, 30-Jan-04, to lugnet.robotics.rcx.pbforth)
 
  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)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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