Lines Matching +full:0 +full:- +full:127
8 https://www.3gpp.org/ftp/Specs/archive/07_series/07.10/0710-720.zip
14 -------------
24 (a good starting point is util-linux-ng/sys-utils/ldattach.c)::
45 write(fd, "AT+CMUX=0\r", 10);
57 /* we are initiator and need encoding 0 (basic) */
59 c.encapsulation = 0;
60 /* our modem defaults to a maximum size of 127 bytes */
61 c.mru = 127;
62 c.mtu = 127;
70 daemon(0,0);
77 - and to use gnokii to send / receive SMS on ttygsm1
78 - to use ppp to establish a datalink on ttygsm2
83 mode. This may prevent a successful re-opening of the port later. To avoid
88 0xf9, 0x03, 0xef, 0x03, 0xc3, 0x16, 0xf9.
91 ------------------------
95 - http://www.telit.com/module/infopool/download.php?id=616
96 - http://www.u-blox.com/images/downloads/Product_Docs/LEON-G100-G200-MuxImplementation_ApplicationN…
97 - http://www.sierrawireless.com/Support/Downloads/AirPrime/WMP_Series/~/media/Support_Downloads/Air…
98 - http://wm.sim.com/sim/News/photo/2010721161442.pdf
100 11-03-08 - Eric Bénard - <eric@eukrea.com>