 | | Re: RCX to RCX LNP
|
|
Hi. (...) That would be a fun state machine to set up... ;-) (...) It only does so when it receives opcodes between 0xf0 - 0xf7 or a standard firmware message (0x55). Of the first eight, only 0xf0 and 0xf1 currently require further action, with 0xf0 (...) (20 years ago, 17-Aug-05, to lugnet.robotics.rcx.legos)
|
| |
 | | Re: container in a container error
|
|
(...) This just was an forgotten bug that with older Robolab versions didn't harm. The solution is to remove the "Value of red container" and replace it by a blue container constant list ("User3") while selecting "RED". -Claude (20 years ago, 15-Aug-05, to lugnet.robotics.rcx.robolab)
|
| |
 | | container in a container error
|
|
I have been working with the RoboLab programs created by the Convict School to help me with a project of mine and to teach myself RoboLab. Recently I found the new work done by the school in 2002 (URL) download the files and placed them into the (...) (20 years ago, 13-Aug-05, to lugnet.robotics.rcx.robolab)
|
| |
 | | Re: RCX to RCX LNP
|
|
(...) AFAIK there is no way to receive Lego-Messages, except by editing lnp.c and adding that by hand. The only Lego-Messages that brickos knows of, are those from the remote control and the "send message" opcode (0xf7). It may be worthwhile to add (...) (20 years ago, 12-Aug-05, to lugnet.robotics.rcx.legos)
|
| |
 | | AW: lejos program terminating immediately
|
|
Hi Jason, you have to loop within your main program, otherwise main() will be left. E.g. use while (true) { Thread.sleep (1000); } or, use a button listener, and exit when some button has been pressed. HTH, Jochen (...) (20 years ago, 11-Aug-05, to lugnet.robotics.rcx.java)
|