I cant seem to post my serial monitor results to blynk terminal

yes it is neccessary for my arduino to understand the incoming results from SDM120CT and TTL convertor

because I realized my esp8266 not functioning when its plugged in with the arduino mega 2560

Modbus-Energy-Monitor-Arduino/Stable version/

My ESP-01 is not respoding with Arduino mega(solved)

so I should write

#include <HardwareSerial.h>
HardwareSerial EspSerial(18, 19); // RX, TX

sorry and thanks.