Sponsored Content
Operating Systems AIX GSM Modem (Wavecom M1306B) on AIX 5.3 Post 302102987 by darontan on Monday 15th of January 2007 08:53:33 PM
Old 01-15-2007
Hi,

This is what i'd tried

The IBM machine model 7028-6E4 consist 3 physical serial port (sa0 - S1, sa1 - S2, sa2 - S3)

To make life easy, I only create a tty0 point to sa0 using smitty

smitty tty
-> tty rs232 asynchronous terminal
-> sa0 Available 01-S1 Standard I/O Serial Port

I'd followed the parameter setup given by technical spec of WaveCom M1306B.
http://www.jandrew-elec.com/m1306b.pdf where

baudrate - 115200
parity - None
data bit - 8
stop bit - 1
flow ctrl - rts (hardware)


Initially we suspect it could be the modem problem, but it works in Window 2000 server

Anyway, let's move to the next part

I'd vi /usr/lib/uucp/Devices file and uncomment the line below
Direct tty0 - 115200 direct

PS: I even tried this
Direct tty0 - Any direct

After that, I try to connect to the modem using this command
cu -ml tty0

and this is the response the machine gave
cu: 0835-028 The connection failed. CAN'T ACCESS DEVICE.

Well, so I tried to chmod the /dev/tty0 to 666
But once i did it, and cu again, it just hung there and no "connected" message prompt out

Have i miss up some steps?

Please help
 

6 More Discussions You Might Find Interesting

1. Cybersecurity

J need help to make callback by Modem (AIX)

Are there any of you who have a description which can help me to make a callback on AIX. My userīs call in by a telefonnumber at I want AIX to disconnect the line and make a callback to the user who had logged on AIX. The advantage of this is we have security on who we allow to call our... (2 Replies)
Discussion started by: Carsten Lesmark
2 Replies

2. UNIX for Dummies Questions & Answers

Modem problem: "Sorry, modem is busy"

Hi! I have a little prob with dialing up to the internet... When I try connect, it says "Sorry, modem is busy"... Specs: Laptop 56K modem Slackware 8.0 Kernel 2.4.5 Cheers;) (4 Replies)
Discussion started by: satan404
4 Replies

3. UNIX for Dummies Questions & Answers

Modem - Test /dev/modem

Ok. I tried following the directions from some of the other threads, but I've hit a road block. I have red hat 7.3 and I installed the hcf package: hcfpcimodem-0.99lnxtbeta03042700k2.4.18_3-1rh.i386.rpm It installed ok, no errors, but I still can't get linux to find my modem. I've tried... (2 Replies)
Discussion started by: lawadm1
2 Replies

4. UNIX for Advanced & Expert Users

GSM Modem (Wavecom M1306B) on AIX 5.3

Hi, I'm developing a Java Application which is able send out SMS Right now, this application needs to be deployed into AIX 5.3 Previously I was using RXTX Serial Comm for Sun Solaris, RH Linux and Win2k When it comes to AIX, I'd discovered not much info can be found in the web Anyhow,... (2 Replies)
Discussion started by: darontan
2 Replies

5. Programming

problem in coding for GSM interfacing using serial port

i am having some coding problem in c for interfacing the GSM module through serial port. i want to send/receive sms. i have done all the setting for the port and know the AT command to use in this but i am actually having problem in reading and writing from serial port how to handle the signal when... (1 Reply)
Discussion started by: harsh_it
1 Replies

6. Programming

Elecrow GSM/GPRS/EDGE SIM5360E 3G Shield for Arduino

Normally I have very good experiences buying from AliExpress, but in this case with Elecrow, I'm disappointed. After confirming with Elecrow on AliExpress that their Elecrow GSM/GPRS/EDGE SIM5360E 3G Shield for Arduino would work with 3G SIM cards in Thailand, I purchased one. My plan was to... (1 Reply)
Discussion started by: Neo
1 Replies
deploytool(1m)						    Application Server Utility						    deploytool(1m)

NAME
deploytool - launches the deploytool utility to deploy, package, and edit your J2EE applications SYNOPSIS
deploytool [--help] [--userdir user_directory] [--configdir configuration_directory] Use the deploytool utility to deploy and package your J2EE applications and components, create and edit J2EE deployment descriptors, and create and edit J2EE Application Server specific deployment descriptors. If the application is not J2EE compliant, an error message is dis- played. Only one session of the deploytool utility can run with a specific user directory. A lock file is created to ensure that only one utility session is running. A message is displayed if a lock file is detected. OPTIONS
--help displays the arguments for launching the AssemblyTool. --userdir identifies the user directory. The default user directory is .deploytool under your home directory. Only one deploytool session can be running per user directory. A lock file is created under the user directory to ensure that only one session of the deploytool is running. The deploytool utility uses this directory to store configura- tion information. o On Solaris, the default directory is at ~/.deploytool --configdir identifies the configuration directory. The configuration directory is where the asenv.conf file is located. On Solaris the asenv.conf can be found at: o Bundled installation: /etc/appserver o Unbundled installation: default is /etc/opt/SUNWappserver7 or user specified o Evaluation installation: AS_SERVER_INSTALL/config. Where AS_SERVER_INSTALL is the directory where you have installed the Java 2 Platform, Enterprise Edition 1.4 Application Server Beta 2. EXAMPLES
Example 1: Using deploytool example% deploytool --userdir /myapplication --config_dir /myconfigdir Where --userdir specifies the destination directory, and -config_dir identifies the configuration directory. SEE ALSO
verifier(1M) Sun Java System Application Server March 2004 deploytool(1m)
All times are GMT -4. The time now is 04:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy