krahim1
krahim1

Reputation: 1

Transmition of an 1D array of more than 20 bytes to receiver node

I am using tinyOs (nesC) for communication between telosB motes. I am unable to send a 1D array of more that 20 bytes size to the receiver even if I initialize it using uint32_t. Can anyone help?

Upvotes: 0

Views: 38

Answers (1)

maral
maral

Reputation: 1471

There's TOSH_DATA_LENGTH constant that defines the maximum size of a single message. Try redefining it, according to the instructions that can be found here.

Upvotes: 0

Related Questions