Activity Forums Questions & Troubleshooting Software & Firmware Official Arduino Modbus RTU library and Controllino Mega Reply To: Official Arduino Modbus RTU library and Controllino Mega

  • Lukas

    Member
    August 9, 2019 at 12:32 pm

    Hi,

    I think that you have done only one small mistake – please try to replace

    Code:

    CONTROLLINO_UART_TX

    with

    Code:

    CONTROLLINO_RS485_TX

    .

    And it is also necessary to add

    Code:

    #include

    at the top of the RS485.cpp.

    I will try to prepare the setup and test it here also.

    Good luck!

    Lukas