Added Gammu example config and renamed uplink example config file.
This commit is contained in:
parent
fe15992ad6
commit
8dd15e6e29
2 changed files with 41 additions and 0 deletions
41
etc/gammurc.example
Normal file
41
etc/gammurc.example
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
# In Unix/Linux : copy it into your home directory and name it .gammurc
|
||||
# or into /etc and name it gammurc
|
||||
# In Win32 : copy it into directory with Gammu.exe and name gammurc
|
||||
#
|
||||
# Port : in Windows/DOS: "com*:",
|
||||
# (instead of "*" please put "1", "2", etc.)
|
||||
# in other (Linux/Unix) "/dev/ttyS%"
|
||||
# or "/dev/ircomm%" ("irda" connection)
|
||||
# (instead of "%" please put "0", "1", "2", etc.)
|
||||
# Model : use only, when Gammu doesn't recognize your phone model.
|
||||
# Put it here. Example values: "6110", "6150", "6210", "8210"
|
||||
# Connection : type of connection. Use "fbus" or "mbus" or "dlr3" or
|
||||
# "irda" (Infrared over sockets) or "infrared" (DirectIR)
|
||||
# or "at19200" (AT commands on 19200, 8 bits, None parity,
|
||||
# 1 stop bit, no flow control) or "at115200" (AT commands on
|
||||
# 115200, 8 bits, None parity, 1 stop bit, no flow control)
|
||||
# or "atblue" (AT over BlueTooth) or "dlr3blue" (FBUS
|
||||
# over BlueTooth)
|
||||
# SynchronizeTime: if you want to set time from computer to phone during
|
||||
# starting connection. Do not rather use this option when want
|
||||
# to reset phone during connection (in some phones need to
|
||||
# set time again after restart)
|
||||
# Logfile : Use, when want to have logfile from communication.
|
||||
# Logformat : What debug info and format should be used:
|
||||
# "nothing" - no debug level, "text" - transmission dump in
|
||||
# text format, "textall" - all possible info in text format,
|
||||
# "errors" - errors in text format, "binary" - transmission
|
||||
# dump in binary format
|
||||
# Use_Locking : under Unix/Linux use "yes", if want to lock used device
|
||||
# to prevent using it by other applications
|
||||
# GammuLoc : name of localisation file
|
||||
|
||||
[gammu]
|
||||
port = /dev/ttyUSB0
|
||||
model = MC60
|
||||
connection = at19200
|
||||
synchronizetime = yes
|
||||
logfile = /home/USER/uplink/log/uplink.log
|
||||
logformat = errors
|
||||
use_locking =
|
||||
gammuloc =
|
||||
Loading…
Add table
Add a link
Reference in a new issue