About 995,000 results
Open links in new tab
  1. Sending data through Modbus - General Guidance - Arduino Forum

    Jul 31, 2024 · I want to send a data to stepper motor controller through Modbus. I am a complete beginner to the Modbus. I built a Modbus adapter based on the Max485 IC according to this website …

  2. ArduinoModbus (RS485) with Portenta Machine Control - Basic guide ...

    Sep 10, 2022 · [UPDATE 2: Feel free to check out my new basic guide on MODBUS TCP with the Portenta Machine Control where I also give an example sketch of running MODBUS TCP and RS485 …

  3. Modbus RS485 Communication using Arduino as Master

    Feb 1, 2024 · I'm using an arduino as a modbus master to read a flow meter. the registers in the meter are all 16 bit but the device uses 2 registers to represent a 32 bit float.

  4. Using Arduino Modbus RTU libraries for ESP32

    Aug 18, 2025 · GitHub - CMB27/ModbusRTUSlave: This is an Arduino library that implements the... This is an Arduino library that implements the slave/server logic of the Modbus RTU protocol. Gives …

  5. Modbus TCP/IP between ESP32 and software Modbus Slave

    Apr 7, 2025 · Hi everyone, I'm having a problem. I want to establish communication between my ESP32 (as a Modbus TCP client) and a Modbus Slave software in my PC via the RJ45 port. I'm using the …

  6. Arduino master/slave communication using RS485 and Modbus protocol

    Mar 24, 2020 · Hi to all! First time on the arduino forum and a total beginner regarding arduino modbus communication. I have a configuration: Master (Arduino MEGA ATmega2560), 2x MAX485 module …

  7. ArduinoModbus (TCP) with Portenta Machine Control - Basic Guide ...

    Sep 10, 2024 · Hey everyone, This post is a follow up to the basic guide I made a while back on (one way of) getting started with MODBUS RS485 on the Portenta Machine Control (See my original …

  8. RS485 modbus RTU - Other Hardware / 3rd Party Boards - Arduino …

    Feb 14, 2022 · I am using the RP2040 pico pi with Arduino, on the board I have implemented Modbus TCP and RTU. The TCP works seamlessly while I am not able to get the Modbus RTU on RS485 to …

  9. Why different Request Intervals Cause Significant Delay in MODBUS …

    Jan 7, 2025 · Hello everyone, I am using Arduino DUE and Arduino Ethernet Shield 2 for MODBUS TCP/IP communication. Specifically, I have the Arduino DUE acting as a MODBUS Master, while the …

  10. MODBUS Slaves with Arduino

    Feb 21, 2013 · Get an Arduino, ANY arduino. Load up the code as above. Add a RS-485 shield, and add a button to pin 2. Get a PC, and load up SCADA/HMI software that supports MODBUS RTU. …