Click here to Skip to main content
15,895,709 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
AnswerRe: Read Data from multiple RS232 Ports Pin
Luc Pattyn13-Oct-09 3:32
sitebuilderLuc Pattyn13-Oct-09 3:32 
QuestionRead data from usb Pin
hande545-Oct-09 8:06
hande545-Oct-09 8:06 
AnswerRe: Read data from usb Pin
Richard MacCutchan5-Oct-09 10:58
mveRichard MacCutchan5-Oct-09 10:58 
GeneralRe: Read data from usb Pin
hande545-Oct-09 11:32
hande545-Oct-09 11:32 
GeneralRe: Read data from usb Pin
Richard MacCutchan5-Oct-09 11:35
mveRichard MacCutchan5-Oct-09 11:35 
QuestionWM_DEVICECHANGE message with monitor Pin
keancaptinh4-Oct-09 16:40
keancaptinh4-Oct-09 16:40 
AnswerRe: WM_DEVICECHANGE message with monitor Pin
Indivara30-Oct-09 4:50
professionalIndivara30-Oct-09 4:50 
QuestionReading the Intel Firmware Hub RNG Pin
ChrisBosch28-Sep-09 1:41
ChrisBosch28-Sep-09 1:41 
Hi all,

I'm trying to access the RNG on the Intel 82802 Firmware Hub

As in the document:
Intel
82802 Firmware Hub:
Random Number Generator
Programmer’s Reference Manual
December 1999
Order Number: 298029-001

I'm stuck at accessing memory outside my code, as my code throws Access violation errors when I try to read from the feature space memory:

<br />
   unsigned char *pFeatureSpace;<br />
   unsigned char *pHardwareStatus;<br />
   __int64 val;<br />
<br />
   val = 0xFFBC0000;<br />
   pFeatureSpace = (unsigned char*)val;<br />
   pHardwareStatus = pFeatureSpace + 0x015F;<br />
   if ( (*pHardwareStatus & 0x40) != 0) // Throws Access violation<br />
   {<br />
      val = 1;<br />
   }<br />
   else<br />
   {<br />
      val = 0;<br />
   }<br />
	return val;<br />


Could anyone point me in the right direction as to how to read from this hardware?
AnswerRe: Reading the Intel Firmware Hub RNG Pin
Richard MacCutchan28-Sep-09 4:00
mveRichard MacCutchan28-Sep-09 4:00 
AnswerRe: Reading the Intel Firmware Hub RNG Pin
Dave Kreskowiak28-Sep-09 4:53
mveDave Kreskowiak28-Sep-09 4:53 
GeneralRe: Reading the Intel Firmware Hub RNG Pin
ChrisBosch29-Sep-09 1:04
ChrisBosch29-Sep-09 1:04 
GeneralRe: Reading the Intel Firmware Hub RNG Pin
Dave Kreskowiak29-Sep-09 2:06
mveDave Kreskowiak29-Sep-09 2:06 
GeneralRe: Reading the Intel Firmware Hub RNG Pin
ChrisBosch29-Sep-09 2:37
ChrisBosch29-Sep-09 2:37 
AnswerRe: Reading the Intel Firmware Hub RNG Pin
Randor 30-Sep-09 0:01
professional Randor 30-Sep-09 0:01 
GeneralRe: Reading the Intel Firmware Hub RNG Pin
ChrisBosch30-Sep-09 20:13
ChrisBosch30-Sep-09 20:13 
Questionfor privacy Pin
beenabusedforever0023-Sep-09 10:11
beenabusedforever0023-Sep-09 10:11 
AnswerRe: for privacy Pin
Dan Neely23-Sep-09 10:55
Dan Neely23-Sep-09 10:55 
QuestionWhat's the criteria for detecting a replaced CD? (Windows) Pin
kakan23-Sep-09 0:04
professionalkakan23-Sep-09 0:04 
AnswerRe: What's the criteria for detecting a replaced CD? (Windows) Pin
Richard MacCutchan23-Sep-09 0:42
mveRichard MacCutchan23-Sep-09 0:42 
GeneralRe: What's the criteria for detecting a replaced CD? (Windows) Pin
kakan23-Sep-09 0:52
professionalkakan23-Sep-09 0:52 
AnswerRe: What's the criteria for detecting a replaced CD? (Windows) Pin
Henry Minute5-Oct-09 8:36
Henry Minute5-Oct-09 8:36 
GeneralRe: What's the criteria for detecting a replaced CD? (Windows) Pin
kakan5-Oct-09 19:06
professionalkakan5-Oct-09 19:06 
QuestionWiki on a FOB? Pin
k66621-Sep-09 9:50
k66621-Sep-09 9:50 
Questionsound driver Pin
kabirbdboy21-Sep-09 8:01
kabirbdboy21-Sep-09 8:01 
AnswerRe: sound driver Pin
Richard MacCutchan21-Sep-09 11:53
mveRichard MacCutchan21-Sep-09 11:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.