GSM Modem (Wavecom M1306B) on AIX 5.3


 
Thread Tools Search this Thread
Operating Systems AIX GSM Modem (Wavecom M1306B) on AIX 5.3
# 1  
Old 01-12-2007
Question 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, I'm trying to setup the GSM Modem in AIX 5.3 first

What i'd done here is
1. connect the Machine with the Modem
2. smitty tty -> add tty -> tty rs232 asyn terminal
-> sa2 available 01-S3 standard I/O serial port
3. Baudrate 115200, Parity None, Bits 8, Stop Bits 1, Flow Control RTS(Hardware)

This is the parameter after set, tty=/dev/tty2, paranet adapter=sa2

Finally, when i insert the command "stty < /dev/tty2" (I even try "/usr/sbin/getty /dev/tty2")
Suppose i can get a "OK" response from GSM modem, but anyhow i didnt get any of it
I'd follow the parameter setting provided by Wavecom M1306B technical spec

Please help Smilie Smilie

Thanks
# 2  
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
# 3  
Old 01-16-2007
Hi,

The problem solved,
I think it's because of the machine's driver problem
When i change to another AIX machine,
Connection success
Anyhow, will further investigate if it's really because of physical machine problem

Regard
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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
Login or Register to Ask a Question