Lines Matching +full:0 +full:- +full:127
10 https://www.3gpp.org/ftp/Specs/archive/07_series/07.10/0710-720.zip
19 ----------------
33 (a good starting point is util-linux-ng/sys-utils/ldattach.c)::
55 write(fd, "AT+CMUX=0\r", 10);
67 /* we are initiator and need encoding 0 (basic) */
69 c.encapsulation = 0;
70 /* our modem defaults to a maximum size of 127 bytes */
71 c.mru = 127;
72 c.mtu = 127;
80 daemon(0,0);
87 - to use *gnokii* to send / receive SMS on ``ttygsm1``
88 - to use *ppp* to establish a datalink on ``ttygsm2``
93 mode. This may prevent a successful re-opening of the port later. To avoid
98 0xf9, 0x03, 0xef, 0x03, 0xc3, 0x16, 0xf9
101 ----------------
137 /* we are requester and need encoding 0 (basic) */
138 c.initiator = 0;
139 c.encapsulation = 0;
140 /* our modem defaults to a maximum size of 127 bytes */
141 c.mru = 127;
142 c.mtu = 127;
150 daemon(0,0);
153 11-03-08 - Eric Bénard - <eric@eukrea.com>