1832343 Members
2931 Online
110041 Solutions
New Discussion

test modem

 
Steve_3
Frequent Advisor

test modem

What can I use to test the modem on the hpux 11.0 server. Internal beside Kermit?

Can somebody give me the command to test on Kermit?

Thanks.
2 REPLIES 2
Curt Thompson
Respected Contributor

Re: test modem

Hello Steve,

Have you tried 'cu' as in:

cu -l/dev/ttyd0p0 -s9600

At that point, you can use hayes-compatible commands to query the modem (ATZ, AT, etc).

Good Luck,
Curt
Paula J Frazer-Campbell
Honored Contributor

Re: test modem

Hi Steve

Kermit
set line /dev/ttyd1p7
set speed 9600
set modem
sh co
c (connect)
at (attention command)
(this should return a string with OK)


HTH

Paula
If you can spell SysAdmin then you is one - anon