AT Commands

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Johny Begood

    AT Commands

    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="+85291 234567"
    A simple demo of SMS text messaging.
    +CMGW: 1

    OK
    AT+CMSS=1
    +CMSS: 20

    OK

    Any help gratefully accepted

    Cheers

    PS this is driving me even more nuts!!


  • Ravi

    #2
    Re: AT Commands

    On Jun 1, 2:24 pm, "Johny Begood" <jbeg...@mickey .comwrote:
    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="+85291 234567"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!!

    Comment

    Working...