Re: Multiple modems: Threads required?



Ian wrote:
I want to write a program that will use a modem. I was thinking about designing it so that the user can use more than one modem at once with only one instance of the application running. My question is, would I need to use threads to do this?

Entirely depends on your implementation. You will need threads if the way you access the modems is blocking (e.g. "read one byte" doesn't return until a byte is actually recieved).


.



Relevant Pages

  • Re: Multiple modems: Threads required?
    ... >I want to write a program that will use a modem. ... > about designing it so that the user can use more than one modem ... Check out AsynchPro at sourceForge. ... Prev by Date: ...
    (comp.lang.pascal.delphi.misc)
  • Re: Cannot reach config to Ambit Modem - Ideas?
    ... >Tony Martin wrote: ... >> US Robotics 8003 Router between Modem and XP SP1 PC. ... My best WAG is either the router is blocking ...
    (comp.dcom.modems.cable)
  • Re: Routing tables
    ... Also check to see if your firewall may be blocking them. ... > satellite internet after thunderstorms took out my last modem. ... > TxApostle ...
    (microsoft.public.windowsxp.perform_maintain)
  • Re: Interactive AND Portable?
    ... >continue processing without blocking. ... to open a modem device, it will block until the modem receives an ... handling serial ports with modem control lines enabled). ... even with a disk file, it is not necessarily possible to have the ...
    (comp.lang.c)
  • Re: Line device to block incoming calls available?
    ... Dennis Ferguson wrote: ... calls to be answered by the fax machine all the time, unless the "blocking" device were removed, in which case the modem will answer. ... to tell it to answer on the first ring. ... If the fax answered before the modem, then conveniently I wouldn't be having this problem. ...
    (uk.telecom)