reaper7 / SDM_Energy_Meter

reading SDM72 SDM120 SDM220 SDM230 SDM630 modbus energy meters from arduino (esp8266, esp32, avr)
240 stars 97 forks source link

RS232 <> 485 converter #1

Closed paulobriennz closed 7 years ago

paulobriennz commented 7 years ago

DONT WORRY, found link in your blog :)

Awesome! Have been looking for example like this! Thank you so much for posting.

Could you please tell me what the model of your rs232<->rs485 converter with automatic flow direction control unit is please?

Many thanks! Paul

reaper7 commented 7 years ago

look at bottom of my post (aliexpress link): http://www.esp8266.com/viewtopic.php?p=51796#p51796

ilgrank commented 7 years ago

Hi At low bitrates (up to 9600baud) shouldn't the ESP8266 alone be enough to read an RS485 without a converter? https://github.com/plieningerweb/esp8266-software-uart https://github.com/peninquen/Modbus-Energy-Monitor-Arduino

reaper7 commented 7 years ago

as wrote in this issue: https://github.com/reaper7/SDM_Energy_Meter/issues/6#issuecomment-270925033