Serial port does not display data for ultrasonic sensor

. basic code for serial port works well.
void setup() {
Serial.begin(115200);
while(!Serial) { delay(100); }
}

void loop() {
Serial.println(“Hello!”);
delay(1000);
}
Serial port does not display data for ultrasonic sensor . Code uploaded sucessfully to node mcu version 1.0 but no data on serial monitor when i am pressing reset button i am getting the symbols as first boot code messages. Whether i need to update any libraries. my libraries are updated.
I have installed esp8266 and thingspeak library too

Hello!

We here at the Losant Forums are happy to help with problems and questions surrounding the Losant Platform. I do not see a Losant library included in your partial screenshot, are you having difficulties connecting to Losant?

For any issues related to your hardware, I would recommend checking out the NodeMCU documentation or the Arduino Forums.

Thanks so much!
Julia