Sunday, February 25, 2018

Kirim sms dengan modem VT 12

Kirim sms dengan modem VT 12


Ehm, daripada nganggur mending ngeblog aja :D. Kali ini saya akan membahas tentang sedikit tips berkirim sms dengan modem vt 12. Langsung saja berikut ini langkah2 nya.

1. Install minicom
sudo apt-get install minicom

2. Cek modemnya :D
dmesg | grep -i gsm

ini hasil milik saya

[ 5.307853] USB Serial support registered for GSM modem (1-port)
[ 5.308779] option 4-1:1.0: GSM modem (1-port) converter detected
[ 5.309103] usb 4-1: GSM modem (1-port) converter now attached to ttyUSB0
[ 5.309121] option 4-1:1.1: GSM modem (1-port) converter detected
[ 5.309354] usb 4-1: GSM modem (1-port) converter now attached to ttyUSB1
[ 5.309950] option: v0.7.2:USB Driver for GSM modems
[ 5878.266233] option1 ttyUSB0: GSM modem (1-port) converter now disconnected from ttyUSB0
[ 5878.266439] option1 ttyUSB1: GSM modem (1-port) converter now disconnected from ttyUSB1
[ 5882.246273] option 4-1:1.0: GSM modem (1-port) converter detected
[ 5882.246539] usb 4-1: GSM modem (1-port) converter now attached to ttyUSB0
[ 5882.253349] option 4-1:1.1: GSM modem (1-port) converter detected
[ 5882.253579] usb 4-1: GSM modem (1-port) converter now attached to ttyUSB1

modem terdetect di ttyUSB0

3. Setting minicom
sudo minicom -s


kemudian pilih serial port setup

ubah parameter A - Serial Device : /dev/ttyUSB0

untuk merubah parameternya tinggal ketikan huruf awal parameter tersebut (contoh ketik A= untuk merubah parameter serial device)

enter dan tekan huruf y untuk mengkonfirmasi :D

setelah selesai pilih Save setup as dfl

kemudian pilih Exit from Minicom

4. Jalankan minicom
sudo minicom

bila anda mendapatkan seperti yang dibawah ini berarti minicom siap digunakan :D


Welcome to minicom 2.5

OPTIONS: I18n
Compiled on Feb 5 2011, 06:31:35.
Port /dev/ttyUSB0

Press CTRL-A Z for help on special keys




untuk berkirim sms

at$hsmssd = (telp),(jumlah huruf),(1,1) kemudian enter
(ketik sms)


contoh
at$hsmssd = 08123456789,15,1,1
OK
ini teks smsnya

catatan : jumlah hurufnya harus sama dengan jumlah teksnya :D

Perintah yang lain

melihat index
AT$HSMSML=

Lists index of Read messages.
1 = Read,
2 = Unread,
3 = Send,
4 = Failed


baca
AT$HSMSRD=(diisi nomor)

hapus sms
AT+CMGD=(diisi nomor)



telpon
at+cdv=nomor telepon

selamat mencoba dan semoga bermanfaat :D


referensi : http://mochridam.blogspot.com/2011/01/at-command-pada-modem-vt-12-cdma-untuk.html



go to link download
download

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.