| GAMMU-DETECT(1) | Gammu | GAMMU-DETECT(1) |
NAME
gammu-detect - Gammu device detection
Added in version 1.28.95.
SYNOPSIS
gammu-detect [OPTIONS]
DESCRIPTION
Script to detect available devices, which might be suitable for Gammu Utility <#gammu>.
Note:
Currently it supports following devices:
- USB devices using udev
- Serial ports using udev
- Serial ports on Windows
- Bluetooth devices using Bluez
Note:
This program follows the usual GNU command line syntax, with long options starting with two dashes (--). A summary of options is included below.
- -h, --help
- Show summary of options.
- -d, --debug
- Show debugging output for detecting devices.
- -v, --version
- Show version information and compiled in features.
- -u, --no-udev
- Disables scanning of udev.
- -b, --no-bluez
- Disables scanning using Bluez.
- -w, --no-win32-serial
- Disables scanning of Windows serial ports.
OUTPUT
The output of gammu-detect is configuration file for Gammu (see Gammu Configuration File <#gammurc>) with configuration section for every device which might be used with Gammu Utility <#gammu>.
Note:
When invoked as gammu-detect -d https://docs.python.org/3.9/using/cmdline.html#cmdoption-d, also all examined devices are listed as comments in the output.
EXAMPLE
; Configuration file generated by gammu-detect. ; Please check The Gammu Manual for more information. [gammu] device = /dev/ttyACM0 name = Nokia E52 connection = at [gammu1] device = /dev/ttyACM1 name = Nokia E52 connection = at [gammu2] device = /dev/ttyS0 name = Phone on serial port 0 connection = at [gammu3] device = /dev/ttyS1 name = Phone on serial port 1 connection = at [gammu4] device = /dev/ttyS2 name = Phone on serial port 2 connection = at [gammu5] device = /dev/ttyS3 name = Phone on serial port 3 connection = at [gammu6] device = 5C:57:C8:BB:BB:BB name = Nokia E52 connection = bluephonet
Author
Michal Čihař <michal@cihar.com>
Copyright
2009-2015, Michal Čihař <michal@cihar.com>
| February 9, 2026 | 1.43.2 |