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 / *784 (-20)
  LNP Addressing Schemes
 
I have the basic Linux<->RCX Infra-red comms. working using lnp calls on the RCX and Martin Cornelius' lnpd on the Linux end. I have a few questions about this: Addressing: . How does the addressing scheme work? . Can a RCX address more than one (...) (25 years ago, 2-Feb-00, to lugnet.robotics.rcx.legos)
 
  Re: HELP - LegOS for Windows
 
(...) The DJGPP tools are 32-bit. It's a limitation of the DOS shell (COMMAND.COM & CMD.EXE) that is the problem. Cygwin doesn't have a command line limit problem, but it has its own unique headaches. Read the number of posts of people trying to get (...) (25 years ago, 2-Feb-00, to lugnet.robotics.rcx.legos)
 
  Re: HELP - LegOS for Windows
 
"Rossz Vámos-Wentworth" <rossw@jps.net> wrote in message news:FpACn3.FLt@lugnet.com... (...) gets (...) aren't (...) remove (...) make (...) Why are you using the 16-bit (DOS) DJGPP tools under Windows NT instead of the Cygwin 32-bit stuff? You (...) (25 years ago, 2-Feb-00, to lugnet.robotics.rcx.legos)
 
  Re: PC -RCX comunication
 
(...) the only windows example i know about is the dll program, but AFAIK it was not trivial to get this program to run under winXX. if you don't insist on being constantly bored by a closed-source OS ;-), there is another solution: Under linux, you (...) (25 years ago, 2-Feb-00, to lugnet.robotics.rcx.legos)
 
  PC -RCX comunication
 
Where can I find an example of using PC-RCX IR comunication? I prefer using windows in the PC. (25 years ago, 2-Feb-00, to lugnet.robotics.rcx.legos)
 
  Setting a different com port w/ frmdl3 and dll
 
It appears that you can specify a com port other than the default COM1 for the firmdl3.exe and dll.exe programs for the Windows LegOS distribution package. Does anyone know what the syntax might be? I use COM4 for my IR Tower. Thanks, Dave (25 years ago, 2-Feb-00, to lugnet.robotics.rcx.legos)
 
  Re: WinNT & legOS
 
Hurray!!! I've also just successfully compiled, uploaded, and ran my first legOS app!!! Thanks Rossz and all! lfn003 fixed it! It did NOT work when I used the lfnsrv.dll in Checked.dll (the larger one). It DID work when I used the lfnsrv.dll in (...) (25 years ago, 2-Feb-00, to lugnet.robotics.rcx.legos)
 
  Re: HELP - LegOS for Windows
 
Ian Meikle <ian_meikle@nospam.a...lobal.net> wrote in message news:3895DF1C.5D99B3...bal.net... (...) DJECHO simply echos the line to the file. It's special in that the Make program can transfer very long command lines to it via a buffer. This gets (...) (25 years ago, 2-Feb-00, to lugnet.robotics.rcx.legos)
 
  Re: WinNT & legOS
 
Ralph Hempel <rhempel@bmts.com> wrote in message news:000301bf6cf9$3c...@pro150... (...) I'm running DJGPP GNU Make, the one I put in the legOS for Windows package. Rossz (25 years ago, 2-Feb-00, to lugnet.robotics.rcx.legos)
 
  Re: WinNT & legOS
 
Ian Meikle <ian_meikle@nospam.a...lobal.net> wrote in message news:38974DF8.8B4A42...bal.net... (...) Excellent! I wonder why Makelx wouldn't run properly on the NT system at work? I spent some time porting the makelx code to compile under MS VC++ (...) (25 years ago, 2-Feb-00, to lugnet.robotics.rcx.legos)
 
  RE: WinNT & legOS
 
(...) Which make are you running? I've had trouble with mks make and long filenames. Now I use Cygwin's make and things are much better... Cheers, Ralph Hempel - P.Eng ---...--- The train stops at the train station, The bus stops at the bus station, (...) (25 years ago, 1-Feb-00, to lugnet.robotics.rcx.legos)
 
  Re: WinNT & legOS
 
Hello again Rossz, I have downloaded lfn003 and installed it and ALL WORKED OK :o) It build the demo programs (including running makelx). So although the WinNT saga is probably not over, it mow seems to work for me (and maybe some others). Many (...) (25 years ago, 1-Feb-00, to lugnet.robotics.rcx.legos)
 
  Re: __attribute__ ((rcx_interrrupt)) : how to use ?
 
(...) Well, i got the definitive answer from Markus 8-). It was in german, so i'll try to translate it: the effect of __attribute__ ((rcx_interrrupt)) depends on the calling context: - in leaf functions (that do not call other functions), it makes (...) (25 years ago, 1-Feb-00, to lugnet.robotics.rcx.legos)
 
  WinNT & legOS
 
I was mistaken in thinking the Long File Name utility ((URL) was breaking makelx. The program, makelx.exe, runs perfectly if typed from the command line. When executed out of the make program, however, it thinks the command line is invalid, whether (...) (25 years ago, 1-Feb-00, to lugnet.robotics.rcx.legos)
 
  Re: __attribute__ ((rcx_interrrupt)) : how to use ?
 
(...) Right. The calling conventions of the H8 say that r0-r3 are scratch registers (aka caller saves). However, interrupt handlers must preserve ALL of the registers. So the rcx_interrupt attribute makes that happen. (...) The compiler will only (...) (25 years ago, 31-Jan-00, to lugnet.robotics.rcx.legos)
 
  __attribute__ ((rcx_interrrupt)) : how to use ?
 
hi there, i´m still not really sure when and why to use __attribute__ ((rcx_interrrupt)) my current assumptions: 1 - it should be used for functions that are called AS interrupt handlers, to make sure registers are pushed onto the stack, and (...) (25 years ago, 31-Jan-00, to lugnet.robotics.rcx.legos)
 
  Re: HELP - LegOS for Windows
 
legOS under WinNT - the saga continues. I've done further investigation. Long filenames (LFNs) are not fully supported in a DOS shell in Windows NT. I found a utility that enables LFNs here: (URL) it runs fine up to MAKELX. So it looks like the fix (...) (25 years ago, 31-Jan-00, to lugnet.robotics.rcx.legos)
 
  Re: HELP - LegOS for Windows
 
I have also tried the make that came with Ming32. This seems to work better, however I get the following: (line numbers added for clarity) 1>>C:\legOS\Demo>make 2>>Makefile:44: .depend: No such file or directory 3>>djecho -o response " -M -O2 (...) (25 years ago, 31-Jan-00, to lugnet.robotics.rcx.legos)
 
  Re: HELP - LegOS for Windows
 
I fooled around with legOS on an NT here at work and could get the individual commands from MAKEFILE to execute from the command line. It looks like NT doesn't properly handle the long filenames from within the make program (and possibly other (...) (25 years ago, 31-Jan-00, to lugnet.robotics.rcx.legos)
 
  Re: HELP - LegOS for Windows
 
I have tried it also on my machine at work. Same problem. Both are WinNT boxes with NTFS file systems. Has anyone else got it working on WinNT with NTFS ?? Ian (...) (25 years ago, 30-Jan-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