Re: Multiple modems: Threads required?
- From: Andreas Koch <nospam@xxxxxxxxxxxxxxx>
- Date: Sat, 29 Oct 2005 09:40:21 +0200
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).
.
- References:
- Multiple modems: Threads required?
- From: Ian
- Multiple modems: Threads required?
- Prev by Date: iTunes Visual Plugin SDK -- How can I convert the headers to Delphi?
- Next by Date: Re: iTunes Visual Plugin SDK -- How can I convert the headers to Delphi?
- Previous by thread: Multiple modems: Threads required?
- Next by thread: Re: Multiple modems: Threads required?
- Index(es):
Relevant Pages
|