1.)How to get SCSI S.M.A.R.T. .I got some code but i dont know how to use it (too complex).
Also if someone could help to get the temperature from the code...
>> Open the SCSI device and send a SCSI command instead of using the ATA/ATAPI pass through interface with ATA/ATAPI commands (as done in your code)
2.)How to get GPU temperature and enviroment temperature (ATI&NVIDIA)?
>> on nVidia you found some code. On ATI there seems no informationen available to users/programmers. Also no information about them here in the board.
3.)How to get memory info(voltage,refresh rate,latency,precharge,type,fsb:dram)?
>> communicate with the SPD EEPROM of the memory modules via the SMBus (system management bus). To
access the SMBus, use the ports supplied by the common chipset vendors. Take a look in the internet for SMBus and also here in the board, we discussed it some times.
But again: Create for every single question a new thread! Accept the rules of this board!