modbusino
modbusino copied to clipboard
Small Modbus slave, RTU (serial) for Arduino
I want to use the TX1RX1 of the Arduino Mega, what should I do?
This version can change Serial by user. And update the examples.
Hello, Since the newer version of Arduino IDE It appears that the Serial.flush method doesn't clear the rx buffer but the TX Buffer: "Waits for the transmission of outgoing serial...
I found a logical AND error in the constructor of the Modbusino.cpp file and caused a compilation warning. ```c ModbusinoSlave::ModbusinoSlave(uint8_t slave) { if (slave >= 0 && slave
I use libmodbus for linux and modbusino for my mcu. I realize that mcu does not respond to libmodbus request. As a consequences, libmodbus throw "Connection timed out". How can...
Hello, I'm trying to use Modbusino in attiny402 project. It consists of several slaves controlled by (for now) a PC master. Everything works fine when tere is only one slave...