About 5,440 results
Open links in new tab
  1. Arduino sending data over MAX485 - Arduino Stack Exchange

    Jan 31, 2016 · Arduino sending data over MAX485 Ask Question Asked 9 years, 10 months ago Modified 8 years, 11 months ago

  2. Differences between two common RS485 to TTL modules

    Aug 24, 2022 · Now, what to do with the MAX485 module's control lines? You can connect TXD to DI and RXD to RO, respectively. If your module simply uses the driver chip manufactured by Maxim, the …

  3. serial - When it comes to UART to RS485 communication, what is the ...

    Apr 11, 2021 · The MAX485 module (MAX485 in Banggood) is the more commonly used module for this purpose and has been used in many projects. The MAX485 has the following pins DI (data in), RO …

  4. ESP8266: Interfacing MAX485 TTL-to-RS485 on serial port

    Apr 30, 2021 · I need to interface MAX485 TTL-to-RS485 to the ESP8266 on different serial pins (other than GPIO3 and GPIO1). Is there a way to configure other pins as Rx and Tx?

  5. serial - ESP32 S3 Same code works on Serial1 but NOT on Serial0 for ...

    Oct 8, 2023 · Yes, RX0 and TX1 names comes from arduino nano. But this 44 and 43 pins of esp32 s3. Also same code working with gps modules as i said.

  6. Arduino master/slave communication using RS485

    Max485 is a classic, probably has it, if not, look for Application Notes on RS-485, TI has good material on this.

  7. Controlling VFD with ModBus RTU via RS485 and Arduino

    Feb 27, 2020 · I am attempting to control a Folinn VFD (Manual: Manual) with an Arduino Uno via a MAX485 module such as this. Pins for MAX485: DI > D8 DE & RE > D10 RO > D11 VFD …

  8. How to make I2C work on RS485? - Arduino Stack Exchange

    The simplest "Arduino" solution would be to create a new RS485 device on your RS485 bus using another MAX485 and a small Arduino (micro, nano, etc) that responds to MODBUS RTU instructions …

  9. Arduino Hardware serial pins with RS485

    the MAX485 chip on the adapter does the RS485, not the Nano. Nano communicates only with that MAX485. if you use hardware serial for RS485 communication, how will you debug your code without …

  10. Arduino as Modbus RS485 slave using only 2 Digital pins

    To do this I am using MAX485 IC (Breakout board) https://datasheets.maximintegrated.com/en/ds/MAX1487-MAX491.pdf The problem here is that I …