Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. hausinger
    3. Topics
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by hausinger

    • hausinger

      RS485 Gateway with Nano and ENC28J60
      Development • • hausinger  

      8
      0
      Votes
      8
      Posts
      2885
      Views

      AndrewZ

      I'm also interested in Ethernet Gateway with RS485 transport. At the moment I have successfully tested this on Arduino UNO with 2 different Ethernet modules, W5100 and ENC28J60. In both cases I'm using hardware serial port on Arduino, not AltSoftSerial. // Enable this if RS485 is connected to a hardware serial port #define MY_RS485_HWSERIAL Serial
    • hausinger

      RS485 communication GW - Node Problem
      Development • • hausinger  

      4
      0
      Votes
      4
      Posts
      1196
      Views

      hausinger

      @hek Sorry for my Late reply. I had an issue with the max485 (ground problem) and the declaration of the node id (was at the wrong position in the sketch). I think, it would be better, if this is also in the examples in the ms library. It cost me some time to find this solution for the node id. But i wasn't sure, if it was the parent or node id