in reply to Module to talk to modem?

While I'm not really familiar with this I think you might be able to talk to the modem as a serial device under Linix (and probably others). Also try looking for "modem AT commands" or something like that. Finally this page will probably help a bit: http://www.zoltrix.com/support_html/modem/USEMODEM.HTM .

Replies are listed 'Best First'.
Re^2: Module to talk to modem?
by blueAdept (Beadle) on Jul 06, 2004 at 15:41 UTC
    Just a note from an old BBS'er. For any platform if you want to interact directly with a modem using its serial port and AT commands the modem has to have a hardware interface. "WinModems" or software driven modems as are common these days won't let you talk to them directly as a serial port. (e.g. from a dos prompt you couldn't do 'echo ATA > COM1' to make it pickup the phone) Anyone feel free to correct me if I'm way off on this -- its been many years since I coded with a modem.
      I have a recollection of some Linux drivers for winmodems going to the effort of faking a Hayes command set within the driver, and then faking a ttyS device so it would look exactly like a normal modem.

      That's making the big assumption that he uses Linux. Under windows you probably have to call some silly "get_win_handle_for_serial_devices_no_not those_,_the_other_ones()". That's just a guess, of course.

      ___________________
      Jeremy
      I didn't believe in evil until I dated it.