Sunday, February 19, 2017

Get SPD (Serial Presence Detect) Modules Information C#

Leave a Comment

I searched a lot but did not find any working codes getting SPD tables information via C#. Out there there are lots of softwares which get this info but HOW?

enter image description here

as shown in the image, for RAM devices, you can see Manufacture's name which can not be retrieve at all by WMI etc

If there is a DLL for using in C# will be perfect also

1 Answers

Answers 1

Once I was researching about this, you need to get this information through SMBUS (not SMBIOS). But you need to create a driver (WDM in C/C++) to access this information.

If You Enjoyed This, Take 5 Seconds To Share It

0 comments:

Post a Comment