EMAIL PROTECTED]
Sent: Wednesday, May 16, 2007 7:02 PM
To: Firat TARAKTAS
Cc: tinyos-help@Millennium.Berkeley.EDU
Subject: Re: [Tinyos-help] how to display signed data in oscilloscope
app(TinyOS 2.x)
It may be that the nx implementation is not complete on the Java side.
Without seeing the error and
May 16, 2007 7:02 PM
To: Firat TARAKTAS
Cc: tinyos-help@Millennium.Berkeley.EDU
Subject: Re: [Tinyos-help] how to display signed data in oscilloscope
app(TinyOS 2.x)
It may be that the nx implementation is not complete on the Java side.
Without seeing the error and the code it's hard to te
It may be that the nx implementation is not complete on
the Java side. Without seeing the error and the code it's
hard to tell. Can you post the relevant oscope and message
code, and the actual error text?
MS
Firat TARAKTAS wrote:
Hi to all,
My problem is to display the signed data in oscil
Hi to all,
My problem is to display the signed data in oscilloscope application in
TinyOS 2.x?
In TinyOS 1.x, modifying apps/oscilloscope/OscopeMsg.h uint16_t
data[BUFFER_SIZE] as int16_t data[BUFFER_SIZE] and recompiling java
tools solved my problem.
But in TinyOS 2.x, I modifed apps/oscill
Hi to all,
My problem is to display the signed data in oscilloscope application in
TinyOS 2.x?
In TinyOS 1.x, modifying apps/oscilloscope/OscopeMsg.h uint16_t
data[BUFFER_SIZE] as int16_t data[BUFFER_SIZE] and recompiling java
tools solved my problem.
But in TinyOS 2.x, I modifed apps/oscillos