Operating System - HP-UX
1753861 Members
7375 Online
108809 Solutions
New Discussion юеВ

sms modem paging on PA-RISC 11.0

 
John Oberlander
Frequent Advisor

sms modem paging on PA-RISC 11.0

Can someone please send me an example script or some hints on how to talk to a sms modem off a serial port off a PA-RISC 11.0 box? We need to enable sms paging for ITO and all the perl modules (Device::Modem, Device::GSM, Device::SerialPort ect..) dont seem to be working correctly. Although i can use cu -s 19200 -l /dev/cul0p2 and talk to the modem just fine. If need be i can use an expect wrapper around cu, but id much rather talk to the port directly with perl.

Thanks,
John
2 REPLIES 2
Steven Schweda
Honored Contributor

Re: sms modem paging on PA-RISC 11.0

> [...] all the perl modules (Device::Modem,
> Device::GSM, Device::SerialPort ect..) dont
> seem to be working correctly.

Perhaps you're not using them correctly, but
with no real description of either what you
did or what happened when you did it, it's
not easy to say much more about it.

> [...] but id much rather talk to the port
> directly with perl.

Because it works so well?

ect. -> etc.
dont -> don't
i -> I
id -> I'd
John Oberlander
Frequent Advisor

Re: sms modem paging on PA-RISC 11.0

thanks