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 / *5060 (-20)
  Re: Communicatin between NQC and legOS
 
Hi Zhengrong, sorry, but no, I don't know a solution for this problem, and discarded this approach. If someone get it working, i would be intereted as well. Rainer (...) (23 years ago, 25-Aug-01, to lugnet.robotics.rcx)
 
  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: Communicatin between NQC and legOS
 
Hi I met the same problem as you, I want to communiate between two RCXs, one is using NQC and one is using legOS, do you know how to communicate by IR Message? Zhengrong (...) (23 years ago, 25-Aug-01, to 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)
 
  Need help with RcxCC: I get "The system cannon find the file specified" error.
 
Hi. I'm having problems with RcxCC. I hope you can help me. I've just installed RcxCC v. 3.2. I use Win2000 and RIS 1.5. When I compile a simple program, I get following error message: " Win32 Error. Code: 2. The system cannot find the file (...) (23 years ago, 24-Aug-01, to lugnet.robotics.rcx.nqc)
 
  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)
 
  Re: Proper power supply for a 1.0?
 
(...) First off have you connected the right two plates? First, I'd suggest using a 9 volt battery to find the right two plates. The RCX has built in reversed polarity so with a 9volt battery you won't damage anything. THEN ONLY USE 9 volts (...) (23 years ago, 23-Aug-01, to lugnet.robotics.rcx)
 
  Re: New release of leJOS for Windows
 
(...) It is definitely compatible to the RCX 1.0 in RIS 1.5 and a tower on a serial interface. (...) Yes, and fix it if necessary. USB support is not yet there, as none of us yet has a RIS 2.0 set. For windows it looks simple to add USB support (...) (23 years ago, 23-Aug-01, to lugnet.robotics.rcx.java)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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