Outputs binary data received from the wired LAN.
The received data is only output if binary reception is enabled in memory register (REG090).
The destination device ID can be in the rang 0 to 255, where 255 specifies broadcasting.
The sender device ID can be in the range 0 to 254.
The maximum length of data is 1448 bytes and the data format is 16-bit, Little Endian.
@RXB(Destination device ID<3 digits>)(Sender device ID<3 digits>)(Receive data length)(Data)
<="@RXB002001", 0x05, 0x00, "HELLO"
Received the text "HELLO" (5 characters) sent from the device with device ID 001 to the device with device ID 002.