Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
redirecting the /dev/modem output??
Name: Kury Date: July 21, 2003 at 11:25:37 Pacific OS: XP CPU/Ram: 900/768
Comment:
I'm trying to send basic commands to and from the modem but I can't seem to figure out how to get the output from the modem device. I can send commands to the modem like so: echo "ATZ" > /dev/modem but I'm not quite sure how to get stuff back I think maybe the output from the modem is being sent to STDOUT its being sent to STDERR??? I don't know but I'm not seeing anything whenever I try and connect I should see "Ring", "Ring".........
Name: 3Dave Date: July 22, 2003 at 04:03:58 Pacific
Reply:
Try a prorgam like minicom if you want to communicate with your modem (a bit like hyperterminal under windoz).
Also makee sure that your /dev/modem link is pointing to the correct com port, you may want to try echo atz > /dev/ttyS0 instead (if your modem is on com1)
Summary: Hey, I've been running a dual boot Windows XP Pro/Mandrake Linux 9.1 for a while. Unfortunately I've not been able to use Linux as much as I'd like because I can't get my modem and my printer to work...
Summary: Hello all, Every time I start Mandrake 9.1, if I wish to connect to the net, I have to go to a console and invoke the following after a su to root: cd /dev setserial -g ttyS4 rm -f /dev/modem ln -s /d...
Summary: I am trying to install a pctel modem for redhat 7.3. I download the driver, and one of installation steps is that you link the /dev/modem with ttyS15 but I do not have it, I have from 0 to 13. how can...