타깃 통신
데이터 처리 블록을 사용하여 타깃과 통신
Byte Pack, Byte Unpack, Byte Reversal, Protocol Encoder, Protocol Decoder 등과 같은 데이터 처리 블록을 구성하여 타깃 장치와 통신하고 데이터 무결성을 보장합니다.
블록
Protocol Encoder | Encode input data into a uint8 byte stream by specifying the packet structure (R2021b 이후) |
Protocol Decoder | Decode a uint8 byte stream by specifying the packet structure (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 |