User interface query!

Maybe I misunderstood you, alexrush.
Do you just want to use the Arduino Serial Monitor without external programs?
Then only the following commands are important
Serial.available()
Serial.read()
Serial.print(xyz)