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 / *2530 (-20)
  Re: lnp communication question
 
Remember the medium... cheap IR basically stinks for transmission. You get transients from the lights in your room, the outdoors, yadda, yadda. Luis (wishing for RF like the Europeans get ;) (...) ---...--- "Going to California with an aching in my (...) (24 years ago, 17-May-00, to lugnet.robotics.rcx.legos)
 
  Re: New pbForth GUI
 
(...) Just to confirm that, I successfully installed the GUI in my NT system (NT4.0 Build 1381, SP 5) following Jeff's procedure. It works great, no need of the giveio driver, no problems with the COM port though not having the Admin rights. Thanks (...) (24 years ago, 17-May-00, to lugnet.robotics.rcx.pbforth)
 
  RE: New pbForth GUI
 
Jeff wrote... (...) Thanks Jeff, I was worried it might be taken the wrong way after I posted it... (...) I've snipped the rest of the description, but the result is that it works without the giveio driver, if I understand correctly. This is VERY (...) (24 years ago, 17-May-00, to lugnet.robotics.rcx.pbforth)
 
  Re: lnp communication question
 
(...) This suprises me. I have never heard of such high packet losses. How does dll do this? With some kind of ack and retry mechanism? dll seems reliable. Of course dll is going in the other direction. (24 years ago, 17-May-00, to lugnet.robotics.rcx.legos)
 
  RE: New pbForth GUI
 
Ok, Ok, I'm an idiot....this is such a polite group that no one ever says RTFM ;>) Well, you did Ralph, but very, very nicely.... This GUI works great in NT (NT4.0 SP3), with very little work (once you start to think). Download and unzip TclTk ( I (...) (24 years ago, 17-May-00, to lugnet.robotics.rcx.pbforth)
 
  Re: lnp communication question
 
You just pass an array and give the length, to send it. In theory you can send packets with a size up to 255 bytes (look in this group, the info is in here somewhere), but sending 1 byte has a packet loss of aprox. 1% and 4 bytes aprox. 10%, over (...) (24 years ago, 17-May-00, to lugnet.robotics.rcx.legos)
 
  Re: RCX AC adapter
 
Except when, as has been said before, you get a really good short. (That is the "You could" part - it's still the load that's key, as you say.) Dennis (...) -- Dennis Williamson - Certified Y2K Complacent Bad News: The next millenium starts on a (...) (24 years ago, 17-May-00, to lugnet.robotics.rcx)
 
  Re: RCX AC adapter
 
If you're talking about a _Lego_ 9V train, it's the same adaptor. Dennis (...) -- Dennis Williamson - Certified Y2K Complacent Bad News: The next millenium starts on a Monday. Good News: You get the day off. (remove .NO and SPAM. to reply) (24 years ago, 17-May-00, to lugnet.robotics.rcx)
 
  Re: RCX AC adapter
 
(...) The current is determined by the load, not by the source. You could hook the RCX to a 9v 60A supply and it would be fine. (24 years ago, 17-May-00, to lugnet.robotics.rcx)
 
  RE: New pbForth GUI
 
(...) Yup, it's your COM port. Rather than put it in a dialog, which is THAT much more code to write and DEBUG, I've put it in rcxoption.tcl - which you would know if you read the installation notes on the web page...:-) (...) Thanks for more (...) (24 years ago, 17-May-00, to lugnet.robotics.rcx.pbforth)
 
  RE: New pbForth GUI
 
I poked about a bit also and found: (URL) 3.html This is one source of both givio.sys, and the instdrv.exe which will register the giveio.sys as a system device driver. Instdrv is a console app which has been adapted from the Microsoft DDK version. (...) (24 years ago, 17-May-00, to lugnet.robotics.rcx.pbforth)
 
  Re: local variables
 
(...) I think you're confusing the issue a little bit. LegOS only initializes GLOBAL variables when the program is loaded. So, for example, a global variable declared like: int foo = 4; Will only be initialized to 4 when the program is loaded. If (...) (24 years ago, 17-May-00, to lugnet.robotics.rcx.legos)
 
  Re: RCX AC adapter
 
I've used my AC adapter from my 9V trains and I've had no problems. I think you can you any old adapter just make sure that you don't put too much current into the RCX or bye,bye.... E-mail lego about it, I did once to find out how much current the (...) (24 years ago, 17-May-00, to lugnet.robotics.rcx)
 
  RCX AC adapter
 
Maybe a stupid question, Is there any reason why I can't use any old 9v AC adapter for my RCX? Thanks, Bob (24 years ago, 16-May-00, to lugnet.robotics.rcx)
 
  RE: New pbForth GUI
 
Jeff Hazen wote: (...) Me too. I got tired of dinking around with HyperTerminal... I'm not sure at all about an NT installation, so I'm hoping some others will step in here... (...) No, If you unzip the distribution, there should be a .lnk file (...) (24 years ago, 16-May-00, to lugnet.robotics.rcx.pbforth)
 
  local variables
 
Hi! I read that legOS only declared varibles the first time the program is run. Does this mean I cannot use local variables. I have loops in different functions using 'i' as looping variable, which is locally declared. Should I avoid this? Tobias (24 years ago, 16-May-00, to lugnet.robotics.rcx.legos)
 
  RE: New pbForth GUI
 
This is a great idea, Ralph. I've wanted to just fool around in pbForth, but have been intimidated by the apparent front-end learning curve. I'm a mechanical guy, I don't do TclTk, Gnu, etc., I've been spoiled by GUI front ends and install programs. (...) (24 years ago, 16-May-00, to lugnet.robotics.rcx.pbforth)
 
  Re: proposed new word for deleting pbforth
 
(...) As a guess the following string tells the ROM that there is valid firmware. This might need to be stepped on before jumping to the reset vector. .string "Do you byte, when I knock?" (24 years ago, 16-May-00, to lugnet.robotics.rcx.pbforth, lugnet.robotics.rcx)
 
  Re: lnp communication question
 
(...) So the length-argument tells lnp_integrity_write how many bytes to send? Doesn't that mean that it would be possible to send an array consisting of many integers, for example? How would this be done? (...) We plan to build a six-legged lego (...) (24 years ago, 16-May-00, to lugnet.robotics.rcx.legos)
 
  winlegos compiler problem
 
I am trying out the lnp functionality with addressing and such, and of course I had to recompile the legos kernel. That, in itself, seemed to go without a hitch, but when I later tried to compile one of the demo programs, this is what I got. djecho (...) (24 years ago, 16-May-00, to lugnet.robotics.rcx.legos)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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