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

  • Official Arduino Modbus RTU library and Controllino Mega

     Sonary updated 1 year, 11 months ago 3 Members · 4 Posts
  • 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

  • uskok

    Member
    August 20, 2019 at 2:52 pm

    Thanks, it is working.

  • Sonary

    Member
    June 14, 2023 at 1:47 am

    Could you paste all the modifications required for the ArduinoModbus library to make it work for a Controllino board.

    I didn’t understand the part

    ” #include

    -at the top of the RS485.cpp”

    Which library should be included at the top of RS485.cpp?

Viewing 1 - 3 of 3 replies

Log in to reply.

Original Post
0 of 0 posts June 2018
Now