This commit is contained in:
Stephen 2018-08-10 10:18:52 +08:00 коммит произвёл GitHub
Родитель 947a1ec8ec
Коммит f3e89530bc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -5,7 +5,7 @@ Using this module, developers can build Azure IoT Edge solutions with Modbus TCP
![](./doc/diagram.png)
There are prebuilt Modbus TCP module container images ready at [TBD-link](https://hub.docker.com/r/microsoft/azureiotedge-modbus-tcp) for you to quickstart the experience of Azure IoT Edge on your target device or simulated device.
There are prebuilt Modbus TCP module container images ready at [here](https://hub.docker.com/r/microsoft/azureiotedge-modbus-tcp) for you to quickstart the experience of Azure IoT Edge on your target device or simulated device.
Visit http://azure.com/iotdev to learn more about developing applications for Azure IoT.
@ -269,7 +269,7 @@ The command should have a property "command-type" with value "ModbusWrite". Also
## HowTo Run ##
### Run as an IoT Edge module ###
Please follow the [TBD-link](https://docs.microsoft.com/en-us/azure/iot-edge/tutorial-csharp-module) to deploy the module as an IoT Edge module.
Please follow the [link](https://docs.microsoft.com/en-us/azure/iot-edge/tutorial-csharp-module) to deploy the module as an IoT Edge module.
#### Configure Modbus RTU ####
This is for Modbus RTU only, Modbus TCP could skip this section.
@ -287,4 +287,4 @@ In the **Container Create Option section**, enter the following for device mappi
]
}
}
```
```