RE: GSM Modem by johnei
johnei
Tue May 04 18:34:31 CDT 2004
------=_NextPart_0001_1F1F8647
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Hi, Guenter
We are very short handed this week due to the WinHEC conference this week.
I will see what I can do to get you a response.
Thank you for your patience,
John Eikanger
Microsoft Developer Support
This posting is provided ?AS IS? with no warranties, and confers no rights.
--------------------
From: "=?Utf-8?B?R3VlbnRlcg==?=" <udo@t-h-e-s-y-c-o-n.de>
Subject: GSM Modem
Date: Tue, 4 May 2004 00:31:04 -0700
X-Tomcat-NG: microsoft.public.development.device.drivers
Hi,
we developing a driver for a USB GSM modem on Windows XP and 2000. The Pnp
inf file initialise the unimodem driver. To have different configurations
we use the following entries in the INF file:
HKR, Protocol\GSM\GPRS, 1,, "AT<cr>"
HKR, Protocol\GSM\ANALOG_RLP,1,, "AT+CBST=7,,1<cr>" ; or ATB13
HKR, Protocol\GSM\ANALOG_RLP_14DOT4K,1,, "AT+CBST=14,,1<cr>" ; or ATB15
HKR, Protocol\GSM\V110_4DOT8K,1,, "AT+CBST=70,,1<cr>" ; or ATB27
HKR, Protocol\GSM\V110_9DOT6K,1,, "AT+CBST=71,,1<cr>" ; or ATB29
HKR, Protocol\GSM\V110_14DOT4K,1,, "AT+CBST=75,,1<cr>" ; or ATB31
The installation works fine. I see the selection "GPRS","ANALOG_RLP", ...
on two places:
1.) ControlPanel->Phone and Modem Options
->Modems->Properties->Advanced->Change Default Preferences->DataProtocol
and on
Dialup Connection->Properties->General->Configure->Modem Protocol
If both setting does not point to the same protocol the default setting is
used. I think this is a bad solution for the user. It could prepare two or
more dial up solution to connect to several providers or servers. Maybe
each provider server needs a different protocol. So the user must change
the default settings under the control panel to activate a different
connection.
Do I anything wrong? Can I get a hint to improve my driver? Or can anybody
confirm this behaviour of Windows?
Thank you,
Guenter Hildebrandt
------=_NextPart_0001_1F1F8647
Content-Type: text/x-rtf
Content-Transfer-Encoding: 7bit
{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fnil\fprq2\fcharset0 MS Sans Serif;}}
\viewkind4\uc1\pard\f0\fs20 Hi, Guenter
\par
\par We are very short handed this week due to the WinHEC conference this week. I will see what I can do to get you a response.
\par
\par Thank you for your patience,
\par
\par John Eikanger
\par Microsoft Developer Support
\par
\par This posting is provided \ldblquote AS IS\rdblquote with no warranties, and confers no rights.
\par \pard\li720 --------------------
\par From: "=?Utf-8?B?R3VlbnRlcg==?=" <udo@t-h-e-s-y-c-o-n.de>
\par Subject: GSM Modem
\par Date: Tue, 4 May 2004 00:31:04 -0700
\par X-Tomcat-NG: microsoft.public.development.device.drivers
\par
\par Hi,
\par
\par we developing a driver for a USB GSM modem on Windows XP and 2000. The Pnp inf file initialise the unimodem driver. To have different configurations we use the following entries in the INF file:
\par HKR, Protocol\\GSM\\GPRS, 1,, "AT<cr>"
\par HKR, Protocol\\GSM\\ANALOG_RLP,1,, "AT+CBST=7,,1<cr>" ; or ATB13
\par HKR, Protocol\\GSM\\ANALOG_RLP_14DOT4K,1,, "AT+CBST=14,,1<cr>" ; or ATB15
\par HKR, Protocol\\GSM\\V110_4DOT8K,1,, "AT+CBST=70,,1<cr>" ; or ATB27
\par HKR, Protocol\\GSM\\V110_9DOT6K,1,, "AT+CBST=71,,1<cr>" ; or ATB29
\par HKR, Protocol\\GSM\\V110_14DOT4K,1,, "AT+CBST=75,,1<cr>" ; or ATB31
\par
\par The installation works fine. I see the selection "GPRS","ANALOG_RLP", ... on two places:
\par 1.) ControlPanel->Phone and Modem Options ->Modems->Properties->Advanced->Change Default Preferences->DataProtocol
\par
\par and on
\par Dialup Connection->Properties->General->Configure->Modem Protocol
\par
\par If both setting does not point to the same protocol the default setting is used. I think this is a bad solution for the user. It could prepare two or more dial up solution to connect to several providers or servers. Maybe each provider server needs a different protocol. So the user must change the default settings under the control panel to activate a different connection.
\par
\par Do I anything wrong? Can I get a hint to improve my driver? Or can anybody confirm this behaviour of Windows?
\par
\par
\par Thank you,
\par \pard
\par Guenter Hildebrandt
\par
\par
\par }
------=_NextPart_0001_1F1F8647--