Of course it's possible. You have to write a PC application that will read the file and send each character, and to write a PIC firmware that will receive these data and display it.
i need to get text from a line , in a text file on pc to pic16f877a via serial port
which can be processed to display, by using leds connected to output ports
how can i achieve this ? is this even ...