RE : Re: [Tinyos-help] How to send with TOSBase

2006-11-09 Thread walid hamdi
The problem is that i´m using the C based serial forwarder because of some problems in java! Is it possible to send messages with C based applications or to hack in the TOSBase application? __

Re: [Tinyos-help] How to send with TOSBase

2006-11-09 Thread Michael Schippling
If we're talking T1, go look at: tools/java/net/tinyos/tools/Send.java or my code at: http://www.etantdonnes.com/Motes/robocode.tar.gz If it's T2, it's probably _almost_ the same, but different...(sorry I havn't used T2). MS walid hamdi wrote: Hi! I would like to know please how to s

[Tinyos-help] How to send with TOSBase

2006-11-09 Thread walid hamdi
Hi! I would like to know please how to send a radio packet with TOSbase. As i still don´t have any JTAG to debug on the mote, i´m using the TOSBase application to get messages and forward them to the pc using the UART cable. Now i would like the TOSBase to send a radio packet first, and the othe