Hi, I want to send sensor value from arduino nano to node mcu ESP8266 using software serial. If the value let is say TOS=23.45 the output is 23.00. I set float TOS and ESPSerial.write(TOS) in nano side then I write float TA and TA=ESPSerial.read() in esp8266 side. I try to use ESPSerial.parseFloat() but does not work. Please any advise to be apply in nano side and esp8266 to get the right output.