Serial Data on MIcrocontroller

Status
Not open for further replies.

jeyes56

Member
Hi guys,
please help me on reading a serial data to microcontroller.

i need to read the data output of an RFID Reader to a PIC16F877A Microcontroller.

Links to adfly deleted by moderator
 
Last edited by a moderator:
What language are you using. There may be a serial lib function to setup and use the USART.
 
im using MPLAB v8.50,, with High Tech C,

I have some question, is it ok to use both
#include<pic.h> and
#include<htc.h> ?
 
I think pic.h is for the 10F/12F/16F family compiler and that htc.h if for the 18F family compiler. So you will want to use pic.h.
 
Nearly right... htc.h calls pic.h anyway... I use htc.h with 12's, 16's and 18's
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…