RE: [Tinyos-help] how to display signed data in oscilloscope app(TinyOS 2.x)

2007-05-18 Thread Firat TARAKTAS
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 tell. Can you post the relevant oscope

Re: [Tinyos-help] how to display signed data in oscilloscope app(TinyOS 2.x)

2007-05-18 Thread Michael Schippling
: 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 tell. Can you post the relevant oscope and message

[Tinyos-help] how to display signed data in oscilloscope app(TinyOS 2.x)

2007-05-16 Thread Firat TARAKTAS
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

Re: [Tinyos-help] how to display signed data in oscilloscope app(TinyOS 2.x)

2007-05-16 Thread Michael Schippling
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

[Tinyos-help] how to display signed data in oscilloscope app (TinyOS 2.x)

2007-05-15 Thread Firat TARAKTAS
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