Shop OBEX P1 Docs P2 Docs Learn Events
Coding for GSM module — Parallax Forums

Coding for GSM module

nic21nic21 Posts: 12
edited 2015-04-20 23:38 in General Discussion
Hi,
I want to trigger the GSM module to send message to recipient when the signal exceed the threshold. Anyone can advise the C coding?
I suppose UART can be used but I could not find relevant coding on the net.

Comments

  • PublisonPublison Posts: 12,366
    edited 2015-04-05 12:27
    nic21 wrote: »
    Hi,
    I want to trigger the GSM module to send message to recipient when the signal exceed the threshold. Anyone can advise the C coding?
    I suppose UART can be used but I could not find relevant coding on the net.

    Parallax does not carry a GSM device. Which one are you referinng to? Which Parallax processor are you interfacing to, Basic Stamp or Propeller?
  • nic21nic21 Posts: 12
    edited 2015-04-08 02:12
    Publison wrote: »
    Parallax does not carry a GSM device. Which one are you referinng to? Which Parallax processor are you interfacing to, Basic Stamp or Propeller?

    Propeller project board. I have a GSM2 click board, when triggered, will send a message out.
  • max72max72 Posts: 1,155
    edited 2015-04-10 14:13
    I posted some spin code for the Sim900 modules.
    http://forums.parallax.com/showthread.php/149716-SIM-900-GSM-module-interface-object-WIP

    Being a terrible coder the object is buggy and faulty by definition, but might get you started.

    Massimo
  • nic21nic21 Posts: 12
    edited 2015-04-20 23:38
    I just realized what I need is the c coding for transmit and receive on the propeller project board by uart.
    Is the code available for use?
Sign In or Register to comment.