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

TERM(1) 						      General Commands Manual							   TERM(1)

NAME
term - turn PC into a dumb terminal [IBM] SYNOPSIS
term [baudrate] [parity] [bits_per_character] [-dial_string] [device] EXAMPLES
term 2400 # Talk to modem at 2400 baud term 1200 7 even # 1200 baud, 7 bits/char, even parity term 8 9600 /dev/tty01 # 9600 baud, 8 bits/char, no parity, use tty01 term -atdt12345 /dev/tty01 # Start with a command to dial out DESCRIPTION
Term allows MINIX to talk to a terminal or modem over RS232 port 1. The program first sets the baudrate, parity and character length, and then forks. The parent sits in a loop copying from stdin (usually the console's keyboard), to the terminal or modem (/dev/tty00). The child sits in a loop copying from the terminal or modem (/dev/tty00) to standard output. Thus when RS232 port 1 is connected to a modem, every keystroke typed on the keyboard is sent to the modem, and every character arriving from the modem is displayed. Standard input and output may be redirected, to provide a primitive file transfer program, with no checking. Any argument that starts with a minus ('-') is sent out to the modem, usually to dial out. Term accepts several commands that are formed by typing the escape character, CTRL-], and a letter. Type CTRL-]? to see a list of commands. The subshell command is very important, it allows you to type in a ZMODEM command to transfer data. Do not quit term to do this, or your modem line will be reset! Term keeps the modem line open on file descriptor 9 while running the subshell, so you can type <&9 >&9 at the end of your ZMODEM command to connect it to the modem. Important note: to use term, it is essential that /etc/ttytab is configured so that there is no shell hanging on /dev/tty01. If there is, both the shell and term will try to read from /dev/tty01, and nothing will work. SEE ALSO
rz(1), sz(1). TERM(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