pic 16f877 rf communication

Status
Not open for further replies.

meerkat

Newbie level 1
Joined
Oct 30, 2005
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,286
I use a simple rf module to communicate PC and pic 16F877. I send characters and I receive different characters than I have send. But I take same wrong value for the same cahracters altough it is wrong. What can be the problem?
 

Make sure that bytes (characters) at both ends are in the sampe phase .. ie. if you send a "1" you should receive a "1" .. not a "0" (RS-232 drivers invert signal's phase, so if you use them, and computer port does, use them at both ends) ..
Next thing, check out if both ends use the same word structure (for example, 8bits, 1start, 1stop, no-parity) and baud rate ..

Regards,
IanP
 

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…