ts-7000
[Top] [All Lists]

Re: [ts-7000] GSM1 SMS question

To:
Subject: Re: [ts-7000] GSM1 SMS question
From: Razvan-Ionut Stoian <>
Date: Mon, 13 Apr 2009 14:55:38 -0700 (PDT)


It's relatively easy to send a simple message. I used the following python script to send SMS from a Motorola cell phone connected to the USB port (TS7200).

#!/usr/bin/python

import serial

# install python-serial with sudo apt-get install python-serial

ser_dev = serial.Serial('/dev/ttyACM0', 115200)
#ser_dev.bytesize = 8
#ser_dev.parity = "N"
#ser_dev.stopbits = 1
#ser_dev.timeout = 0.1
ser_dev.open()
print ser_dev
ser_dev.write("ATZ\r")
ser_dev.write("AT+CMGF=1\r")
ser_dev.write("AT+CMGS=\"+1800-GET-LOST\"\r")
ser_dev.write("Test string")
ser_dev.write("\032") # the equivalent of CTRL-Z in minicom or hyperterminal
ser_dev.close()

# http://www.developershome.com/sms/ - great reference for AT commands
 The only thing you need to change in the listing is the device name of your GSM modem and (un)comment the settings for the serial port.



--- On Mon, 4/13/09, hishamelgaurf <> wrote:
From: hishamelgaurf <>
Subject: [ts-7000] GSM1 SMS question
To:
Date: Monday, April 13, 2009, 5:46 PM

Hi all

I have one ts-7250 board and i need SMS messaging and Internet connectivity through GSM network using a SIM card, also i have used PC/104 to perform some control functions

so if i bought ts-GSM1 pc/104 card can I get SMS messaging and Internet connectivity without buying anything else ?

also to make the control functions i have made it some latches and buffers on printed board, if i will stack PC/104 cards do i need certain hardware in my card, to make identification for each card

Thanks in advance




__._,_.___


Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: =Email Delivery: Digest | m("yahoogroups.com?subject","ts-7000-fullfeatured");=Change Delivery Format: Fully Featured">Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | =Unsubscribe

__,_._,___
<Prev in Thread] Current Thread [Next in Thread>
Admin

Disclaimer: Neither Andrew Taylor nor the University of NSW School of Computer and Engineering take any responsibility for the contents of this archive. It is purely a compilation of material sent by many people to the birding-aus mailing list. It has not been checked for accuracy nor its content verified in any way. If you wish to get material removed from the archive or have other queries about the archive e-mail Andrew Taylor at this address: andrewt@cse.unsw.EDU.AU