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 / *2044 (-100)
  Re: LegOS forced to use another name?
 
Having registered legOS.sourceforge.net (on Markus's word that TLG had given him permission to use the name), having run the last release of legOS, and having not heard anything from TLG myself, I can say that there are no plans in this corner of (...) (23 years ago, 10-Sep-01, to lugnet.robotics.rcx.legos, lugnet.robotics.rcx, lugnet.general, lugnet.mediawatch)
 
  Re: New patch for remote and message
 
Zhengrong: If you can get a login on sourceforge, and you can send me a patch to review quickly for style and content, I can give you write access to legOS CVS to add your code to the main CVS tree. Thanks for all the effort you've made; sorry I've (...) (23 years ago, 10-Sep-01, to lugnet.robotics.rcx.legos)
 
  Re: legOS - Which site?
 
(...) legOS.sourceforge.net is the canonical site for legOS and has been for more than a year. I've asked Markus to take down his site (since he does not keep up with the newer documentation or file releases) but he has not responded to my emails on (...) (23 years ago, 10-Sep-01, to lugnet.robotics.rcx.legos)
 
  Re: LegOS forced to use another name?
 
They can't possibly do that. According to many published accounts, TLC explicitly says that their product is not to be referred to as "legos" but rather as "LEGO brand building bricks". Therefore, TLC has given up rights to the use of the word (...) (23 years ago, 10-Sep-01, to lugnet.robotics.rcx.legos)
 
  RE: LegOS forced to use another name?
 
Ross crawford points to: (...) I can see their point too. As long as it's only about the name then I can't see anyone getting too upset. It's just a name, after all. But if it's about the replacement firmware, then I have more to worry about. So do (...) (23 years ago, 10-Sep-01, to lugnet.robotics.rcx.legos, lugnet.robotics.rcx, lugnet.robotics.rcx.pbforth)
 
  Re: RCX 3.0 and legOS 1.2.4
 
(...) Hmmmm. Sounds intrigueing. Call me a pessimist, but I'd be surprised if they released a 3.0 so soon after 2.0. And the comment about LegOS is stranger, given the article I just posted, and the fact that most of the developers are right here, (...) (23 years ago, 9-Sep-01, to lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
 
  LegOS forced to use another name?
 
Article here: (URL) TLC may be talking to Marcus Noga about his use of "LegOS" for the open-source operating system for the Mindstorms RCX (see last page). I can see their point. Personally, I think "NogOS" has a bit of a ring to it 8?) What does (...) (23 years ago, 9-Sep-01, to lugnet.robotics.rcx.legos, lugnet.robotics.rcx, lugnet.general, lugnet.mediawatch) ! 
 
  RCX 3.0 and legOS 1.2.4
 
