[Tinyos-help] Send Data "Hello Wold"
Michael Schippling
schip at santafe.edu
Mon Jan 12 11:17:26 PST 2009
There "used to be" a pad/no-pad option especially for this.
Are the nx_ types defined to always be no-pad?
thx
MS
Eric Decker wrote:
>
>
> On Mon, Jan 12, 2009 at 10:59 AM, Michael Schippling <schip at santafe.edu
> <mailto:schip at santafe.edu>> wrote:
>
> You could change datax to: nx_uint8_t datax[14]
> and then use a string or array copy to set it.
> You've only got 28 or 29 bytes (depending on the
> TOS version and standard settings) to play with
> in your message, and the other fields add up to
> 14 bytes already...or perhaps more if the int8's
> are padded -- in fact I would group those two
> int8's together in the hopes that the compiler
> will not pad them.
>
>
> The compiler won't pad them. if they are bytes.
>
> eric
>
More information about the Tinyos-help
mailing list