[Tinyos-help] Is Byte Transmission possible?
Michael Schippling
schip at santafe.edu
Sun Dec 2 17:33:24 PST 2007
nope...it's an all or nothing packet oriented interface.
You can however send 5 separate 2 byte messages if you've
got the bandwidth.
MS
RamKishore wrote:
> Hi all,
> I have message of 10 bytes. I send using GenericComm
> component's send interface as:
> call sendMsg.send(TOS_BCAST_ADDR,10, &Msg);
>
> can I transmit byte by byte or group of atleast 2 bytes in 5 transmissions?
>
> Regards,
> Kishore
> _______________________________________________
> Tinyos-help mailing list
> Tinyos-help at Millennium.Berkeley.EDU
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
More information about the Tinyos-help
mailing list