On Wed, 24 Sep 2003 10:22:52 -0700 (PDT)
Srinivas S <[EMAIL PROTECTED]> wrote:

> I have Redhat 9.0 and a Dlink external 56K data/fax modem. (DFM - 560ES)
> I want to know how i can communicate with the modem either as shell
> commands or as a C program. 
>  
> I tried the following, which did not work
>  
> ln -s /dev/ttyS1 /dev/modem
> echo "ATX1DT6565206" > /dev/modem
>  
> is there any other way. Please let me know.
>  

Hi Srinivas,

You can install the uucp command and then:

cu -l /dev/ttyS1 dir

will give you an interactive connection to the modem
where you can type commands and see results.

Cheers,
Sean


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to