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

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

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

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

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 oscil

[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 apps/oscill

[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 apps/oscillos