Quote:
|
Originally Posted by slackdm Very good work. Thank you!
I'm Delphi programmer too and I want some tips about how to read temperature value from winbond sensor... Can you give me!?
[]'s |
I'm not a Delphi programmer ;-) But these VCL components are also
used in C++ Builder. Get the datasheet from
www.winbond.com,
there are the registers explained. You can access them with
index-port 0x295 and data-port 0x296.
Mail me for more info.