LEGO company will release RCX 3.0 at the end of next year, it will have 6 input port and 6 output port, 20x200 dots LCD, CPU is H8/3294 with 32K ROM and 64K RAM, it has a power socket as RCX 1.0, and with a built-in speaker, you can play wav or mid (...) (23 years ago, 7-Sep-01, to lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
 
  New patch for remote and message
 
I made a new patch for remote control and standard firmware message communication, I defined three config constants in config.h: 1. CONF_REMOTE_CTRL: Remote control services, comment it if you don't use remote control. 2. CONF_MESSAGE: Standard (...) (23 years ago, 7-Sep-01, to lugnet.robotics.rcx.legos)
 
  Re: legOS - Which site?
 
(...) Version 2.5 from Sourceforge is the latest. (...) Installed it the other day using these instructions without any problems: (URL) only thing that varies from memory, was setting the environment variables. (...) Not sure, but I don't think so. (...) (23 years ago, 6-Sep-01, to lugnet.robotics.rcx.legos)
 
  legOS - Which site?
 
Hi, I'm still new to legOS, and the RIS come to that, and while looking for info on legOS came across both of these : (URL) seem to have different versions. Noga.de seems to have more up-to-date newsposts despite having an older version of legOS. (...) (23 years ago, 6-Sep-01, to lugnet.robotics.rcx.legos)
 
  Re: Why compiler can't find header file program.h?
 
I found the reason, there are two config.h, one is for kernel in boot directory, one is for dll in dll-src, they have different definition. Zhengrong (...) (23 years ago, 5-Sep-01, to lugnet.robotics.rcx.legos)
 
  Why compiler can't find header file program.h?
 
I add lines as below into lnp.c #ifdef CONF_PROGRAM #include <sys/program.h> #endif But I got error message when compile it. lnp.c:36: sys/program.h: No such file or directory In some lnp.c file, there are #ifdef CONF_VIS #include <dlcd.h> #include (...) (23 years ago, 5-Sep-01, to lugnet.robotics.rcx.legos)
 
  Instructions for LegOS USB support
 
A friend of mine recently bought the 2.0 RCX and sent me the following information regarding getting USB and LegOS to play nice. He did this on a Win2K system. I have the old 1.0 RCX so please don't ask me how to make this work. Here is his e-mail (...) (23 years ago, 4-Sep-01, to lugnet.robotics.rcx.legos)
 
  Re: tweaking around dlcd_show( )
 
(...) Due to an error of my news-reader I missed some answers to your original post. Probably mine is a little late. bye Bernardo e-mail: dibbe@freestation.it (23 years ago, 4-Sep-01, to lugnet.robotics.rcx.legos)
 
  Re: tweaking around dlcd_show( )
 
Thank you Bernardo. As I explained during the discussion with Martin, I decided to use rather arrays of functions. So now I've got my own functions like void Lcd4BotL(){ dlcd_show(LCD_4_BOTL); } and the use of the array with an index is now fully (...) (23 years ago, 4-Sep-01, to lugnet.robotics.rcx.legos)
 
  Re: tweaking around dlcd_show( )
 
(...) The macros LCD_?_* expand to two integers, separated by a comma; dlc_show() is a macro that expects one argument but uses it as an argument to macros expecting two arguments. I don't know exactly how this works, but it's to do with the order (...) (23 years ago, 3-Sep-01, to lugnet.robotics.rcx.legos)
 
  My seggiestion about remote control patach
 
I think remote control can be divided two parts: 1. defatk mode, if you user doesn't provide remote handler, the default hanlder will be called, key M1-M3 send standard message 1-3, A1-C1/A2-C2 increase/decrease 1 outport port a-c, P1-P5 run program (...) (23 years ago, 3-Sep-01, to lugnet.robotics.rcx.legos)
 
  Re: legos application downlod protocol
 
legOS has two download programs, firmdl3.exe for kernel, and dll.exe for user program, you can check source files /legOS/util/firmdl/rcx_comm.c and /legOS/util/dll-src/loader.c. You can find LNP in file /legOS/kernel/lnp.c and lnp-logical.c. Br (...) (23 years ago, 3-Sep-01, to lugnet.robotics.rcx.legos)
 
  legos application downlod protocol
 
Hi, I'm a developer for leJOS (a Java VM on the RCX) and I am interested in how legos applications are transfered from the PC to the RCX (basically because the leJOS mechanism seems to be fairly flakey and I'd rather not try to implement an entire (...) (23 years ago, 2-Sep-01, to lugnet.robotics.rcx.legos)
 
  dll: error deleting program
 
I've got legos version 0.2.5 and I get an error when I try to use the dll program. I've just installed the kernel and that seemed to go ok. Here's the output from dll: # ./dll --tty=/dev/ttyS1 -v -e ../code/helloworld.lx opening tty... KeepAlive (...) (23 years ago, 31-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: Remote control patch
 
I think you should modify that patch as (URL) it can't work correctly! Zhengrong (...) (23 years ago, 30-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: NQC SendMessage to legOS successful!
 
Congratulations! (...) (23 years ago, 28-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: NQC SendMessage to legOS successful!
 
Well, legOS send message to NQC is also successful! lnp_message_write(msg); is used in legOS. Zhengrong (...) (23 years ago, 28-Aug-01, to lugnet.robotics.rcx.legos)
 
  NQC SendMessage to legOS successful!
 
I hacked legOS and make NQC sending standard firmware message to legOS, you an see the test legOS and NQC program as below, NQC program send a random message and display it, legOS program receives that message and display it. But I can't implement (...) (23 years ago, 28-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: LEGO remote and LNP (legOS 0.2.4)
 
(...) (23 years ago, 28-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: LEGO remote and LNP (legOS 0.2.4)
 
I also combined the README, remote.c and remote.h in this patch, now a demo remote.lx can be downloaded to RCX, you can press any buttons of remote control, the "M1 on" will be displayed when pressed Message 1 on remote control, the "M1 off" will be (...) (23 years ago, 28-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: LEGO remote and LNP (legOS 0.2.4)
 
Thank you very much! I also found this problem at the moment, and I tested, it is ok! Zhengrong (...) (23 years ago, 28-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: LEGO remote and LNP (legOS 0.2.4)
 
(...) Are you using windows? Then try the attached patch. It is completely untested, as I have no windows to try on. Jochen --- legOS/util/dll-src/rcxtty.c Tue Aug 28 10:41:09 2001 +++ legOS/util/dll-src/rcxtty.c Tue Aug 28 10:42:13 2001 @@ -123,7 (...) (23 years ago, 28-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: LEGO remote and LNP (legOS 0.2.4)
 
Hi I found after used the remote control patch in legOS.sourceforge.net, the dll doesn't work, could you send me your patch? ZHengrong (...) (23 years ago, 27-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: Redhat 7 and legOS
 
I get the same error with 'makelx' as you describe. I'm running redhat 7.1 with the RPM's liked in the HOWTO. I would welcome any information leading to the resolution of this problem. Just to satisfy my curiosity, I may try to build the tools from (...) (23 years ago, 27-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: Remote control patch
 
Hi, Ross I tried the remote control patch in legOS 0.2.5, the compiling is ok and download kernel is also ok, but when I download demo program, never be successful, after tried to delete 4 times, dll stoped, it is no any problems before use remote (...) (23 years ago, 27-Aug-01, to lugnet.robotics.rcx.legos)
 
  remote patch in legOS.sourceforge.net only for 0.2.5
 
I found that remote patch is only for 0.2.5, not for 0.2.4, this is why I got error messages as below when compile demos. (...) (23 years ago, 27-Aug-01, to lugnet.robotics.rcx.legos)
 
  Compile error when make demos
 
After I ptached remote contrl patch, the kernel and utilities are compiled without problem, but when I tried to make demos, I got message as below, what happened? h8300-hms-ld: address 0xb03e of helloworld.ds1 section .text is not within region ram (...) (23 years ago, 27-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: tweaking around dlcd_show( )
 
(...) LCD_4_BOTL (...) I agree it's a bit bodgy. The one advantage is you only need to pass a single #define when calling it directly (OK not a huge advantage, but if you look at the values in the #defines, you'll see why it was done that way). But (...) (23 years ago, 27-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: tweaking around dlcd_show( )
 
(...) Since writing this, I have set up a LegOs build environment, so had a play with it. It doesn't seem very useful the way it is written. See my bit about it below. (...) I had a bit of a go doing this as well, and since I didn't know what the (...) (23 years ago, 27-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: tweaking around dlcd_show( )
 
(...) Nope - bit_set(0xef46,0x4) will work, but not dlcd_show(0xef46,0x4), as it needs only 1 parameter. (...) Choosing the types of the struct elements is the problem - these are passed to the h8's bset instruction. First, I tried void* & char, but (...) (23 years ago, 27-Aug-01, to lugnet.robotics.rcx.legos)
 
  EmuLegOS support for windows
 
The subject pretty much says it all. You'll need cygwin, and then it works. There is now LNP support for EmuLegOS on windows now due to the differences in the WinLNP API and the RCX LNP API. mark (23 years ago, 26-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: tweaking around dlcd_show( )
 
(...) Ooops! I obviously wasn't looking at it properly last night (only browsing through the zip file). As 'dlcd_show' is defined as a macro that takes one parameter, but uses it twice to each of BIT_OF and BYTE_OF, which in turn both take 2 (...) (23 years ago, 26-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: RIS2.0/legOS/linux and win98
 
(...) There are some japanese guys that did USB support for NQC under windows, it's rather simple (essentially open a device with a particular name). Under Linux it is just not clear how easy it is until somebody tries. (...) Here (France & Germany) (...) (23 years ago, 25-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: tweaking around dlcd_show( )
 
Thanks Martin, I tried this too but it doesn't work : progress.c:27: macro `dlcd_show' used with too many (2) args progress.c:27: macro `BIT_OF' used with just one arg progress.c:27: macro `BYTE_OF' used with just one arg The hint seems to fit two (...) (23 years ago, 25-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: Who can write a send_msg() and get_msg() in legOS for us?
 
I found there were three commands as below and a demo program tm-and-ir.c for standard IR communication before legOS 0.1.7, but now they exist no longer in legOS 0.2.4, I think these commands are very useful, can you reuse them, Luis? size_t (...) (23 years ago, 25-Aug-01, to lugnet.robotics.rcx.legos, lugnet.robotics.rcx)
 
  Who can write a send_msg() and get_msg() in legOS for us?
 
Can you write a pair of function to support standard firmware IR communiation between RCX and RCX or Remote control? They are send_msg() and get_msg(), it is easy to communicate between NQC and legOS, so we can use NQC if the program is very simple (...) (23 years ago, 25-Aug-01, to lugnet.robotics.rcx.legos, lugnet.robotics.rcx)
 
  Re: tweaking around dlcd_show( )
 
Hi, I haven't used LegOs (yet), but looking at the dlcd_show function, it expects 2 parameters. The defines are also for 2 parameters, so you would need to define and use it like this: int progressPattern[PATT...S_NB][2]={ {LCD_4_BOTL} , (...) (23 years ago, 25-Aug-01, to lugnet.robotics.rcx.legos)
 
  tweaking around dlcd_show( )
 
Hi all legOS users, need help about dlcd_* utilities I'd like to display on the lcd a sequence of digits: something like : dlcd_show (LCD_4_BOTL); lcd_refresh(); msleep(250); lcd_clear(); dlcd_show (LCD_4_TOPL); lcd_refresh(); msleep(250); (...) (23 years ago, 25-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: Love the new Music capability with the new firmware!
 
(...) You need an excuse??????? 8?) ROSCO (23 years ago, 24-Aug-01, to lugnet.robotics, lugnet.robotics.rcx.pbforth, lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
 
  Re: How to communication between RCXs without PC?
 
I searched LugNET news for "legos send message" and came up with at least these two promising threads: (...) (23 years ago, 24-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: Love the new Music capability with the new firmware!
 
(...) The 2.0 Firmware has been out for ages. It's fully useable on the 1.0, 1.5's. Dean -- Dean Husby LUGNET Member #320 TFM's LEGO Workshop - www.akasa.bc.ca/tfm The Vancouver LEGO Club - www.akasa.bc.ca/vlc/ (23 years ago, 24-Aug-01, to lugnet.robotics, lugnet.robotics.rcx.pbforth, lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
 
  RE: Love the new Music capability with the new firmware!
 
(...) That IS cool. Now the problem is to figure out if this new feature was implemented using the exisiting ROM or if the entry points have changed. Has anybody tried to run legOS or pbForth on the new RCX 2.0? (Maybe I can use this as an excuse to (...) (23 years ago, 24-Aug-01, to lugnet.robotics, lugnet.robotics.rcx.pbforth, lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
 
  Re: How to communication between RCXs without PC?
 
You know I had finished my control program in NQC, it is not so simple, but I need to control LEGO Train in smooth speed, NQC is limitation, so I want to use legOS for one of RCX, could you give me some hints for sending/receiving NQC style message (...) (23 years ago, 24-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: How to communication between RCXs without PC?
 
(...) As far as I know, it is not possible to communicate between legOS and NQC using LNP. I think it would be possible to directly drive the IR port from your own code to send and recieve NQC-style communications, but the ability isn't built into (...) (23 years ago, 24-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: How to communication between RCXs without PC?
 
Thanks a lot, Michael. Is it possible to commucate between two RCXs and one uses legOS and another one uses NQC? I will read them, but could you give me a simplest sample here? (...) (23 years ago, 24-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: How to communication between RCXs without PC?
 
(...) Yes. Read the HOWTO section on LNP, which stands for legOS Networking Protocol. If you have any questions the HOWTO doesn't answer, feel free to ask here. (23 years ago, 24-Aug-01, to lugnet.robotics.rcx.legos)
 
  How to communication between RCXs without PC?
 
I am thinking to convert NQC program to legOS, but I am not sure how to communicate between RCXs without PC (similar as SendMessage() and Message() in NQC), does anyone have experience? Zhengrong (...) (23 years ago, 24-Aug-01, to lugnet.robotics.rcx.legos)
 
  where to look for in the legos source? gcc2.95.2 and win200?
 
I found in the linux pcmcia forum, that the serial pcmcia card from Socket Communications, which I want to use to download programs to rcx, sets the speed internally four times faster then expected. Is there a possibility in the firmdl3 and (...) (23 years ago, 23-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: problems with legos on notebook
 
Hallo Ross! I found in the linux pcmcia forum, that the socket pcmcia card, which I am using, sets the speed internally four times faster then expected. Is there a possibility in the firmdl3 and dll-source to divide the speed for the serial port by (...) (23 years ago, 23-Aug-01, to lugnet.robotics.rcx.legos)
 
  Can legOS send/receive message?
 
I checked all commands of legOS, but I can't find any commands for message, may I use message in legOS? Zhengrong (23 years ago, 23-Aug-01, to lugnet.robotics.rcx.legos)
 
  EmuLegOs lives again
 
EmuLegOs now supports LegOS 0.2.4 API Those who have been on the list for awhile may remember the LegOS emulator EmuLegOs, which lets you run and debug your LegOS programs on your PC. It had not been actively maintained since LegOS 0.1.x. I've (...) (23 years ago, 21-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: Convert NQC to legOS
 
(...) If it could take an NQC program and convert it, ready to go, into LegOS. That would be very cool. Many of us just don't understand C very well and to be able to just tweak our progs for the better power and speed would be very welcome. But (...) (23 years ago, 21-Aug-01, to lugnet.robotics.rcx.legos, lugnet.robotics.rcx.nqc)
 
  Convert NQC to legOS
 
I have been thinking about how to convert NQC program to legOS program when I found standard firmware only supports 8 levels output, but legOS can support 255 levels. I wanted to write the converting software by myself, but I don't have enough time (...) (23 years ago, 21-Aug-01, to lugnet.robotics.rcx.legos, lugnet.robotics.rcx.nqc)
 
  Re: RIS2.0/legOS/linux and win98
 
Hey, I have the same question! I've been driving myself crazy for the last few days trying to find some information on the subject. I sent an e-mail to Markus Noga, the author of LegOS and he said it doesn't support USB, only serial. I cant even (...) (23 years ago, 20-Aug-01, to lugnet.robotics.rcx.legos)
 
  RIS2.0/legOS/linux and win98
 
Hello folks. Just got my RIS2.0 from Target and installed the Lego GUI based thing. I've also installed legOS in Win98 and linux and I'm getting ready to start hacking but I have a few questions. (1) Does anybody have experience with the USB tower (...) (23 years ago, 20-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: Installing legos
 
(...) Jürgen (23 years ago, 20-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: Installing legos
 
(...) The path to the gcc-lib directory where cc1 resides is hardcoded in the gcc binary. You can overwrite it with the option "-B" though, e.g. changing the COPT in Makefile.common: COPT =-B/usr/local/crossg...b/gcc-lib/ -O2 -fno-builtin (...) (23 years ago, 20-Aug-01, to lugnet.robotics.rcx.legos)
 
  Installing legos
 
I followed the installation instructions on (URL) have already installed the cross-compiler and legOS.As soon as I type make in the legOS directory it works untill the following error message: h8300-hitachi-hms-gc...stallation problem cannot exec (...) (23 years ago, 19-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: problems with legos on notebook
 
Hi Michael, Try the --slow option on firmdl3. This forces it to use the slow download speed, and may help. Also, use --debug to display more debugging info. This may help someone here to work out what the problem is. I'm not sure what the equivalent (...) (23 years ago, 18-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: problems with legos on notebook
 
Hallo Ross! This is just the problem, I can not download programs or the legos.srec. Both, firmdl3 and dll give the message "bad ir link". I have an other linux computer on which (with a built in com port) dll and firmdl3 work correctly. I compared (...) (23 years ago, 17-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: problems with legos on notebook
 
Michael, I may not be much help as I only use my laptop for downloading programs, not development, and my serial port is built-in. Is there any message when it fails to connect, or not? Does it fail immediately, or timeout after a wait? Do firmdl3 & (...) (23 years ago, 16-Aug-01, to lugnet.robotics.rcx.legos)
 
  problems with legos on notebook
 
Hallo! Has anybody experiences with legos on notebooks? I want to use legos under linux on a notebook computer. I use a serial pcmcia card from socket communications. The serial port is configured as ttyS0 (irq 4 and io-adr. 0x03f8 are configured (...) (23 years ago, 15-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: ir communication
 
(...) Chris (23 years ago, 14-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: transfer data failed
 
yes I did ... :-( manuel (...) (23 years ago, 14-Aug-01, to lugnet.robotics.rcx.legos)
 
  not strictly legOS
 
hi all, im doing a research project over here and in the process i have set up lnpd and now have continous communication between my robot and the PC. Now then here is the deal, there is a teoretical posibility that i will get more inputs from my (...) (23 years ago, 14-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: WINLNP QUESTIONS
 
I did some more digging. When I look into the reg I do not find the reg keys as mentioned on the (URL) page. I dig in the code and set the com port by hand (directly to com1) and now I have the green ligth on the IR tower. However still no messages (...) (23 years ago, 13-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: ir communication
 
Yes there is. It is LNP it is availiable for windows or linux. I am just fiddling with the windows version see: (URL) I did not get it working just fine see also my post just before you (...) (23 years ago, 13-Aug-01, to lugnet.robotics.rcx.legos)
 
  ir communication
 
Hi, i am just doing my first steps with legOS and i want to send some data back to the PC. Is there any kind of software for the PC to read that data and save or display it? TIA Chris (23 years ago, 13-Aug-01, to lugnet.robotics.rcx.legos)
 
  WINLNP QUESTIONS
 
Dear all, I have some troubles setting up WinLNP. I am new to RCX (2 months) and legOS (1 month) and have not much experience with VC6. I want to set up a line of communication between PC and RCX. I downloaded everything from (URL) and I managed to (...) (23 years ago, 13-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: transfer data failed
 
(...) One other thing, did you erase the firmware from the RCX before trying to load legOS? regards Frank Caggiano "The best education for the best caggiano@crystal-objects.com is the best education for all." (URL) Robert M. Hutchins Logo Users (...) (23 years ago, 13-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: transfer data failed
 
(...) Did you try slow? (23 years ago, 13-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: transfer data failed
 
(...) Did you try using the slow mode option ("-s" for firmdl3) as was suggested? (23 years ago, 13-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: transfer data failed
 
Hi, thanks for the tips, but nothing helps. I tried 0.2.5, I tried the far and near mode, I changed the lighting conditions -> nothing helped. But I don't think that I fired up my Brick/Tower because the original Lego Software under Windows works, (...) (23 years ago, 13-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: transfer data failed
 
I use 0.2.5 in windows (djgpp), and can't get by without using the slow download option (-s). If you have lighting problems, perhaps flipping the little switch on the IR tower will help. When I download stuff at school, it helps to have it set to (...) (23 years ago, 8-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: transfer data failed
 
(...) I am using 0.2.4 under windoz and have had similar problems. I found that I must use the slow download option (-s) for the firmware to load properly. regards (23 years ago, 7-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: transfer data failed
 
(...) Hi, i use 0.2.5 under Cygwin and sometimes i experience the same problem. I dont think its a problem with the legOS 0.2.4 distribution. The problem often occurs if its too dark or too bright in your room. It also happens if sender and receiver (...) (23 years ago, 7-Aug-01, to lugnet.robotics.rcx.legos)
 
  transfer data failed
 
Hi there, I use legOS 0.2.4 under Linux and tried (after a few weeks) to download the firmware and get always the follwing error: firmdl3/firmdl: transfer data failed Batteries are brand new, tower was set to short and long dist. nothing helped ... (...) (23 years ago, 6-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: Is this an error in legOS 0.2.5?
 
(...) a (...) Maybe, if you wanted to be really flash, when you get the (non-ultra) low battery warning, your robot could start seeking out the tower, and get ready to send the data. Maybe have a light near the tower that starts flashing when it (...) (23 years ago, 4-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: about lnp_integrety_write
 
(...) Hi, the function does exactly what the name says...it sends a LNP integrity layer packet of given length. Anyway the function seems to be unused. lnp_addressing_write() is e.g. used to send the acknowledges in program.c, which makes perfect (...) (23 years ago, 3-Aug-01, to lugnet.robotics.rcx.legos)
 
  about lnp_integrety_write
 
anyone know what this function does? i could get no reference to it under the legOS howto written by luis villa. ive tried sending messages both with it and without it and it seems to work anyways. regards kenneth johansen kennethj@stud.cs.uit.no (23 years ago, 3-Aug-01, to lugnet.robotics.rcx.legos)
 
  Re: Is this an error in legOS 0.2.5?
 
(...) Hmmm, yes, you are right. In fact it woudn't make sense. My actual robot uses a little neural net and if battery goes low, the actual data will be sent to the PC to be saved. For this, it would be nice if the RCX makes some noise, I grab it, (...) (23 years ago, 31-Jul-01, to lugnet.robotics.rcx.legos)
 
  Re: Is this an error in legOS 0.2.5?
 
(...) ultra-low (...) Would that really make sense? Since changing batteries destroys all memory, the program will not survive despite advance warning about the impending doom of battery low. In effect, changing the batteries is equivalent to the (...) (23 years ago, 30-Jul-01, to lugnet.robotics.rcx.legos)
 
  Re: Is this an error in legOS 0.2.5?
 
So in the original firmware, the system is shut down if ultra-low battery is detected. If we don't want tot do that, we could change the ">" in the 2nd compare to a "<" to get some hysteresis. Or would it be usefull to stop legOS and do a shut-down (...) (23 years ago, 29-Jul-01, to lugnet.robotics.rcx.legos)
 
  Re: Is this an error in legOS 0.2.5?
 
(...) in (...) Statement should be right. It's same behavier found in original firmware: (URL) (battery power (cc5a) > 1a2c (6700 mV)) call ROM 1e4a (r6=301b) // clear battery low indicator else if (battery power (cc5a) > 189c (6300 mV)) call ROM (...) (23 years ago, 28-Jul-01, to lugnet.robotics.rcx.legos)
 
  lnp logical layer and collison detection
 
Hi, 1: does anybody know if the collision detection in the (LNP) logical layer relies on the LNP-packtstructure of is this kind of collison detection done without knowing the packetstructure of LNP ? 2: does anybody have simple routines to send and (...) (23 years ago, 26-Jul-01, to lugnet.robotics.rcx.legos)
 
  Makefile Design - Observation, and Query to Paolo Masetti
 
The latest CVS version of legOS adds explicit detection of CygWin 1.1 (and by extension 1.3) This did, however work anyway, with Cygwin 1.1 being detected alongside the older cygwins, due to a quirk in make's findstring - specifically, that: (...) (23 years ago, 25-Jul-01, to lugnet.robotics.rcx.legos)
 
  re: remote control
 
(...) I dont know if this is what you are looking for, but it appears to do the same thing over the web. I havent taken much of a look at it. (URL) (23 years ago, 23-Jul-01, to lugnet.robotics.rcx.legos)
 
  remote control
 
hi all, ive been out of the loop for a while now (summer vacation). so if this has been discused lately forgive my ignorance. im working on a program that lets me control the RCX from a PC using the IR tower. im using legOS 2.4 on redhat 6.1. i am (...) (23 years ago, 23-Jul-01, to lugnet.robotics.rcx.legos)
 
  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)


Next Page:  5 more | 10 more | 20 more | 100 more

Redisplay Messages:  All | Compact

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