Target Communication
Communicate with targets using data handling blocks
Configure the data handling blocks, such as Byte Pack, Byte Unpack, Byte Reversal, Protocol Encoder, Protocol Decoder, and others, to communicate with target devices and to ensure data integrity.
Blocks
Protocol Encoder | Encode input data into a uint8 byte stream by specifying the packet structure (Since R2021b) |
Protocol Decoder | Decode a uint8 byte stream by specifying the packet structure (Since R2021b) |
Byte Pack | Convert input signals to 8-, 16-, or 32-bit vector |
Byte Unpack | Unpack 8-, 16-, or 32-bit input vector to multiple output vectors |
Byte Reversal | Reverse little-endian data for big-endian processor |