Home › Forums › Microcontrollers › PIC Microcontroller › pic16f877a interfacing with pc › Reply To: pic16f877a interfacing with pc
October 28, 2013 at 1:57 pm
#7548
Ligo George
Keymaster
Try it yourself.. it is simple…
When sending data from PC to PIC.. send it byte by byte…… If you need to send a sentence…
just transmit and receive byte by byte… and you can use a terminator (eg: ‘.’ for the end of a sentence) to know the end of a sentence….
PIC Microcontroller also has interrupt feature… you may use it, to reducing the continuous uart reading load ….