andresarmento / modbus-arduino

A library that allows your Arduino to communicate via Modbus protocol, acting as a slave (master in development). Supports serial (RS-232, RS-485) and IP via Ethernet (Modbus IP).
BSD 3-Clause "New" or "Revised" License
455 stars 267 forks source link

Master mode eta? #5

Closed shacal closed 4 years ago

Smeedy commented 8 years ago

Looks very promising! Please give an ETA on the Master. Let us know how we can help.

shacal commented 8 years ago

Dead project?

wvengen commented 8 years ago

Here's a quick method I'm using to send Hreg write packets (no handling of responses though): https://github.com/wvengen/netswarm-arduino/blob/bd7b173dd9b3ac256a664cb90685bee5d1115a3e/NetSwarm.cpp#L137