 | | Re: Can't upload new program after I have used LNP under brickos
|
|
(...) You had to turn on the lnp, with something like this: (I forget the exact commands) lr_startup(); lr_init(); lnp_init(); Make sure you turn it off: lr_shutdown(); Steve (20 years ago, 26-Sep-05, to lugnet.robotics.rcx.legos)
|
|
 | | data recording in BrickOS ?
|
|
Hi Mindstormers, 1) Does BrickOS allow to write/read measured data into the RCX memory, in order to plot or process it later on the computer ? If yes, what are the command lines to : - allocate the memory space ? - to write and read ? - free this (...) (20 years ago, 26-Sep-05, to lugnet.robotics.rcx)
|
|
 | | Can't upload new program after I have used LNP under brickos
|
|
Hello, |I have the following problem: |when I use lnp under brickos, the rcx does no longer respond to the legotower. |This means that I can't delete the program nor overwrite it. | |Pershaps somebody can help. | |Thanks, | |Andy (20 years ago, 26-Sep-05, to lugnet.robotics.rcx.legos)
|
|
 | | Unable to delete programm after having used lnp under brickos
|
|
Hello, I have the following problem: when I use lnp under brickos, the rcx does no longer respond to the legotower. This means that I can't delete the program nor overwrite it. Pershaps somebody can help. Thanky, Andy (20 years ago, 26-Sep-05, to lugnet.robotics.rcx)
|
|
 | | Swan scheduling bug?
|
|
I'm starting to use the swan firmware and I'm having a problem with the scheduling. It seems like a task with a long wait does not yield properly to other tasks. Here the NQC code sample: task taska() { WaitMS(150); AddToDatalog(9900); } task main() (...) (20 years ago, 22-Sep-05, to lugnet.robotics.rcx)
|