Difference between revisions of "DEVICES.DAT"

From RadiWiki
Jump to: navigation, search
 
m (1 revision(s))
(No difference)

Revision as of 11:14, 14 June 2007

Each installed version of RadiMation has a file called DEVICES.DAT. This file is the link between RadiMation and the device driver system. The DEVICES.DAT file is a text based file so the contents of the file can be shown in Microsoft Notepad.

It contains all lines like:

MARCONI2017,MARCSG.DLL,Marconi,1,2017

Each line is encoded as a comma seperated line with the fields:

<Unique ID> , <DLL file> , <Manufacturer> , <Type of device> , <Device Identification>

so if we are looking for the Marconi 2017 we found it. The DLL File in which the device driver is located, is specified in the second column of the line (<DLL file>). The Marconi 2017 device driver is thus part of the MARCSG.DLL file.