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

Cookies are required to use this site. You must accept them to continue using the site. Learn more…