Send Text Files data From PC to Arduino

Hey I wanted to send .txt file data from my PC to arduino digital pin, Is this possible ?
your guidance and suggestion will be very helpful for me

thank you

the simplest way is to use serial communications
what software will you use on the PC to transmit the file?

(deleted)

horace:
the simplest way is to use serial communications
what software will you use on the PC to transmit the file?

spycatcher2k:
Tell us what you are trying to achieve as this question is nonsense in this context. An arduino pin can be HIGH or LOW, it cannot contain a .txt file.

I am totally Beginner here and I just need to know whether is it possible to send .txt file from PC and appear it on LCD connected with Arduino as output

(Let's just say I have mentioned number 1 to 9 in text file and i wanted to print those numbers on LCD using text file interfacing my PC as well as LCD with arduino)

Apologies If have written something incorrect

You have two tasks

  1. display data on an LCD using an arduino
  2. transmitting a file from a PC to the arduino for display
    do the LCD display first then look at displaying file contents

(deleted)

spycatcher2k:
Then the answer is YES.

Any Tutorial or documentation from where I should try to achieve my goal ?

have a look at LCD HelloWorld
and arduino serial basics

(deleted)