in reply to Re: modem handling in perl
in thread modem handling in perl

I currently have at the end of communications the following:
sleep(2); msend("+++\r"); sleep(2); msend("ATH0\r");
that doesn't seem to do it

Replies are listed 'Best First'.
(tye)Re: modem handling in perl
by tye (Sage) on Apr 30, 2001 at 20:54 UTC

    Remove the first \r.

            - tye (but my friends call me "Tye")