amitaiwe
Member level 3
- Joined
- Feb 19, 2014
- Messages
- 57
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 6
- Activity points
- 547
HI,
I am sending data via a PIC16f877 to a Bluetooth module (RN42SM)
and from there to a Android application.
The protocol for communication between the pic and the BT is via UART
and the BT default protocol is SPP.
The data received in the android app is always F8 or 80, no matter
whats the value of TXREG is.
What shell be done for getting the right data that's been send?
Is it a problem of the communication or interface?
If not and it's connected to the code- how do I send the data as ASCII characters?
I'm writing in Assembly.
Thanks, Amitai
I am sending data via a PIC16f877 to a Bluetooth module (RN42SM)
and from there to a Android application.
The protocol for communication between the pic and the BT is via UART
and the BT default protocol is SPP.
The data received in the android app is always F8 or 80, no matter
whats the value of TXREG is.
What shell be done for getting the right data that's been send?
Is it a problem of the communication or interface?
If not and it's connected to the code- how do I send the data as ASCII characters?
I'm writing in Assembly.
Thanks, Amitai