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 / *8490 (-20)
  LEGO Tower API and Filenames
 
All, I've been messing with the tower API and have discovered what I think is an error in the docs... Fisrt off, the API help file tells us to open "\.\LEGOTOWERx" In fact, the file name must look like this: "\\.\LEGOTOWERx" Even worse, the filename (...) (21 years ago, 4-Feb-04, to lugnet.robotics, lugnet.robotics.rcx.pbforth)
 
  RE: Problem with rcxTcl.exe and the USB IR tower
 
(...) I fanlly got a spare machine with a fresh Win98 install, and then I installed the LEGO tower driver. Sure enough, rcxTcl.exe does not find the USB tower.... So I have some investigating to do. Ralph (21 years ago, 3-Feb-04, to lugnet.robotics.rcx.pbforth)
 
  RE: QuiteC IR interfacing to lego firmware IR
 
(...) Not knowing EXACTLY what is going on with QuiteC, I can only offer some suggestions.... The 0x55 to 0x5D might just be IR warmup goofiness. As far as I know, the RCX really only looks for the FF 00 Not sure what happened to the F7 and 08, but (...) (21 years ago, 3-Feb-04, to lugnet.robotics.rcx)
 
  Re: Cannot receive with LNP.
 
(...) Ok cool !! Can you make a report after make this work ? nanobapt (21 years ago, 3-Feb-04, to lugnet.robotics.rcx.legos)
 
  Re: How does?
 
(...) lnp_integrity_byte is called from the function rx_handler in lnp-logical.c Bye! Gerard. (21 years ago, 3-Feb-04, to lugnet.robotics.rcx.legos)
 
  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)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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