set debug flag of the Modbus connection
modbus_setDebug(mbc, debugValue)
The Modbus connection created with modbus_newTcp or modbus_newRtu.
the debug status. Must be %t or %f.
This function will set the debug flag of Modbus connection.
When the boolean value is set to TRUE, many verbose messages are displayed on stdout and stderr.