Langsung ke konten utama

Setting multiple modem pada gammurc

[gammu]
model = dummy
connection = none
device = C:\gammu\bin

;model = AT
;connection =at115200
;name  = Master Vidya 1
;device   = com35:

[gammu1]
model = dummy
connection = none
device = C:\gammu\bin\sms

;model = AT
;connection =at115200
;name  = Master Vidya 2
;device   = com36:

[gammu2]
model = dummy
connection = none
device = C:\gammu\bin\fs

;model = AT
;connection =at115200
;name = Master Vidya 3
;device   = com37:

[gammu3]
model = dummy
connection = none
device = C:\gammu\bin\note

;model = AT
;connection =at115200
;name  = Master Vidya 4
;device   = com38:

Komentar

Popular Posts

Extjs html class render

Ext.select('.datepicker').each(function(el){ new Ext.form.DateField({ allowBlank : true, renderTo: el, format:'m-d-Y', editable:false, width:140, fieldCls : 'tanggal x-form-field x-form-text x-trigger-noedit', }); }); Ext.select('.note').each(function(el){ new Ext.form.field.TextArea({ allowBlank : false, renderTo: el, grow : true, hideLabel : true, fieldCls : 'pesan x-form-field x-form-text x-trigger-noedit', }); });