 | | 1/4 circle icon flashing on the LCD
|
|
Hmm, didn't even know that icon existed on the LCD....what does it mean? If you'd like a picture I might be able to get one... -AK -- ---...--- My website: (URL) LEGOCam: (URL) (22 years ago, 14-Aug-03, to lugnet.robotics, lugnet.robotics.rcx)
|
|
 | | Re: USB/Serial Converter
|
|
Somewhere on the LEGO site it says that Serial > USB is not compatable -- If you must, why not just buy a USB IR tower from PITSCO LEGODacta for $30? If you have the SDK 2.5, or even the SDK 2.0, it comes with the driver for the USB tower (in the (...) (22 years ago, 14-Aug-03, to lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
|
|
 | | Re: BrickOS on Mac OS X
|
|
Man, this is fantastic. Since moving over to OS X about a year and a half ago, I've been ignoring my RCX (retired the tired/crash prone PC forever!! Running Linux now though) and haven't played with it for lack of a development environment for OS X. (...) (22 years ago, 13-Aug-03, to lugnet.robotics.rcx.legos)
|
|
 | | Re: Question about mm.C in BrickOS
|
|
Hi, (...) Ptr points to the length byte of the first free block (...) *(ptr-1) actually is MM_FREE and is now set to the callers id. (...) Now we can do two things: We could grab all memory we found in this block or we could allocate only the memory (...) (22 years ago, 13-Aug-03, to lugnet.robotics.rcx.legos)
|
|
 | | Re: Question about mm.C in BrickOS
|
|
(...) <snip> (...) I've never looked at brickOS code, but here is my take: By the time you hit line 2, you've found a free block that is big enough. Line 2 sets the owner of the block. Line 5 decides if the block is oversized enough to split. Line 6 (...) (22 years ago, 13-Aug-03, to lugnet.robotics.rcx.legos)
|