-
🔐 1. Secure Modbus RTU with mbedTLS Is there any recommended way to use mbedTLS (e.g., for encryption/authentication) with a Modbus RTU stack in Zephyr? Or would I have to implement a custom wrapper (e.g., AES/HMAC over Modbus frames manually)? My idea is to use application-level encryption/authentication over RTU (e.g., AES-CBC + HMAC-SHA256), not TCP/TLS. 📥 2. Read Holding Registers (0x03) with extended data callback uint16_t read_callback(uint16_t reg, uint16_t *dest); Is there a way (or has someone extended the stack) to support a callback like this: uint16_t read_callback(uint16_t reg, uint8_t *buffer, uint16_t nreg); |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello, anybody there for help? |
Beta Was this translation helpful? Give feedback.
Hello, anybody there for help?