~ubuntu-branches/ubuntu/hoary/gsmlib/hoary

« back to all changes in this revision

Viewing changes to doc/gsmsendsms.man

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2003-07-19 15:57:28 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20030719155728-bruh6cu1054ptjq9
Tags: 1.10-5
* Change Section: libdevel
* gsm_unix_serial.cc patch from Daniel Schepler to fix g++-3.3
  compliation. Thanks. (Closes: Bug#195151)

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
.B gsmsendsms
20
20
[ \fB-b\fP \fIbaudrate\fP ]
21
21
[ \fB--baudrate\fP \fIbaudrate\fP ]
 
22
[ \fB-c\fP \fIconcatenatedID\fP ]
 
23
[ \fB--concatenate\fP \fIconcatenatedID\fP ]
22
24
[ \fB-C\fP \fIservice centre address\fP ]
23
25
[ \fB--sca\fP \fIservice centre address\fP ]
24
26
[ \fB-d\fP \fIdevice\fP ]
61
63
\fB-b\fP \fIbaudrate\fP, \fB--baudrate\fP \fIbaudrate\fP
62
64
The baud rate to use.
63
65
.TP
 
66
\fB-c\fP \fIconcatenatedID\fP, \fB--concatenate\fP \fIconcatenatedID\fP
 
67
If an ID is given, large SMSs are split into several, concatenated
 
68
SMSs. All SMSs have the same ID and are numbered consecutively so that 
 
69
the receiving phone can assemble them in the correct order. IDs must
 
70
be in the range 0..255. Not all receiving phones will support
 
71
concatenated SMSs (and display them as separate SMSs),
 
72
since all the numbering and ID information is
 
73
carried in the user data header element at the beginning of the SMS
 
74
user data. This information may show up as garbage in such phones.
 
75
.TP
64
76
\fB-C\fP \fIservice centre address\fP, \fB--sca\fP \fIservice centre address\fP
65
77
Sets the service centre address to use for all SUBMIT SMSs (may not
66
78
work with some phones).