 | | Using .lsc files with RIS 1.5?
|
|
Hello everyone. I have a RIS 1.5 and I'd like to use a .lsc file - is this possible? I've downloaded the 2.0 SDK, but I'm still missing one header file - RCX2Def.h. Is there anything I can do? Presumably one solution would be to get the 2.0 upgrade (...) (22 years ago, 1-Oct-03, to lugnet.robotics)
|
|
 | | Re: write files
|
|
(...) If you just want to transfer the datalog and put it in a text file you can use the nqc command: nqc -datalog This will upload the datalog and print it to stdout. Use your shell I/O redirection to put it in a file... nqc -datalog >my.log (...) (22 years ago, 1-Oct-03, to lugnet.robotics.rcx.nqc)
|
|
 | | Re: write files
|
|
(...) Now that you mention it, I surely have. But not recently, and not using the Data Log feature. I think this is what I was thinking of when I typed the words "other tools." (I'm a dinosaur when it comes to line editors vs. IDEs.) (...) when I'm (...) (22 years ago, 30-Sep-03, to lugnet.robotics.rcx.nqc)
|
|
 | | Re: Force number programname on RCX
|
|
Hi Admir, (...) once on the RCX a Lejos program has no name, there is only one program with possibly several numbered entry points. Maybe you can clarify your question? Greetings to København Jürgen (22 years ago, 30-Sep-03, to lugnet.robotics.rcx.java)
|
|
 | | javac Makefile in Cygwin enviorment
|
|
Hi all, I'm developing some client/server on Lejos/win32(sdk.1.40) -> RCX, and I wonder if somebody arround have Makefile in Cygwin??? My exemple (bellow) is not good since I get pcrxcomm.jar problemms ... --- MAIN_PROGRAM = [xxx] PACKAGE = (...) (22 years ago, 30-Sep-03, to lugnet.robotics.rcx.java)
|