How can I get Arduino Uno to accept a string from my keyboard as a processing data?
The program on your PC needs to open the correct COM port and write the string. The Uno needs to initialize the Serial object and read incoming data.
Search the forum for Robin2's great tutorial on Serial communication basics