PDA

View Full Version : serial communication of pic16F877



ranaz
- 31st July 2006, 10:22
i m new regarding use of PIC16F877. i need to serially transmit data through PIC. can anyone giv me any idea regarding this.any help wud be appreciated.

paul borgmeier
- 31st July 2006, 14:12
as a start:

http://www.melabs.com/resources/samples/pbp/serin.bas

mister_e
- 31st July 2006, 15:44
Your PIC have a built-in USART... use it ... HSERIN, HSEROUT in the PBP manual
same rule apply with the search facility within this forum

sakthi
- 11th December 2006, 11:55
hi
i need the code for usart communication between two PICs(16f877a).i tried a lot for reception without using interrupt method,if u have time plz help me to do the program.
Sakthi

skimask
- 12th December 2006, 01:37
hi
i need the code for usart communication between two PICs(16f877a).i tried a lot for reception without using interrupt method,if u have time plz help me to do the program.
Sakthi



It's all in the PBP manual.

sakthi
- 13th December 2006, 08:16
hi miseter

i tried the coding by setting trisc as input port but i didnt get the output.plz help me to solve the prblm.

Sakthi