Datarace RediModem Modem Error from RAS (122901)



The information in this article applies to:

  • Microsoft Windows NT Workstation 3.5
  • Microsoft Windows NT Server 3.5

This article was previously published under Q122901
3.50
WINDOWS
kbhw

SYMPTOMS

When using the internal version of the Texas Instruments Datarace RediModem to dial from Remote Access, the following error message appears:
Error 651: Your modem or other connecting device has reported an error.

The modem returns the following string:

<cr><lf> ERROR<cr><lf>


The initialization string included in the MODEM.INF that comes with Windows NT is incorrect for the internal version of this modem.

RESOLUTION

Texas Instruments has provided a corrected MODEM.INF section for this modem. Simply copy all the lines below into the MODEM.INF file which can be found in the %SYSTEMROOT%\SYSTEM32\RAS directory.

   [TI Internal - DataRace]
   ;Advanced features enabled, MAXCONNECT set to 38400
   DEVICETYPE=modem
   CALLBACKTIME=10
   DEFAULTOFF=compression
   MAXCARRIERBPS=14400
   MAXCONNECTBPS=38400

   <speaker_on>=M1
   <speaker_off>=M0
   <protocol_on>=\\N7
   <protocol_off>=\\N0
   <hwflowcontrol_on>=\\Q3
   <hwflowcontrol_off>=\\Q0
   <compression_on>=%C1
   <compression_off>=%C0
   <autodial_on>=ATDT
   <autodial_off>=ATD

   COMMAND_INIT=AT&F&C1&D2&N0 W1 V1 \\J0 S0=0 S2=128 S7=55<cr>
   COMMAND_INIT=AT<hwflowcontrol><protocol><compression><speaker><cr>
   COMMAND_DIAL=<autodial><phonenumber><cr>
   CONNECT=<cr><lf>CONNECT <carrierbps><cr><lf>
   COMMAND_LISTEN=ATS0=1<cr>
   CONNECT=<cr><lf>CONNECT <carrierbps><cr><lf>

				

Modification Type:MajorLast Reviewed:10/30/2003
Keywords:KB122901