01-22-2008 10:53 AM
01-22-2008 05:07 PM
01-23-2008 02:55 AM
Yes doing your own modem driver generally can be a pain. Depending on what you want to do you can sometiems get away with a configuration possibility for the initialization string that you send as first command to the modem after opening the connection link to it. This string will have to be entered by the user based on his modem or if you want to get very fancy you can try to detect the modem type and pick a default string based on that.
@Etrelec wrote:
Hi,
I'm developping an application that should transfer data via a modem. This is already working using the AT commands, but this is depending on the modem's manufacter. All modems are not configured all the same and some clients have problems with their own modem.
Is there a way to use the Windows driver installed with the modem ?
I'm looking for an example or explanation how to do that.
Many thanks in advance,
Gerry