hmrox
Junior Member level 1
As a part of my project, I'm supposed to send the readings I receive from sensors to a mobile phone. I'm using the BlueTerm app in an Android phone to connect to a lowcost Bluetooth adapter which is attached to the USART port of the pic18f4550.To confirm the functionality of the arrangement I wrote a code which sends back whatever text or number sent from the BlueTerm app. Furthermore, I held the PIC in reset when sending the input from the phone and the echoing stopped.
Now the issue is, I'm unable to send data to the phone directly from the code. Should I convert the data to a certain variable type or send it directly as integer type ? Any help is appreciated..
Now the issue is, I'm unable to send data to the phone directly from the code. Should I convert the data to a certain variable type or send it directly as integer type ? Any help is appreciated..