Microsoft supports a Modbus module for Azure IoT Edge. This module handles both Modbus TCP (over the local network) and Modbus RTU (over serial ports).
In the past, I have already blogged about using serial ports on Linux with this module. But I did not check out Windows support until recently. Why? The documentation stated, “RTU is currently not available in Windows environment, please use Linux host + Linux container to play with RTU mode”.
And if something is documented in the readme, it’s true, isn’t it?
This is not entirely correct, though. It is possible to use this module on devices running Windows 10!
Let’s see how.
Doorgaan met het lezen van “Access COM ports with Docker containers on Windows”