Click here to Skip to main content
16,008,075 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
GeneralRe: Laptop speakers not working Pin
#realJSOP8-Nov-07 3:02
professional#realJSOP8-Nov-07 3:02 
Questionembedded development problem Pin
sduhd5-Nov-07 13:31
sduhd5-Nov-07 13:31 
AnswerRe: embedded development problem Pin
sduhd5-Nov-07 18:30
sduhd5-Nov-07 18:30 
QuestionMS wireless keyboard / mouse locking up Pin
Vaclav_4-Nov-07 5:47
Vaclav_4-Nov-07 5:47 
QuestionWhy 8259 worked this way? Pin
followait31-Oct-07 17:13
followait31-Oct-07 17:13 
AnswerRe: Why 8259 worked this way? Pin
Luc Pattyn31-Oct-07 17:53
sitebuilderLuc Pattyn31-Oct-07 17:53 
GeneralRe: Why 8259 worked this way? Pin
followait31-Oct-07 18:11
followait31-Oct-07 18:11 
GeneralRe: Why 8259 worked this way? Pin
JudyL_MD1-Nov-07 3:31
JudyL_MD1-Nov-07 3:31 
GeneralRe: Why 8259 worked this way? Pin
Sebastian Schneider13-Nov-07 1:07
Sebastian Schneider13-Nov-07 1:07 
GeneralRe: Why 8259 worked this way? Pin
JudyL_MD13-Nov-07 2:15
JudyL_MD13-Nov-07 2:15 
GeneralRe: Why 8259 worked this way? Pin
Sebastian Schneider14-Nov-07 2:39
Sebastian Schneider14-Nov-07 2:39 
QuestionBios Date & Time Problem Pin
nkjha131-Oct-07 4:04
nkjha131-Oct-07 4:04 
AnswerRe: Bios Date & Time Problem Pin
Sebastian Schneider31-Oct-07 4:07
Sebastian Schneider31-Oct-07 4:07 
QuestionAny help abt Cash-dispenser? Pin
jamilkhan00731-Oct-07 1:52
jamilkhan00731-Oct-07 1:52 
AnswerRe: Any help abt Cash-dispenser? Pin
Sebastian Schneider31-Oct-07 4:13
Sebastian Schneider31-Oct-07 4:13 
GeneralRe: Any help abt Cash-dispenser? Pin
jamilkhan0071-Nov-07 7:31
jamilkhan0071-Nov-07 7:31 
GeneralRe: Any help abt Cash-dispenser? Pin
Sebastian Schneider7-Nov-07 3:49
Sebastian Schneider7-Nov-07 3:49 
QuestionHelp me....with Assembly language Pin
Orlando_Herrera30-Oct-07 11:48
Orlando_Herrera30-Oct-07 11:48 
AnswerRe: Help me....with Assembly language Pin
Luc Pattyn30-Oct-07 11:52
sitebuilderLuc Pattyn30-Oct-07 11:52 
Hi,

a lot of the PC characteristics (amount of RAM, disk size, USB devices, ...)
can be obtained WITHOUT assembly, assembly code does not help here at all.

some of the CPU characteristics (cache sizes, supported instructions, ...) can be
obtained with assembly, in particular by executing the CPUID instruction.
Intel offers an entire Application Note on that. Google it!

In order to run the CPUID from .NET, you would need a C/C++ native code DLL, and do
some PInvoke.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]


this months tips:
- use PRE tags to preserve formatting when showing multi-line code snippets
- before you ask a question here, search CodeProject, then Google


QuestionCompaq Presario V3000 w/WinXP Home SP2 doesn't recognize CD/DVD drive Pin
neualex29-Oct-07 7:26
neualex29-Oct-07 7:26 
AnswerRe: Compaq Presario V3000 w/WinXP Home SP2 doesn't recognize CD/DVD drive Pin
Mike Dimmick29-Oct-07 11:59
Mike Dimmick29-Oct-07 11:59 
GeneralRe: Compaq Presario V3000 w/WinXP Home SP2 doesn't recognize CD/DVD drive Pin
neualex29-Oct-07 12:30
neualex29-Oct-07 12:30 
GeneralRe: Compaq Presario V3000 w/WinXP Home SP2 doesn't recognize CD/DVD drive Pin
#realJSOP30-Oct-07 5:10
professional#realJSOP30-Oct-07 5:10 
GeneralRe: Compaq Presario V3000 w/WinXP Home SP2 doesn't recognize CD/DVD drive Pin
neualex30-Oct-07 17:18
neualex30-Oct-07 17:18 
AnswerRe: Compaq Presario V3000 w/WinXP Home SP2 doesn't recognize CD/DVD drive Pin
Dan Neely30-Oct-07 2:49
Dan Neely30-Oct-07 2:49 

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.