1GAMMU-DETECT(1)                      Gammu                     GAMMU-DETECT(1)
2
3
4

NAME

6       gammu-detect - Gammu device detection
7
8       New in version 1.28.95.
9
10

SYNOPSIS

12          gammu-detect [OPTIONS]
13

DESCRIPTION

15       Script to detect available devices, which might be suitable for gammu.
16
17       NOTE:
18          This program lists all devices, which might be suitable, it does not
19          do any probing on devices them self.
20
21       Currently it supports following devices:
22
23       · USB devices using udev
24
25       · Serial ports using udev
26
27       · Serial ports on Windows
28
29       · Bluetooth devices using Bluez
30
31       NOTE:
32          Supported devices depend on platform you are using and  compiled  in
33          features.  You  can find out what is actually compiled in by running
34          gammu-detect -v.
35
36       This program follows the usual  GNU  command  line  syntax,  with  long
37       options starting with two dashes (--). A summary of options is included
38       below.
39
40       -h, --help
41              Show summary of options.
42
43       -d, --debug
44              Show debugging output for detecting devices.
45
46       -v, --version
47              Show version information and compiled in features.
48
49       -u, --no-udev
50              Disables scanning of udev.
51
52       -b, --no-bluez
53              Disables scanning using Bluez.
54
55       -w, --no-win32-serial
56              Disables scanning of Windows serial ports.
57

OUTPUT

59       The output of gammu-detect is configuration file for  Gammu  (see  gam‐
60       murc)  with  configuration section for every device which might be used
61       with gammu.
62
63       NOTE:
64          You can choose which section to use in gammu by gammu -s.
65
66       When invoked as gammu-detect -d, also all examined devices  are  listed
67       as comments in the output.
68

EXAMPLE

70          ; Configuration file generated by gammu-detect.
71          ; Please check The Gammu Manual for more information.
72
73          [gammu]
74          device = /dev/ttyACM0
75          name = Nokia E52
76          connection = at
77
78          [gammu1]
79          device = /dev/ttyACM1
80          name = Nokia E52
81          connection = at
82
83          [gammu2]
84          device = /dev/ttyS0
85          name = Phone on serial port 0
86          connection = at
87
88          [gammu3]
89          device = /dev/ttyS1
90          name = Phone on serial port 1
91          connection = at
92
93          [gammu4]
94          device = /dev/ttyS2
95          name = Phone on serial port 2
96          connection = at
97
98          [gammu5]
99          device = /dev/ttyS3
100          name = Phone on serial port 3
101          connection = at
102
103          [gammu6]
104          device = 5C:57:C8:BB:BB:BB
105          name = Nokia E52
106          connection = bluephonet
107

AUTHOR

109       Michal Čihař <michal@cihar.com>
110
112       2009-2015, Michal Čihař <michal@cihar.com>
113
114
115
116
1171.42.0                           Oct 03, 2020                  GAMMU-DETECT(1)
Impressum