Line 1: Line 1:
 
[[Category:PIC Tutorials]]
 
[[Category:PIC Tutorials]]
[http://exploreembedded.com/wiki/images/3/30/Schematic_PIC_Interfacing_Hex_Keypad.pdf '''Schematic''']
+
In this tutorial we are going to discuss the serial/UART communication using PIC16F877A.<br>
 +
PIC16F877A comes with inbuilt USART which can be used for Synchronous/Asynchronous communication. We will be discussing only the UART.<br>
 +
After understating the basics of PIC16F877A UART module, We will discuss how to use the ExploreEmbedded libraries to communicate with any of the UART devices.<br><br><br><br>
  
[[File:Schematic PIC  Interfacing Hex Keypad.JPG|680px]]
+
 
<span style="color:red">'''Code and Explanation will be updated soon..'''</span>
+
[[File:0 UART main.gif]]

Revision as of 09:58, 5 May 2016

In this tutorial we are going to discuss the serial/UART communication using PIC16F877A.
PIC16F877A comes with inbuilt USART which can be used for Synchronous/Asynchronous communication. We will be discussing only the UART.
After understating the basics of PIC16F877A UART module, We will discuss how to use the ExploreEmbedded libraries to communicate with any of the UART devices.




0 UART main.gif