.\" Man page generated from reStructuredText. . .TH "GAMMURC" "5" "Oct 03, 2020" "1.42.0" "Gammu" .SH NAME gammurc \- gammu(1) configuration file . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .SH SYNOPSIS .sp On Linux, MacOS X, BSD and other Unix\-like systems, the config file is searched in following order: .INDENT 0.0 .IP 1. 3 \fB$XDG_CONFIG_HOME/gammu/config\fP .IP 2. 3 \fB~/.config/gammu/config\fP .IP 3. 3 \fB~/.gammurc\fP .IP 4. 3 \fB/etc/gammurc\fP .UNINDENT .sp On Microsoft Windows: .INDENT 0.0 .IP 1. 3 \fB%PROFILE%\eApplication Data\egammurc\fP .IP 2. 3 \fB\&.\egammurc\fP .UNINDENT .SH DESCRIPTION .sp Gammu requires configuration to be able to properly talk to your phone. gammu reads configuration from a config file. It\(aqs location is determined on runtime, see above for search paths. .sp You can use gammu\-config or gammu\-detect to generate configuration file or start from \fI\%Fully documented example\fP\&. .sp For hints about configuring your phone, you can check Gammu Phone Database <\fI\%https://wammu.eu/phones/\fP> to see what user users experienced. .sp This file use ini file syntax, see ini\&. .sp Configuration file for gammu can contain several sections \- \fB[gammu]\fP, \fB[gammu1]\fP, \fB[gammuN]\fP, ... Each section configures one connection setup and in default mode gammu tries all of them in numerical order. You can also specify which configuration section to use by giving it\(aqs number (\fI\%[gammu]\fP has number 0) as a parameter to gammu and it will then use only this section. .INDENT 0.0 .TP .B [gammu] .UNINDENT .sp This section is read by default unless you specify other on command line. .SS Device connection parameters .INDENT 0.0 .TP .B Connection Protocol which will be used to talk to your phone. .sp For Nokia cables you want to use one of following: .INDENT 7.0 .TP .B \fBfbus\fP serial FBUS connection .TP .B \fBdlr3\fP DLR\-3 and compatible cables .TP .B \fBdku2\fP DKU\-2 and compatible cables .TP .B \fBdku5\fP DKU\-5 and compatible cables .TP .B \fBmbus\fP serial MBUS connection .UNINDENT .sp If you use some non original cable, you might need to append \fB\-nodtr\fP (eg. for ARK3116 based cables) or \fB\-nopower\fP, but Gammu should be able to detect this automatically. .sp For non\-Nokia phones connected using cable you generally want: .INDENT 7.0 .TP .B \fBat\fP generic AT commands based connection .UNINDENT .sp You can optionally specify speed of the connection, eg. \fBat19200\fP, but it is not needed for modern USB cables. .sp For IrDA connections use one of following: .INDENT 7.0 .TP .B \fBirdaphonet\fP Phonet connection for Nokia phones. .TP .B \fBirdaat\fP AT commands connection for most of phones (this is not supported on Linux). .TP .B \fBirdaobex\fP OBEX (IrMC or file transfer) connection for most of phones. .TP .B \fBirdagnapbus\fP GNapplet based connection for Symbian phones, see gnapplet\&. .UNINDENT .sp For Bluetooth connection use one of following: .INDENT 7.0 .TP .B \fBbluephonet\fP Phonet connection for Nokia phones. .TP .B \fBbluefbus\fP FBUS connection for Nokia phones. .TP .B \fBblueat\fP AT commands connection for most of phones. .TP .B \fBblueobex\fP OBEX (IrMC or file transfer) connection for most of phones. .TP .B \fBbluerfgnapbus\fP GNapplet based connection for Symbian phones, see gnapplet\&. .TP .B \fBblues60\fP Connection to Series60 applet in S60 phones, see s60\&. .sp New in version 1.29.90. .UNINDENT .sp New in version 1.36.7: Gammu now supports connecting using proxy command. .sp You can also proxy the connection using shell command, for example to different host. This can be done using proxy connections: .INDENT 7.0 .TP .B \fBproxyphonet\fP Phonet connection for Nokia phones. .TP .B \fBproxyfbus\fP FBUS connection for Nokia phones. .TP .B \fBproxyat\fP AT commands connection for most of phones. .TP .B \fBproxyobex\fP OBEX (IrMC or file transfer) connection for most of phones. .TP .B \fBproxygnapbus\fP GNapplet based connection for Symbian phones, see gnapplet\&. .TP .B \fBproxys60\fP Connection to Series60 applet in S60 phones, see s60\&. .UNINDENT .sp \fBSEE ALSO:\fP .INDENT 7.0 .INDENT 3.5 faq\-config .UNINDENT .UNINDENT .UNINDENT .INDENT 0.0 .TP .B Device New in version 1.27.95. .sp Device node or address of phone. It depends on used connection. .sp For \fBcables\fP or emulated serial ports, you enter device name (for example \fB/dev/ttyS0\fP, \fB/dev/ttyACM0\fP, \fB/dev/ircomm0\fP, \fB/dev/rfcomm0\fP on Linux, \fB/dev/cuad0\fP on FreeBSD or \fBCOM1:\fP on Windows). The special exception are DKU\-2 and DKU\-5 cables on Windows, where the device is automatically detected from driver information and this parameters is ignored. .sp \fBNOTE:\fP .INDENT 7.0 .INDENT 3.5 Some USB modems expose several interfaces, in such cases Gammu works best with "User" one, you can find more information on <\fI\%http://www.dd\-wrt.com/wiki/index.php/Mobile_Broadband\fP>. .UNINDENT .UNINDENT .sp For \fBUSB\fP connections (currently only fbususb and dku2 on Linux), you can specify to which USB device Gammu should connect. You can either provide vendor/product IDs or device address on USB: .INDENT 7.0 .INDENT 3.5 .sp .nf .ft C Device = 0x1234:0x5678 # Match device by vendor and product id Device = 0x1234:\-1 # Match device by vendor id Device = 1.10 # Match device by usb bus and device address Device = 10 # Match device by usb device address Device = serial:123456 # Match device by serial string .ft P .fi .UNINDENT .UNINDENT .sp \fBNOTE:\fP .INDENT 7.0 .INDENT 3.5 On Linux systems, you might lack permissions for some device nodes. You might need to be member of some group (eg. \fBplugdev\fP or \fBdialout\fP) or or add special udev rules to enable you access these devices as non\-root. .sp For Nokia phones you can put following file (also available in sources as \fBcontrib/udev/69\-gammu\-acl.rules\fP) as \fB/etc/udev/rules.d/69\-gammu\-acl.rules\fP: .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C # # udev rule to give users access to USB device to be used by Gammu # ACTION!="add|change", GOTO="gammu_acl_rules_end" KERNEL!="ttyACM[0\-9]*", GOTO="gammu_acl_rules_end" SUBSYSTEM!="tty", GOTO="gammu_acl_rules_end" # Nokia devices ATTRS{manufacturer}=="Nokia", TAG+="uaccess" # Example for Sony Ericsson J108i Cedar # ATTRS{idVendor}=="0fce", ATTRS{idProduct}=="d14e", TAG+="uaccess" LABEL="gammu_acl_rules_end" .ft P .fi .UNINDENT .UNINDENT .UNINDENT .UNINDENT .sp In case your USB device appears as the serial port in the system (eg. \fB/dev/ttyACM0\fP on Linux or \fBCOM5:\fP on Windows), just use same setup as with serial port. .sp For \fBBluetooth\fP connection you have to enter Bluetooth address of your phone (you can list Bluetooth devices in range on Linux using \fBhcitool scan\fP command). Optionally you can also force Gammu to use specified channel by including channel number after slash. .sp Before using Gammu, your device should be paired with computer or you should have set up automatic pairing. .sp For \fBProxy\fP connections, you need to specify command which should be executed. It is supposed to pass bidirectional communication from Gammu to the device. This can happen for example over network. .sp For \fBIrDA\fP connections, this parameters is not used at all. .sp If IrDA does not work on Linux, you might need to bring up the interface and enable discovery (you need to run these commands as root): .INDENT 7.0 .INDENT 3.5 .sp .nf .ft C ip l s dev irda0 up # Enables irda0 device sysctl net.irda.discovery=1 # Enables device discovery on IrDA .ft P .fi .UNINDENT .UNINDENT .sp \fBNOTE:\fP .INDENT 7.0 .INDENT 3.5 Native IrDA is not supported on Linux, you need to setup virtual serial port for it (eg. \fB/dev/ircomm0\fP) and use it same way as cable. This can be usually achieved by loading modules \fBircomm\-tty\fP and \fBirtty\-sir\fP: .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C modprobe ircomm\-tty modprobe irtty\-sir .ft P .fi .UNINDENT .UNINDENT .UNINDENT .UNINDENT .sp \fBSEE ALSO:\fP .INDENT 7.0 .INDENT 3.5 faq\-config .UNINDENT .UNINDENT .UNINDENT .INDENT 0.0 .TP .B Port Deprecated since version 1.27.95: Please use \fI\%Device\fP instead. .sp Alias for \fI\%Device\fP, kept for backward compatibility. .UNINDENT .INDENT 0.0 .TP .B Model Do not use this parameter unless really needed! The only use case for this is when Gammu does not know your phone and misdetects it\(aqs features. .sp The only special case for using model is to force special type of OBEX connection instead of letting Gammu try the best suited for selected operation: .INDENT 7.0 .TP .B \fBobexfs\fP force using of file browsing service (file system support) .TP .B \fBobexirmc\fP force using of IrMC service (contacts, calendar and notes support) .TP .B \fBobexnone\fP none service chosen, this has only limited use for sending file (\fBgammu sendfile\fP command) .TP .B \fBmobex\fP m\-obex service for Samsung phones .UNINDENT .UNINDENT .INDENT 0.0 .TP .B Use_Locking On Posix systems, you might want to lock serial device when it is being used using UUCP\-style lock files. Enabling this option (setting to yes) will make Gammu honor these locks and create it on startup. On most distributions you need additional privileges to use locking (eg. you need to be member of uucp group). .sp This option has no meaning on Windows. .UNINDENT .SS Connection options .INDENT 0.0 .TP .B SynchronizeTime If you want to set time from computer to phone during starting connection. .UNINDENT .INDENT 0.0 .TP .B StartInfo This option allows one to set, that you want (setting \fByes\fP) to see message on the phone screen or phone should enable light for a moment during starting connection. Phone will not beep during starting connection with this option. This works only with some Nokia phones. .UNINDENT .SS Debugging options .INDENT 0.0 .TP .B LogFile Path to file where information about communication will be stored. .sp \fBNOTE:\fP .INDENT 7.0 .INDENT 3.5 For most debug levels (excluding \fBerrors\fP) the log file is overwritten on each execution. .UNINDENT .UNINDENT .UNINDENT .INDENT 0.0 .TP .B LogFormat Determines what all will be logged to \fBLogFile\fP\&. Possible values are: .INDENT 7.0 .TP .B \fBnothing\fP no debug level .TP .B \fBtext\fP transmission dump in text format .TP .B \fBtextall\fP all possible info in text format .TP .B \fBtextalldate\fP all possible info in text format, with time stamp .TP .B \fBerrors\fP errors in text format .TP .B \fBerrorsdate\fP errors in text format, with time stamp .TP .B \fBbinary\fP transmission dump in binary format .UNINDENT .sp For debugging use either \fBtextalldate\fP or \fBtextall\fP, it contains all needed information to diagnose problems. .UNINDENT .INDENT 0.0 .TP .B Features Custom features for phone. This can be used as override when values coded in \fBcommon/gsmphones.c\fP are bad or missing. Consult \fBinclude/gammu\-info.h\fP for possible values (all \fBGSM_Feature\fP values without leading \fBF_\fP prefix). Please report correct values to Gammu authors. .UNINDENT .SS Locales and character set options .INDENT 0.0 .TP .B GammuCoding Forces using specified codepage (for example \fB1250\fP will force CP\-1250 or \fButf8\fP for UTF\-8). This should not be needed, Gammu detects it according to your locales. .UNINDENT .INDENT 0.0 .TP .B GammuLoc Path to directory with localisation files (the directory should contain \fBLANG/LC_MESSAGES/gammu.mo\fP). If gammu is properly installed it should find these files automatically. .UNINDENT .SS Advanced options .sp Advanced options are used to alter default logic, when using these options the user is responsible for ensuring any settings are correct for the target device and that they produce the desired behaviour. .INDENT 0.0 .TP .B atgen_setCNMI For configurations using the generic AT command protocol it is possible to override the default indicators used when a new SMS message is received. .sp The value for the setting is a comma delimited list of single digits corresponding to the values for the \fBAT+CNMI\fP modem command. If a digit is not provided, or if the provided digit is outside of the acceptable range for the device the default value is used. .sp For example setting \fBatgen_setcnmi = ,,2\fP would set the third parameter of the CNMI command to the value 2, leaving the rest of the parameters at default, and \fBatgen_setcnmi = 1,,,1\fP would set the first and fourth parameters respectively. .UNINDENT .SS Other options .INDENT 0.0 .TP .B DataPath Additional path where to search for data files. The default path is configured on build time (and defaults to \fB/usr/share/data/gammu\fP on Unix systems). Currently it is used only for searching files to upload to phone using \fBgammu install\fP\&. .UNINDENT .SH EXAMPLES .sp There is more complete example available in Gammu documentation, see gammu\&. .SS Connection examples .sp Gammu configuration for Nokia phone using DLR\-3 cable: .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C [gammu] device = /dev/ttyACM0 connection = dlr3 .ft P .fi .UNINDENT .UNINDENT .sp Gammu configuration for Sony\-Ericsson phone (or any other AT compatible phone) connected using USB cable: .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C [gammu] device = /dev/ttyACM0 connection = at .ft P .fi .UNINDENT .UNINDENT .sp Gammu configuration for Sony\-Ericsson (or any other AT compatible phone) connected using bluetooth: .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C [gammu] device = B0:0B:00:00:FA:CE connection = blueat .ft P .fi .UNINDENT .UNINDENT .sp Gammu configuration for phone which needs to manually adjust Bluetooth channel to use channel 42: .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C [gammu] device = B0:0B:00:00:FA:CE/42 connection = blueat .ft P .fi .UNINDENT .UNINDENT .SS Working with multiple phones .sp Gammu can be configured for multiple phones (however only one connection is used at one time, you can choose which one to use with \fI\%gammu \-s\fP parameter). Configuration for phones on three serial ports would look like following: .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C [gammu] device = /dev/ttyS0 connection = at [gammmu1] device = /dev/ttyS1 connection = at [gammmu2] device = /dev/ttyS2 connection = at .ft P .fi .UNINDENT .UNINDENT .SS Connecting to remote phone .sp New in version 1.36.7. .sp You can connect using Gammu to phone running on different host. This can be achieved using proxy connection, which executes command to forward bi\-directional communication with the phone. .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C [gammu] device = ssh root@my.router /usr/local/bin/myscript /dev/ttyUSB0 connection = proxyat .ft P .fi .UNINDENT .UNINDENT .sp You can find sample script which can be used on the remote side in \fBcontrib/proxy/gammu\-backend\fP\&. .SS Fully documented example .sp You can find this sample file as \fBdocs/config/gammurc\fP in Gammu sources. .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C ; This is a sample ~/.gammurc file. ; 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 ; More about parameters later ; Anything behind ; or # is comment. ; \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\- [gammu] device = com8: connection = irdaphonet ; Do not use model configuration unless you really need it ;model = 6110 ;synchronizetime = yes ;logfile = gammulog ;logformat = textall ;use_locking = yes ;gammuloc = locfile ;startinfo = yes ;gammucoding = utf8 ;usephonedb = yes [gammu1] device = com8: ;model = 6110 connection = fbusblue ;synchronizetime = yes ;logfile = gammulog ;logformat = textall ;use_locking = yes ;gammuloc = locfile ;startinfo = yes ;gammucoding = utf8 ; Step 1. Please find required Connection parameter and look into assigned ; with it device type. With some Connection you must set concrete model ; ================================================================ cables ===== ; New Nokia protocol for FBUS/DAU9P ; Connection "fbus", device type serial ; New Nokia protocol for DLR3/DLR3P ; Connection "fbusdlr3"/"dlr3", device type serial ; New Nokia protocol for DKU2 (and phone with USB converter on phone mainboard ; like 6230) ; Connection "dku2phonet"/"dku2", device type dku2 on Windows ; Connection "fbususb" on Linux ; New Nokia protocol for DKU5 (and phone without USB converter on phone ; mainboard like 5100) ; Connection "dku5fbus"/"dku5", device type dku5 ; New Nokia protocol for PL2303 USB cable (and phone without USB converter ; on phone mainboard like 5100) ; Connection "fbuspl2303", device type usb ; Old Nokia protocol for MBUS/DAU9P ; Connection "mbus", device type serial ; Variants: ; You can modify a bit behaviour of connection using additional flags ; specified just after connection name like connection\-variant. ; If you\(aqre using ARK3116 cable (or any other which does not like dtr ; handling), you might need \-nodtr variant of connection, eg. dlr3\-nodtr. ; If cable you use is not powered over DTR/RTS, try using \-nopower variant of ; connection, eg. fbus\-nopower. ; \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\- ; AT commands for DLR3, DKU5 or other AT compatible cable (8 bits, None ; parity, no flow control, 1 stop bit). Used with Nokia, Alcatel, Siemens, etc. ; Connection "at19200"/"at115200"/.., device type serial ; AT commands for DKU2 cable ; Connection "dku2at", device type dku2 ; ============================================================== infrared ===== ; Nokia protocol for infrared with Nokia 6110/6130/6150 ; Connection "fbusirda"/"infrared", device type serial ; Nokia protocol for infrared with other Nokia models ; Connection "irdaphonet"/"irda", device type irda ; \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\- ; AT commands for infrared. Used with Nokia, Alcatel, Siemens, etc. ; Connection "irdaat", device type irda ; \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\- ; OBEX for infrared ; Connection "irdaobex", device type irda. ; ============================================================= Bluetooth ===== ; Nokia protocol with serial device set in BT stack (WidComm, other) from ; adequate service and Nokia 6210 ; Connection "fbusblue", device type serial ; Nokia protocol with serial device set in BT stack (WidComm, other) from ; adequate service and other Nokia models ; Connection "phonetblue", device type serial ; \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\- ; Nokia protocol for Bluetooth stack with Nokia 6210 ; Connection "bluerffbus", device type BT ; Nokia protocol for Bluetooth stack with DCT4 Nokia models, which don\(aqt inform ; about services correctly (6310, 6310i with firmware lower than 5.50, 8910,..) ; Connection "bluerfphonet", device type BT ; Nokia protocol for Bluetooth stack with other DCT4 Nokia models ; Connection "bluephonet", device type BT ; \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\- ; AT commands for Bluetooth stack and 6210 / DCT4 Nokia models, which don\(aqt ; inform about BT services correctly (6310, 6310i with firmware lower ; than 5.50, 8910,..) ; Connection "bluerfat", device type BT ; AT commands for Bluetooth stack with other phones (Siemens, other Nokia,etc.) ; Connection "blueat", device type BT ; \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\- ; OBEX for Bluetooth stack with DCT4 Nokia models, which don\(aqt inform about ; BT services correctly (6310, 6310i with firmware lower than 5.50, 8910,...) ; Connection "bluerfobex", device type BT ; OBEX for Bluetooth stack with other phones (Siemens, other Nokia, etc.) ; Connection "blueobex", device type BT. ; \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\- ; Connection "bluerfgnapbus", device type BT, model "gnap" ; Connection "irdagnapbus", device type irda, model "gnap" ; Step2. According to device type from Step1 and used OS set Port parameter ; \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\- ; Port type | "Port" parameter in Windows/DOS | "Port" parameter in Linux/Unix ; \-\-\-\-\-\-\-\-\-\-|\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-|\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\- ; serial | "com*:" | "/dev/ttyS*" ; | (example "com1:") | (example "/dev/ttyS1") ; | | or "/dev/tts/**" (with DevFS) ; | | virtual serial ports like ; | | "/dev/ircomm*" or "/dev/rfcomm*" ; \-\-\-\-\-\-\-\-\-\-|\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-|\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\- ; irda | ignored (can be empty) | ignored (can be empty) ; \-\-\-\-\-\-\-\-\-\-|\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-|\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\- ; BT | Bluetooth device address (example "00:11:22:33:44:55"). ; | Optionally you can also include channel after slash ; | (example "00:11:22:33:44:55/12"). Can be also empty. ; \-\-\-\-\-\-\-\-\-\-|\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-|\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\- ; dku2 | ignored (can be empty) | /dev/ttyUSB* or /dev/ttyACM* ; \-\-\-\-\-\-\-\-\-\-|\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-|\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\- ; dku5 | ignored (can be empty) | connection with it not possible ; \-\-\-\-\-\-\-\-\-\-|\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-|\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\- ; usb | connection with it not possible | "/dev/ttyUSB*" ; Step3. Set other config parameters ; \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\- ; Parameter name | Description ; \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-|\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\- ; Model | Should not be used unless you have a good reason to do so. ; | If Gammu doesn\(aqt recognize your phone model, put it here. ; | Example values: "6110", "6150", "6210", "8210" ; SynchronizeTime | if you want to set time from computer to phone during ; | starting connection. Do not rather use this option when ; | when to reset phone during connection (in some phones need ; | to set time again after restart) ; GammuLoc | name of localisation file ; StartInfo | this option allows one to set, that you want (setting "yes") ; | to see message on the phone screen or phone should enable ; | light for a moment during starting connection. Phone ; | WON\(aqT beep during starting connection with this option. ; GammuCoding | forces using specified codepage (in win32 \- for example ; | "1250" will force CP1250) or UTF8 (in Linux \- "utf8") ; \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-|\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\- ; Logfile | Use, when want to have logfile from communication. ; Logformat | What debug info and format should be used: ; | "nothing" \- no debug level (default) ; | "text" \- transmission dump in text format ; | "textall" \- all possible info in text format ; | "errors" \- errors in text format ; | "binary" \- transmission dump in binary format ; \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-|\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\- ; Features | Custom features for phone. This can be used as override ; | when values coded in common/gsmphones.c are bad or ; | missing. Consult include/gammu\-info.h for possible values ; | (all Feature values without leading F_ prefix). ; | Please report correct values to Gammu authors. ; \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-|\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\- ; Use_Locking | under Unix/Linux use "yes", if want to lock used device ; | to prevent using it by other applications. In win32 ignored ; vim: et ts=4 sw=4 sts=4 tw=78 spell spelllang=en_us .ft P .fi .UNINDENT .UNINDENT .SH AUTHOR Michal Čihař .SH COPYRIGHT 2009-2015, Michal Čihař .\" Generated by docutils manpage writer. .