From 8596f6391461bac53f5bab48f8c8b17a7c459f28 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 18 Nov 2014 13:48:34 +0100 Subject: ldattach: GSM0710 support, add intro modem command Patch add: --intro-command string : send command to modem --pause value : define delay between intro command and ldattach Based on patch from Martin Schmid Signed-off-by: Karel Zak --- sys-utils/ldattach.8 | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'sys-utils/ldattach.8') diff --git a/sys-utils/ldattach.8 b/sys-utils/ldattach.8 index 7305a5c74..412ea3868 100644 --- a/sys-utils/ldattach.8 +++ b/sys-utils/ldattach.8 @@ -87,6 +87,9 @@ Driver for Siemens Gigaset M101 serial DECT adapter. .TP .BR PPS ( 18 ) Driver for serial line Pulse Per Second (PPS) source. +.TP +.BR GSM0710 ( 21 ) +Driver for GSM 07.10 multiplexing protocol modem (CMUX). .SH OPTIONS .TP .BR \-1 , " \-\-onestopbit" @@ -126,6 +129,14 @@ Set the parity of the serial line to odd. .BR \-s , " \-\-speed " \fIvalue Set the speed (the baud rate) of the serial line to the specified \fIvalue\fR. .TP +.BR \-c , " \-\-intro-command " \fIstring +Define an intro command that is sent through the serial line before the invocation +of ldattach. E.g. in conjunction with line discipline GSM0710, the command +\'AT+CMUX=0\\r\' is commonly suitable to switch the modem into the CMUX mode. +.TP +.BR \-p , " \-\-pause " \fIvalue +Sleep for \fIvalue\fR seconds before the invocation of ldattach. Default is one second. +.TP .BR \-V , " \-\-version" Display version information and exit. .TP -- cgit v1.2.3-55-g7522