主要内容

本页采用了机器翻译。点击此处可查看英文原文。

目标通信

使用 Byte Pack/Unpack、CAN Pack/Unpack、CAN FD、Protocol Encoder/Decoder 及其他模块与目标进行通信

配置 Byte Pack/Unpack、CAN Pack/Unpack、CAN FD、Protocol 等模块,以与目标设备进行通信。

模块

Byte PackConvert input signals to 8-, 16-, or 32-bit vector
Byte UnpackUnpack 8-, 16-, or 32-bit input vector to multiple output vectors
CAN PackPack individual signals into CAN message
CAN UnpackUnpack individual signals from CAN messages
CAN FD PackPack individual signals into message for CAN FD bus
CAN FD UnpackUnpack individual signals from CAN FD messages
Interprocess Data ReadReceive messages from another processor using interprocess communication channel
Interprocess Data WriteSend messages to another processor using interprocessor data write
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 起)

精选示例