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.

help needed for interfacing cc2500 with pic16f877a

Status
Not open for further replies.

gopes002586

Newbie level 1
Joined
Jun 16, 2010
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
india
Activity points
1,285
hi,


pls anyone could help me in interfacing cc2500 with pic16f877a @ 20 mhz, its would be grateful if anyone send the code as soon as possible

thnx
 

Tell me first, what programming language you are using to program your PIC? If you use PICBasic then it is real easy
with your data out pin connected A1 and data in connected to A2 use the following code

Code:
SerIn porta.1,N9600,["A",#(Data Variables separated by a comma)]
SerOut porta.2,N9600,["A",#(Data Variables separated by a comma)]
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top