目标通信
使用 Byte Pack/Unpack、CAN Pack/Unpack、CAN FD、Protocol Encoder/Decoder 及其他模块与目标进行通信
配置 Byte Pack/Unpack、CAN Pack/Unpack、CAN FD、Protocol 等模块,以与目标设备进行通信。
模块
| 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 |
| CAN Pack | Pack individual signals into CAN message |
| CAN Unpack | Unpack individual signals from CAN messages |
| CAN FD Pack | Pack individual signals into message for CAN FD bus |
| CAN FD Unpack | Unpack individual signals from CAN FD messages |
| Interprocess Data Read | 使用进程间通信通道接收来自另一个处理器的消息 |
| Interprocess Data Write | 使用处理器间数据写入向另一个处理器发送消息 |
| 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 起) |


