目标通信
使用 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 | Receive messages from another processor using interprocess communication channel |
| Interprocess Data Write | Send messages to another processor using interprocessor 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 起) |


