how to implement a C#database that can recieve sms through infrared

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mar59
    New Member
    • Jul 2008
    • 1

    how to implement a C#database that can recieve sms through infrared

    actualli i want to crerate a project in which a user sends message through mobile and the system recieve its sms through infrared,but how should i implement it through c# programming.
    how my database would know that the message has been recieved and it should continue its proceedings???? ????????
    i will be very greatful to u if u solve my query.
    reply soooooooooooooo n
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Suggest you search the PDU Encoder and PDU Decoder from google for encoding / decoding SMS PDU. Connect to your phone by bluetooth / Infrared through serial connection, and the remaining will be AT commands. Read the AT command reference. HTH.

    Comment

    Working...