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 / *5085 (-20)
  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: Using Lego RIS software with NT4
 
(...) The answer (No!*) can be found here: (URL) RIS 1.0 and 1.5 there are links in french. -Rob Doucette. DoucetteNet LEGO® on Brickbay (URL) W2K and NT are not supported by the RIS software. There are alternatives such as NQC which can be used. (23 years ago, 28-Aug-01, to lugnet.robotics.rcx)
 
  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)
 
  Using Lego RIS software with NT4
 
Hi everybody I hope that i'm not the 24th to ask the question ! A french guy ask me if its possible to use standard Lego Mindstorms with NT4. (i use win98, and it works fine). Can someone help me to answer his question ? Thanks Damien PS : he found (...) (23 years ago, 27-Aug-01, to lugnet.robotics.rcx)
 
  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)
 
  Re: Love the new Music capability with the new firmware!
 
(...) Use NQC for that. Wonderful 2.0 support. 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, 27-Aug-01, to lugnet.robotics, lugnet.robotics.rcx.nqc)
 
  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: RCX 2.0 Arrays
 
(...) Fixing that has been on the to-do list for a long time. But it just isn't a high priority since there are easy workarounds. Right now adding USB support is top priority. Dave Baum (23 years ago, 26-Aug-01, to lugnet.robotics.rcx.nqc)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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