Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DIMM SPD, Can I access this in delphi

Status
Not open for further replies.

RossMcIvor

Programmer
Jan 24, 2007
9
GB
COuld anyone help me find out if I can Read SPD data from a DIMM in delphi and if so, does anyone know where to start, or has anyone done this before..

Ross
 
You'll need to ineract with the SMBUS.
this is not an easy task.

this project contains code involving SPD & SMBUS.
search, read and learn:


//Daddy

-----------------------------------------------------
What You See Is What You Get
Never underestimate tha powah of tha google!
 
here's antoher project involving SMBUS access:


this one is written in delphi and is used to monitor temperatures. look at the files SMB.pas and pci.pas...

-----------------------------------------------------
What You See Is What You Get
Never underestimate tha powah of tha google!
 
Thanks,

in the right direction, I'm just a bit stuck now, cant see memory SPD in the project,

Could some help,

I think I need some code to access the SMBIOS data I think then go to locations in that data for the DIMM information, so I think I'll need locations, but I know I have no clue :) at all lol.

again thanks for leading me in the right direction.

Ross :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top