Re: [Tinyos-help] LogStorageC read and write question

2007-09-10 Thread Kevin Klues
What platform are you running on? On 8/24/07, Yi Wang <[EMAIL PROTECTED]> wrote: > Hi all, > I am using the LogStorageC component to log stuff, it seems that: > The LogWrite.append() command actually update(increment) the address when > it's logging. > However, the logRead.read() command doesn't d

Re: [Tinyos-help] LogStorageC read and write question

2007-09-10 Thread Steve McKown
On Friday 24 August 2007 04:31:49 pm Yi Wang wrote: > Hi all, > I am using the LogStorageC component to log stuff, it seems that: > The LogWrite.append() command actually update(increment) the address when > it's logging. > However, the logRead.read() command doesn't do the above. > As a result whe

[Tinyos-help] LogStorageC read and write question

2007-08-24 Thread Yi Wang
Hi all, I am using the LogStorageC component to log stuff, it seems that: The LogWrite.append() command actually update(increment) the address when it's logging. However, the logRead.read() command doesn't do the above. As a result when I try to read the flash the result will always be the first bl