Thema: Delphi GPU access with I2C bus

Einzelnen Beitrag anzeigen

Der_Unwissende

Registriert seit: 13. Dez 2003
Ort: Berlin
1.756 Beiträge
 
#6

Re: GPU access with I2C bus

  Alt 20. Aug 2007, 10:21
Zitat von Razor:
I want to access stuff like clocks any clocks about gpu,temperature,bus speed(agp or pcie) fan status and fan set
Well, direct HW-access does won't be usefull to access these clocks. Although you might get these values by communicating over I²C, most SDKs will offer an interface for accessing them. The advantage of such in interface is at least, that you don't need any knowledge about the hw at all. Maybe in your case the SKD offers a function returning some of these values?
At first you should check the documentation of the SDK (what are the offered functions and their use?)