주요 콘텐츠

타깃 통신

데이터 처리 블록을 사용하여 타깃과 통신

Byte Pack, Byte Unpack, Byte Reversal, Protocol Encoder, Protocol Decoder 등과 같은 데이터 처리 블록을 구성하여 타깃 장치와 통신하고 데이터 무결성을 보장합니다.

블록

Protocol EncoderEncode input data into a uint8 byte stream by specifying the packet structure (R2021b 이후)
Protocol DecoderDecode a uint8 byte stream by specifying the packet structure (R2021b 이후)
Byte PackConvert input signals to 8-, 16-, or 32-bit vector
Byte UnpackUnpack 8-, 16-, or 32-bit input vector to multiple output vectors
Byte ReversalReverse little-endian data for big-endian processor

추천 예제