.\" Man page generated from reStructuredText. . .TH "GAMMU-DETECT" "1" "Oct 03, 2020" "1.42.0" "Gammu" .SH NAME gammu-detect \- Gammu device detection . .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 .. .sp New in version 1.28.95. .SH SYNOPSIS .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C gammu\-detect [OPTIONS] .ft P .fi .UNINDENT .UNINDENT .SH DESCRIPTION .sp Script to detect available devices, which might be suitable for gammu\&. .sp \fBNOTE:\fP .INDENT 0.0 .INDENT 3.5 This program lists all devices, which might be suitable, it does not do any probing on devices them self. .UNINDENT .UNINDENT .sp Currently it supports following devices: .INDENT 0.0 .IP \(bu 2 USB devices using udev .IP \(bu 2 Serial ports using udev .IP \(bu 2 Serial ports on Windows .IP \(bu 2 Bluetooth devices using Bluez .UNINDENT .sp \fBNOTE:\fP .INDENT 0.0 .INDENT 3.5 Supported devices depend on platform you are using and compiled in features. You can find out what is actually compiled in by running \fI\%gammu\-detect \-v\fP\&. .UNINDENT .UNINDENT .sp This program follows the usual GNU command line syntax, with long options starting with two dashes (\fB\-\-\fP). A summary of options is included below. .INDENT 0.0 .TP .B \-h, \-\-help Show summary of options. .UNINDENT .INDENT 0.0 .TP .B \-d, \-\-debug Show debugging output for detecting devices. .UNINDENT .INDENT 0.0 .TP .B \-v, \-\-version Show version information and compiled in features. .UNINDENT .INDENT 0.0 .TP .B \-u, \-\-no\-udev Disables scanning of udev. .UNINDENT .INDENT 0.0 .TP .B \-b, \-\-no\-bluez Disables scanning using Bluez. .UNINDENT .INDENT 0.0 .TP .B \-w, \-\-no\-win32\-serial Disables scanning of Windows serial ports. .UNINDENT .SH OUTPUT .sp The output of \fI\%gammu\-detect\fP is configuration file for Gammu (see gammurc) with configuration section for every device which might be used with gammu\&. .sp \fBNOTE:\fP .INDENT 0.0 .INDENT 3.5 You can choose which section to use in gammu by \fI\%gammu \-s\fP\&. .UNINDENT .UNINDENT .sp When invoked as \fI\%gammu\-detect \-d\fP, also all examined devices are listed as comments in the output. .SH EXAMPLE .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C ; 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 .ft P .fi .UNINDENT .UNINDENT .SH AUTHOR Michal Čihař .SH COPYRIGHT 2009-2015, Michal Čihař .\" Generated by docutils manpage writer. .