Reply To: pic16f877a interfacing with pc

Home Forums Microcontrollers PIC Microcontroller pic16f877a interfacing with pc Reply To: pic16f877a interfacing with pc

#7544
Ligo George
Keymaster

I also experienced this problem, while using uart and wifi module… I think this problem is due to less buffering space in pic microcontroller…there is only one RSR register for saving the received data…. So if the received data is not read, no data will be received further…
So try transmitting byte by byte..

>