To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcx.legosOpen lugnet.robotics.rcx.legos in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / legOS / *1949 (-20)
  Re: Fix for remote patch
 
(...) I'll post a diff eventually, but in the meantime, just apply the remote patch from sourceforge, open util/dll-src/rcxtty.c, find the following block, and make the changes to the two lines marked //!!! // Serial settings FillMemory(&dcb, (...) (23 years ago, 21-Jul-01, to lugnet.robotics.rcx.legos)
 
  Re: Fix for remote patch
 
(...) Hi, Its good to know that there is a bug and that there is someone who knows how to fix it. Could you maybe send me some sample code for the rcx and the win32 side ? I dont want anything special just a few lines of code for each side (rcx and (...) (23 years ago, 21-Jul-01, to lugnet.robotics.rcx.legos)
 
  Re: LegOS, WIN98 & Cygwin 1.3.2
 
Nice to be appreciated :-) Running the command 'strip -s *.exe' for each directory containing .exe files reclaims considerable disc space, by removing dubugging information which is embedded in the .exes. P.S. I did briefly experiment with a mingw (...) (23 years ago, 21-Jul-01, to lugnet.robotics.rcx.legos)
 
  Fix for remote patch
 
The remote patch on the sourceforge website is slightly broken on Win32. (The necessary code changes have been made in a Linux only section, but the Win32 bit is untouched. The problen is util/rcxtty.c, which does not set the correct (odd) parity (...) (23 years ago, 21-Jul-01, to lugnet.robotics.rcx.legos)
 
  LegOS, WIN98 & Cygwin 1.3.2
 
Hello, Well after a week of head beating, cursing, downloads and chicken waving AND a great deal of help from Max Bowsher (this last bit was actually the most useful :-) I finally have legOS up and running with the above setup. Had I followed Max's (...) (23 years ago, 21-Jul-01, to lugnet.robotics.rcx.legos)
 
  sample code for the remote patch (pc side)
 
Hi, is anybody using the remote patch ? I d be glad if anybody could post or send me some sample code for the pc-side where remote messages are send to the RCX. Thanx, Olaf Christ (23 years ago, 20-Jul-01, to lugnet.robotics.rcx.legos)
 
  Re: Hardware Hacking of RCX
 
Roy Wood wrote: (snip) (...) (snip) Hmm... Heres one idea that'll look REALLY good on your resume :) Asymmetric Multiprocessing: RCX -> Basic Stamp 2p40 Use the RCX to communicate with a Parallax Basic Stamp. You can use a 5v regulator and control (...) (23 years ago, 19-Jul-01, to lugnet.robotics.rcx.legos)
 
  Re: Hardware Hacking of RCX
 
(...) Hi, if want to use more sensors, then you might wanna look at (URL) a look at "3 Sharps using 1 input", heat up your soldering iron and have fun. Olaf Christ ---...--- If knowlege is power, how come the more I learn, the more I realize how (...) (23 years ago, 19-Jul-01, to lugnet.robotics.rcx.legos)
 
  Hardware Hacking of RCX
 
Considering that LegOS talks directly to the hardware, this seems like a good place to ask the following questions. I am yet again frustrated at having only three inputs and three outputs on my RCX, and am wondering at the possibility of hacking the (...) (23 years ago, 18-Jul-01, to lugnet.robotics.rcx.legos)
 
  Setup of winlnp
 
Hello, I'm having problems setting up winlnp and getting it to work. I have downloaded, compiled and utilized legos 0.2.5 successfullyand have downloaded and compiled the winlnp visual c++ package. But i haven't found any thorough documentationon (...) (23 years ago, 18-Jul-01, to lugnet.robotics.rcx.legos)
 
  Re: CVS
 
(...) Recently sourceforge decided to get rid of the mixed case identifiers. You should use this CVSROOT: cvs -d:pserver:anonymous...root/legos login But it is still "co legOS" to checkout the sources Jochen (23 years ago, 17-Jul-01, to lugnet.robotics.rcx.legos)
 
  Re: Problems installing in Win98
 
Thanks for the info. I'm downloading the sources for binutils and gcc even as I write this. I'll let you know how it turns out. regards (23 years ago, 16-Jul-01, to lugnet.robotics.rcx.legos)
 
  Re: Problems installing in Win98
 
(...) You will need both source and binary tarballs of gcc and binutils, from the CygWin setup utility. You may also need autoconf, automake, flex, yacc, bison etc. -- or not, I don't know. They were installed when I did my build. You should also (...) (23 years ago, 16-Jul-01, to lugnet.robotics.rcx.legos)
 
  Suggested Makefile Changes
 
'make realclean' causes a rebuild of .depend in legOS/util/dll-src. This is inconsistent with other places .depend files are used. dependency building in the lib branch of the tree is not triggered, and would use the old-style makedepend program, (...) (23 years ago, 16-Jul-01, to lugnet.robotics.rcx.legos)
 
  Re: Problems installing in Win98
 
(...) Thanks for the reply. I looked at your post, sorry I'm not able to comment on what files are needed, I'm just now getting into all this. How difficult was it doing the build on your machine? Could you post or send me the steps you followed or (...) (23 years ago, 16-Jul-01, to lugnet.robotics.rcx.legos)
 
  Re: Problems installing in Win98
 
Yes, it is possible. I have legOS running under Cygwin 1.3.2 (latest net release). I did, however, compile the cross compiler from source. See my post 'Toolchain for Cygwin 1.3.2 (latest)', dated 14/07/01 18:34, 2 posts before yours. Given that (...) (23 years ago, 16-Jul-01, to lugnet.robotics.rcx.legos)
 
  Re: Multiple source files
 
Hi, Assuming you have a.C and b.C, and you want to build b.lx, then the following Makefile fragment will work, if you patch your Makefile.user as given below. **** Begin Makefile Fragment **** all: b.lx # Specify all targets to build b.ds1 b.ds2: (...) (23 years ago, 16-Jul-01, to lugnet.robotics.rcx.legos)
 
  Problems installing in Win98
 
Hello, I am trying to install legOS on a WIN98 machine with cygwin 1.3.2. I am have problems with the cross compiler. I just noticed the statement on (URL) that the cross compiler was compiled against the older version of cygwin and that it won't (...) (23 years ago, 16-Jul-01, to lugnet.robotics.rcx.legos)
 
  CVS
 
Hi all I'm trying to get the latest code from the cvs root as anonymous. It doesn't seem to let me login using the anonymous. I'm following the instructions on the sourceforge page: cvs -d:pserver:anonymous...root/legOS login but it tells me (...) (23 years ago, 15-Jul-01, to lugnet.robotics.rcx.legos)
 
  'Erase legOS' keystrokes - Please correct docs
 
The 'hold Prgm, and press On-Off' sequence does not work for me. It is necessary to press On-Off *twice* whilst holding Prgm.If someone is unlucky enough not to decide to just press random buttons for a while, the might not figure this out. Great (...) (23 years ago, 14-Jul-01, 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