Hi everybody,

We have successfully manage to communicate with base station mote using
java support. But what we really want to do is communicate with the base
station using matlab. For that we are trying to understand the packet
format that java is sending to the motes, so that we can try sending it
in matlab.

We print the message sent with java, and this is what we get:

01 00 00 04 00 07 00 01 00 00

Destination address: 01
Source address: 00 00
Message Lenght: 04
Group ID: 00
Data Type: 07
Payload: 00 01 00 00

Does java send the packet with crc bytes?
We are not able to send with the fwrite command in matlab?Why is that
so?Is it packet format?Some serial configuration?

Thanks in advance,
Daniel Jorge

_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to