Reading Voltage from SDM120 Modbus Power Energy Meter using TCP<>RS485 bridge via PHP. Bridge IP : 192.168.1.199 Bridge PORT : 9761 SDM120 Energy Meter Speed: 2400/8/N/1 PHP file <?php function hexTo32Float($strHex) { $v = ($strHex); $x = ($v & ((1 << 23) – 1)) + (1 << 23) * ($v >> 31 | 1); . . .
Reading Voltage from SDM120 Modbus Power Energy Meter using KMtronic TCPRS485 bridge via PHP
