Hi, I am trying to connect one energy meter sensor which has RS485 output , But i am unable to read RS485 sensor readings in Nucleo F401RE, If you have any examples please help out!!
here is the code that I have used in ESP32, and it works fine, but i am not able to run in STM32Main.ino #include "RS485.h"#include <ModbusMaster.h>int ESP_DE = 13;RS485 mySensor(4, 15, 2);void setup() {Serial.begin(115200);delay(1000);while (!Serial...
Thanks for your valuable time Delorean!!Actually I had used ESP32 for RS485 Sensors, now I try to connect same RS485 Sensors in STM32 but I am not able to connect, I have tried with the same interface circuit which I used in ESP32, but I am not able ...
Hi, I am trying to connect one energy meter sensor which has RS485 output, But i am unable to read RS485 sensor readings in Nucleo F401RE, If you have any examples please help out!!