8x8 led display word from pc monitor

when i put the word in the led matrix cannot diplay it , but i can see the word print in the monito

Could that be because as soon as you enter a string and print it, you forget about it?

   if (comdata.length() > 0) {
     Serial.println(comdata);
     comdata = "";
   }