DEVICES.DAT: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 10: | Line 10: | ||
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. | 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. | ||
The <Type of Device> is the numerical value of the [[DeviceDriverType]]. | |||
[[Category:RadiMation]] | [[Category:RadiMation]] | ||
[[Category:Programming]] |
Latest revision as of 08:57, 5 July 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.
The <Type of Device> is the numerical value of the DeviceDriverType.