Tech Support > Computer Hardware > Modems > Need nullmodem.inf to emulate PPP connection
Need nullmodem.inf to emulate PPP connection
Posted by Scott on March 8th, 2007


I'm trying to use a null modem cable to emulate a PPP modem connection
between 2 computers (RAS server and client). I've research this on the
internet and found that I need a nullmodem.inf file but i can't find
this anywhere. Or better yet is there any equipment I can use to
actually emulate a dial tone between 2 modems to create a modem to modem
connection.

-ss

Posted by John Dulak on March 8th, 2007


Scott wrote:
ss:


From the "inf file" link on this page:

http://linux-7110.sourceforge.net/ol...oWindows.shtml


HTH & GL

John


[Version]
Signature="$WINDOWS NT$"
Class=Modem
Provider=%MSFT%
LayoutFile=layout.inf
DriverVer=1.0.0.1

[Manufacturer]
%MNull%=MNull

[MNull]
%MNull00% = MNull00, PNPC031

[MNull00]
AddReg=All, MNullReg, 230400, SERIAL
DriverVer=19/04/2005

[All]
HKR,,FriendlyDriver,,Unimodem.vxd
HKR,,DevLoader,,*VCOMM
HKR,,PortSubClass,1,02
HKR,,ConfigDialog,,modemui.dll
HKR,,EnumPropPages,,"modemui.dll,EnumPropPages"

[MNullReg] ; Null-Modem
HKR, Init, 1,, "None"
HKR, Init, 2,, "NoResponse"
HKR, Monitor, 1,, "None"
HKR, Answer, 1,, "CLIENTSERVER"
HKR, Answer, 2,, "NoResponse"
HKR, Settings, DialPrefix,, "CLIENT"
HKR,, Properties, 1, 00,00,00,00, 00,00,00,00, 00,00,00,00,
00,00,00,00, 00,00,00,00, 30,00,00,00, 00,84,03,00, 00,F4,01,00
HKR, Responses, "CLIENT", 1, 08, 00, 00, 00, 00, 00, 00,00,00,00
; Server side - the client is requesting a connection
HKR, Responses, "<h00>CLIENT", 1, 08, 00, 00, 00, 00, 00, 00,00,00,00
; Server side - the client is requesting a connection
HKR, Responses, "CLIENTSERVER", 1, 02, 00, 00, 00, 00, 00, 00,00,00,00
; Client side - the server has acknowledged and the connection is
completed

[230000]
HKR,, DCB, 1, 1C,00,00,00, 00,84,03,00, 15,20,00,00, 00,00, 0a,00,
0a,00, 08, 00, 00, 11, 13, 00, 00, 00

[SERIAL]
HKR,, DeviceType, 1, 00

[Strings]
MSFT = "Microsoft"
MNull = "high-speed cable"
MNull00 = "230.4Kbps null-modem cable"



--
\\\||///
------------------o000----(o)(o)----000o----------------
----------------------------()--------------------------
'' Madness takes its toll - Please have exact change. ''

John Dulak Gnomeway Services


Similar Posts