Re: Newbie question
- From: "William DePalo [MVP VC++]" <willd.no.spam@xxxxxxxx>
- Date: Wed, 31 Aug 2005 13:04:00 -0400
"Matthias Moetje" <moetje@xxxxxxxxxxxxxxxxxxx> wrote in message
news:ukHk1dirFHA.1028@xxxxxxxxxxxxxxxxxxxxxxx
> You would need to check out which AT commands you
> need to send and which responses you receive. These are
> hardware dependent, so you may need to change your
> application when using different modems
> ...
> - you can use this handle with the readfile and writefile API
> to send and receive data. Only problem is that you need to
> do this with overlapped I/O. VB might not be very efficient
> with this but we have done this for our SMS sending component
> (which requires only low baud rates).
Exactly right. This is the tradeoff - modem independence for the high
perfomance I/O scheme that TAPI imposes. But performance is not what drives
the choice to use VB. Rather it is ease of development.
Just my opinion ... but TAPI's modem independence imposes too high price to
pay for the average guy whose development tool of choice is VB.
Regards,
Will
.
- Follow-Ups:
- Re: Newbie question
- From: Matthias Moetje
- Re: Newbie question
- Prev by Date: first digit timeout and inter-digit timeout necessary?
- Next by Date: Re: Speech Recognition and DTMF
- Previous by thread: first digit timeout and inter-digit timeout necessary?
- Next by thread: Re: Newbie question
- Index(es):