User's Manual

Table Of Contents
Interfaces
14 DUST NETWORKS M2135-1/M2030-1 MOTE DATASHEET
CONFIDENTIAL
Table 16 provides a summary of mote commands, which are described in detail in the following sections. For error handling,
all other packet types should be ignored.
7.3.3.1 Command 0x80 Serial Payload Sent to Mote Serial
Serial Data Packets going into the mote serial port use the command type 0x80. Upon reception of the packet, the mote
forwards it to the network. The format of the serial packet payload is transparent to the mote. The maximum length of the
payload is 80
bytes (excluding byte-stuffing bytes). There is no response by the mote upon reception of this command.
7.3.3.2 Command 0x81 Unacknowledged Serial Payload Received from Mote Serial
Unacknowledged serial data packets going out of the mote serial port use command type 0x81. The network uses this
command to send data out through the mote serial interface. Upon receiving this packet from the network, the mote forwards it
to the microcontroller without sending acknowledgement to Manager. The format of the serial packet payload is transparent to
the mote. The maximum length of the payload is 80
bytes (excluding byte-stuffing bytes).
Table 16 Mote Command Summary
Command Type (HEX) Direction Description
0x80 Microcontroller to Mote Packet destined for the network
0x81 Mote to Microcontroller Unacknowledged packet received from
the network and destined for
microcontroller
0x82 Mote to Microcontroller Acknowledged packet received from
the network and destined for
microcontroller
0x83 -- Reserved
0x84 Mote to Microcontroller Time and mote state information
0x85 -- Reserved
0x86 -- Reserved
0x87 Microcontroller to Mote “Set Parameter” request
0x88 Mote to Microcontroller “Set Parameter” response
0x89 Microcontroller to Mote “Get Parameter” request
0x8A Mote to Microcontroller “Get Parameter” response
0x8C Mote to Microcontroller Mote information
0x8D Microcontroller to Mote Reset mote
Table 17 Command 0x80 Serial Payload to Mote
Msg Byte Description Data Type Request (Sent to Mote)
1 Cmd Type UChar 0x80
2 (Transparent to mote) n bytes of data
2+1 (Transparent to mote) *
2+… (Transparent to mote) *
Table 18 Command 0x81 Unacknowledged Serial Payload from Mote
Msg Byte Description Data Type Value
1 Cmd Type UChar 0x81
2 (Transparent to mote) n bytes of data
2+1 (Transparent to mote) *
2+… (Transparent to mote) *
PRELMINARY