Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gsm0710muxd(1) [debian man page]

GSM0710MUXD(1)							   User Commands						    GSM0710MUXD(1)

NAME
gsm0710muxd - GSM 07.10 Multiplexer (freesmartphone.org version) SYNOPSIS
gsm0710muxd [options] OPTIONS
-d: Fork, get a daemon [no] -v: verbose logging -s <serial port name>: Serial port device to connect to [/dev/ttySAC0] -t <timeout>: reset modem after this number of seconds of silence [0] -P <pin-code>: PIN code to unlock SIM [-1] -p <number>: use ping and reset modem after this number of unanswered pings [0] -x <dir>: power managment base dir [<not set>] -b <baudrate>: mode baudrate [115200] -m <modem>: Mode (basic, advanced) [advanced] -f <framsize>: Frame size [64] -h: Show this help message and show current settings. -V: Show the version number. COPYRIGHT
Copyright (C) 2003, 2006 Tuukka Karvonen <tkarvone@iki.fi> Copyright (C) 2004 David Jander <david@protonic.nl> Copyright (C) 2006 Antti Haapakoski <antti.haapakoski@iki.fi> Copyright (C) 2006 Vasiliy Novikov <vn@hotbox.ru> Copyright (C) 2008 M. Dietrich <mdt@emdete.de> gsm0710muxd is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. freesmartphone.org June 2009 GSM0710MUXD(1)

Check Out this Related Man Page

PPPOB(1)						      General Commands Manual							  PPPOB(1)

NAME
pppob - Barry Project's program to access the Blackberry modem for pppd SYNOPSIS
pppob [-l filename][-p pin][-P password][-s][-v] DESCRIPTION
pppob is a program suitable for use in pppd's pty option file. It talks to an available Blackberry and provides modem access on stdin and stdout. OPTIONS
-l filename Causes verbose debug output from the -v switch to be written to filename instead of stderr. -p pin PIN of device to talk with. Only needed if you have more than one Blackberry connected at once. -P password Simplistic method to specify device password. In a real application, this would be done using a more secure prompt. -s Use Serial mode instead of the default IpModem mode. Older Blackberries used a serial mode based on a similar protocol to what database access uses for retrieving data. Each packet had a size and socket number prepended to the actual modem data. Newer Blackberries have dedicated USB endpoints that behave as read/write points, and do not bother with this size/socket format, and therefore transfer less data across the USB bus. By default, pppob tries to use IpModem mode if proper endpoints are detected, and otherwise falls back to Serial mode. This switch skips IpModem mode entirely and tries Serial mode immediately. -v Dump verbose protocol data to stderr during operation. AUTHOR
pppob is part of the Barry project. SEE ALSO
http://www.netdirect.ca/software/packages/barry May 29, 2008 PPPOB(1)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Simple advanced question

