ModbusServer::writeInputRegisters
not implemented
#18
Labels
conclusion: resolved
Issue was resolved
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Hello,
When trying to use the function
ModbusServer::writeInputRegisters
got the following error:The function is documented under the official ArduinoModbus library site:
https://www.arduino.cc/en/ArduinoModbus/ModbusServerwriteInputRegisters
However, looking inside the code, the function seems to be defined in
ModbusServer.h
, but not implemented inModbusServer.cpp
.Is there any specific reason for this or is just a lapse?
The text was updated successfully, but these errors were encountered: