Sign inSign up

004helix/mbusd

By 004helix

Updated almost 7 years ago

Image
0

6.7K

004helix/mbusd repository overview

mbusd is open-source Modbus TCP to Modbus RTU (RS-232/485) gateway.

docker create \
 --name mbusd \
 --hostname mbusd \
 -v /dev:/dev --privileged \
 -e DEVICE=/dev/serial/by-path/pci-0000:00:15.0-usb-0:5:1.0-port0 \
 -e SPEED=38400 \
 -e MODE=8N1 \
 --restart always \
 004helix/mbusd

Tag summary

Content type

Image

Digest

Size

2.7 MB

Last updated

almost 7 years ago

docker pull 004helix/mbusd