Posted by Ravi on 06/01/07 12:17
On Jun 1, 2:24 pm, "Johny Begood" <jbeg...@mickey.com> wrote:
> Hi All,
>
> Anyone any suggestions on sending AT modem commands to a mobile phone
> connected via Bluetooth, primarly to send SMS.
> How would you get php to send these commands
>
> AT
> OK
> AT+CMGF=1
> OK
> AT+CMGW="+85291234567"> A simple demo of SMS text messaging.
>
> +CMGW: 1
>
> OK
> AT+CMSS=1
> +CMSS: 20
>
> OK
>
> Any help gratefully accepted
>
> Cheers
>
Try using socket programming . I am not sure but try this
first connect to the Modem or mobile using sockets and then send that
commands like packets
i have done with java but never tested with php.
> PS this is driving me even more nuts!!
[Back to original message]
|