Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Receiving more that one character on PIC16f877

Status
Not open for further replies.

vlappe

Newbie level 3
Joined
Apr 5, 2008
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,306
Hi

I want some help on receiving more that one character when send over RS232 to my PIC16f877. I can only recieve one character at the moment. Im using ccs c compiler.
 

Hi vlappe,

You have to write the software to receive one byte by one byte at a time.
This will allow you to receive more characters.
In order to write a generic code for receiving many char,
it is very likely that you have to use a data array or pointer
to help you implement the codes.

You can already receive a byte, which is very good already.
You should be able proceed further from here.

Best Regards,
Siong Boon
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top