zouganelis
Newbie level 3
Hi guys,
I know my contribution to this forum so far is still on level zero, but I'm running against time to finish a university project on time. After that, I promise to be a contributor
Here's the problem: I'm sending AT commands from the PIC to the phone, using the built-in UART Tx-Rx lines of the pic, I see no response from the PHONE at all. I've checked the phone's interface (PHONE TTL -> RS232) it works, and also the PIC interface (TTL->RS232) works as well, both tested connecting them directly to COM1 with HYPERTERMINAL. The reason for why I have to change twice the voltage levels is because the finished project is meant to be able to connect to any phone using a standard serial cable.
The thing that makes me worry is..that maybe I'm not actually sending a "SEND" command after the actual AT command...
What I mean is, when sending from the HYPERTERMINAL the command
AT , then you press the ENTER key on the keyboard, and supposedly it sends <CR> and <LF>
I do the same thng from the pic, sending A, T, 0x0D, 0x0A
but I get no response from the phone...Any ideas guys?
This problem has waisted me 5 days so far, it drives me crazy...
Thanks for any help in advance
Best regards,
Angelos
I know my contribution to this forum so far is still on level zero, but I'm running against time to finish a university project on time. After that, I promise to be a contributor
Here's the problem: I'm sending AT commands from the PIC to the phone, using the built-in UART Tx-Rx lines of the pic, I see no response from the PHONE at all. I've checked the phone's interface (PHONE TTL -> RS232) it works, and also the PIC interface (TTL->RS232) works as well, both tested connecting them directly to COM1 with HYPERTERMINAL. The reason for why I have to change twice the voltage levels is because the finished project is meant to be able to connect to any phone using a standard serial cable.
The thing that makes me worry is..that maybe I'm not actually sending a "SEND" command after the actual AT command...
What I mean is, when sending from the HYPERTERMINAL the command
AT , then you press the ENTER key on the keyboard, and supposedly it sends <CR> and <LF>
I do the same thng from the pic, sending A, T, 0x0D, 0x0A
but I get no response from the phone...Any ideas guys?
This problem has waisted me 5 days so far, it drives me crazy...
Thanks for any help in advance
Best regards,
Angelos