The "-" says us it's a name and comes "value" after space after name. It define "-name value". int asInt (const char* name, int ifNotValue) // return value of "name" as integer type float asFloat ...
Hello I just managed to build a simple Modbus communication between a master (Raspberry) and a Slave a Arduino used your Library. Now I want to read and write a boolean (or in Modbus terms a "coil") ...