(13) @TXB

■ Operation

Sends binary data to the specified device.

The destination device ID can be in the range 0 to 255, where 255 specifies broadcasting.

The sender device ID can be in the range 0 to 255, where 255 cause the device ID of this device to be set automatically.

The maximum length of data is 1448 bytes and the data format is 16-bit, Little Endian.

■ Format

@TXB(Destination device ID<3 digits>)(Sender device ID<3 digits>)(Send data length)(Data)

■ Response

No response

■ Example

=>"@TXB002001", 0x05, 0x00, "HELLO"

Sends the 5 characters "HELLO" to the device with device ID 002.