Duet3D / RepRapFirmware

OO C++ RepRap Firmware
GNU General Public License v3.0
950 stars 538 forks source link

Support Modbus sensors #1063

Open dc42 opened 6 days ago

dc42 commented 6 days ago

We should support temperature, humidity etc. sensors that communicate via Modbus. Examples:

We will need to specify at least the following:

dc42 commented 2 days ago

I already added the framework for supporting virtual ports in RRF (similar to the existing code in Duet3Expanson) so we can add virtual Modbus ports in future.