This is a fairly basic advanced question! Does anyone happen to know what level of page faults should be acceptable on a fully operational production system? Useful (?) information: Production system using Oracle database Compaq Tru64 UNIX Server (not sure what model, but it's big!) 8... (14 Replies)
Discussion started by: Neil_mw
14 Replies

2. UNIX for Advanced & Expert Users

Reset External Modem / Solaris 8

It's no longer auto answering. I've power cycled the modem, but is there a command to reinitialize the modem/serial port? (1 Reply)
Discussion started by: jgordon
1 Replies

3. UNIX for Advanced & Expert Users

Configuring a modem on a P5

Hello. I'm trying to configure a modem on an IBM p570 on the serial port. This is a partition machine so i want to be able to share it with partitionned servers. On my VIOserver, what needs to be done exactly? I can see a vsa0 device but that is not the serial port i need from what i... (1 Reply)
Discussion started by: Stephan
1 Replies

4. UNIX for Advanced & Expert Users

EIF file

Hi, What is a EIF file ? Many thanks before. (2 Replies)
Discussion started by: big123456
2 Replies

5. UNIX for Advanced & Expert Users

please help

Dear friends, I am writing csh script to automate some process. for that , i have one bulk dat file containing hex data . i want to write perticular line by using idno into separate file. for this solution grep command is enough are any commands are there. my dat file has lihe... (9 Replies)
Discussion started by: rajan_ka1
9 Replies

6. Shell Programming and Scripting

Remove duplicate ???

Hi all, I have a out.log file CARR|02/26/2006 10:58:30.107|CDxAcct=1405157051 CARR|02/26/2006 11:11:30.107|CDxAcct=1405157051 CARR|02/26/2006 11:18:30.107|CDxAcct=7659579782 CARR|02/26/2006 11:28:30.107|CDxAcct=9534922327 CARR|02/26/2006 11:38:30.107|CDxAcct=9534922327 CARR|02/26/2006... (3 Replies)
Discussion started by: sabercats
3 Replies

7. UNIX for Advanced & Expert Users

awk help

Hi All. I have the following datafile on which I am running the awk script H|00000013|08-MAY-2006|||43 L|BP|OTH001138|PO|C000020|EA |PQ||0||13-FEB-2006 |FI||3000||29-MAY-2006 |MT||9000||17-JUL-2006 F|3000|C|W|08-MAY-2006 F|5000|D|W|05-JUN-2006 F|1000|D|W|26-JUN-2006 But I am not... (2 Replies)
Discussion started by: isingh786
2 Replies

8. UNIX for Advanced & Expert Users

if (( $# != 1 )) ---- what will this return

Hi this is an existing code written by somebody. Please help me in understanding the meaning of this if (( $# != 1 )) (3 Replies)
Discussion started by: satgur
3 Replies

9. Shell Programming and Scripting

advanced dir listing

Hi i know this Q might seem retarded... yet, i can't find a solution. i need a bash script that recursively prints like this: mydir/ myfile1 114 06 Aug 2006 myfile2 234 14 Jun 2006 mydir/mysubdir1/ myfile3 32 18 Feb 2006 mydir/mysubdir1/mysubsubdir1/ myfile4 5324 06 Aug 2006 ... (2 Replies)
Discussion started by: xenophobian
2 Replies

10. UNIX for Advanced & Expert Users

First Occurence

Hi, This is the format of the file that i have StartDate:10/01/06 EndDate :10/02/06 Cno Ccode 1 10 2 11 StartDate:10/03/06 EndDate :10/04/06 Cno Ccode 2 13 4 12 StartDate:10/01/06 EndDate :10/02/06 (5 Replies)
Discussion started by: kkm_job
5 Replies

11. Shell Programming and Scripting

I need a help, please

I need your help please. i have a function which has an input file called lista1 and the format is this: lista1: 01/09/2006 01/09/2006 01/09/2006 01/09/2006 01/09/2006 01/09/2006 01/09/2006 01/09/2006 01/09/2006 01/09/2006 01/09/2006 01/09/2006 01/09/2006 01/09/2006 01/09/2006 (5 Replies)
Discussion started by: alexcol
5 Replies

12. Programming

Using non standard baudrate 28800 with rs232

Hi, can somebody help me with this one? I have to configure rs232 write/read inside a C program. I'm using the termios.h (POSIX) The problem is that the only baudrate that works for me is 28800 and it is not supported any more from this driver. :( So I can't write : cfsetispeed(&options,... (4 Replies)
Discussion started by: palexo
4 Replies

13. UNIX for Advanced & Expert Users

what is the basic and lattest version of the UNIX Sun Os...?

Hi Experts, i have a basic question that, what is the basic and advanced version of the UNIX sun os ...? and i am using the Korn Shell (Ksh), what is the new features in ksh compare to other flavour of shells...? Please send me the details and links for that details Regards, Siva... (2 Replies)
Discussion started by: psiva_arul
2 Replies

14. UNIX for Advanced & Expert Users

Very Challenging :Copy files in Multiple Threads

Hello all, I asked this in the basic Unix forum got no answer since one week. So I believe this is an advanced level question hence posting it here. Any suggestions welcome. I have a directory of files of varying sizes. I want to copy all these files in n number of threads to... (2 Replies)
Discussion started by: samoo
2 Replies

15. Programming

Read from serial port

Hi I try to communicate with a GSM modem, from C, for sending SMS. I use standart AT-commands. Working well with terminal. There is no problem writing ti the port. But when I try to read I only get a echo, I write "ATI" and get "ATI" back, I should get somthing like "SIEMENS 35... (4 Replies)
Discussion started by: dmiller
4 Replies