in reply to modem handling in perl

Wouldn't sending ATH do it? I seem to remember that being the proper AT command for hanging up...

~Cybercosis

Replies are listed 'Best First'.
Re: Re: modem handling in perl
by tmbg (Novice) on Apr 30, 2001 at 20:48 UTC
    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

      Remove the first \r.

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