TO (Transmit Options)
This command applies to the XBee/XBee-PRO SX RF Module.
The bitfield that configures the transmit options for Transparent mode.
The device's transmit options. The device uses these options for all transparent transmissions. API transmissions can override this using the TxOptions field in the API frame.
DigiMesh is not supported if BR is set to 0, transmitted packets will be sent as point-to-point/multipoint in this case.
Parameter range
0 - 0xFF
Bit | Meaning | Description |
---|---|---|
6,7 | Delivery method |
b’00 = <invalid option> b’01 = Point-multipoint b'10 = Repeater mode—directed broadcast of packets b’11 = DigiMesh—not available when BR = 0 |
When you set BR to 0 the TO option has the DigiMesh and Repeater mode disabled automatically.
Default
0x40 When BR = 0
0xC0 When BR = 1