Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. meirmark
    M
    • Continue chat with meirmark
    • Start new chat with meirmark
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    meirmark

    @meirmark

    0
    Reputation
    5
    Posts
    182
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    meirmark Follow

    Posts made by meirmark

    • RE: Modbus TCP with a LAN module

      Thanks, I already found a library that works with the M5core.
      https://github.com/emelianov/modbus-esp8266/

      posted in Modules
      M
      meirmark
    • Modbus TCP with a LAN module

      Hello.
      I am trying to use a M5core with LAN module to make a modbus TCP slave.
      I tried a few Arduino samples but nothing works.
      Can somebody help ?

      Thanks

      posted in Modules
      M
      meirmark
    • RE: LAN module problem

      According to Arduino site ,the new Ethernet lib can work with the W5500 chip so no need the Ethernet2 lib.
      Link: https://www.arduino.cc/en/Reference/Ethernet

      I tested also with the Ethernet2 lib from the ESP32 and it works.

      Thanks.

      posted in Modules
      M
      meirmark
    • RE: LAN module problem

      I work with the Arduino IDE.
      The Error is: cannot declare variable 'server' to be of abstract type 'EthernetServer'
      I found a by-pass that solve the problem by changing the "cores/esp32/Server.h" file .
      it works but it makes a new problem for other programs that use WiFi.
      Is there a real solution ?

      posted in Modules
      M
      meirmark
    • LAN module problem

      The LAN W5500 demo program for Arduino is not working.
      Any solution ?

      posted in Modules
      M
      meirmark