Click here to Skip to main content
15,894,343 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
QuestionHow to get memory's manufacturer? Pin
simonchen.net27-Sep-07 20:24
simonchen.net27-Sep-07 20:24 
AnswerRe: How to get memory's manufacturer? Pin
Dave Kreskowiak28-Sep-07 1:05
mveDave Kreskowiak28-Sep-07 1:05 
GeneralRe: How to get memory's manufacturer? Pin
simonchen.net12-Mar-08 5:31
simonchen.net12-Mar-08 5:31 
GeneralRe: How to get memory's manufacturer? Pin
Dave Kreskowiak12-Mar-08 10:58
mveDave Kreskowiak12-Mar-08 10:58 
AnswerRe: How to get memory's manufacturer? Pin
#realJSOP30-Sep-07 3:42
mve#realJSOP30-Sep-07 3:42 
GeneralRe: How to get memory's manufacturer? Pin
Luc Pattyn30-Sep-07 4:34
sitebuilderLuc Pattyn30-Sep-07 4:34 
QuestionLPT Listener Pin
TPN26-Sep-07 21:19
TPN26-Sep-07 21:19 
AnswerRe: LPT Listener Pin
Luc Pattyn27-Sep-07 1:16
sitebuilderLuc Pattyn27-Sep-07 1:16 
Hi,

I don't know about any LPT event; I would suggest you put a delay in your while loop
to reduce the CPU load it generates.
Sleep(1000); would reduce your checking to no more than once a millisecond
(probably once every 16 to 20 msec, see my timers article), and reduce the CPU load drastically.

Smile | :)



Luc Pattyn [Forum Guidelines] [My Articles]


this weeks tips:
- make Visual display line numbers: Tools/Options/TextEditor/...
- show exceptions with ToString() to see all information
- before you ask a question here, search CodeProject, then Google


GeneralRe: LPT Listener Pin
TPN27-Sep-07 20:21
TPN27-Sep-07 20:21 
GeneralRe: LPT Listener Pin
Luc Pattyn28-Sep-07 0:45
sitebuilderLuc Pattyn28-Sep-07 0:45 
GeneralRe: LPT Listener Pin
LittleYellowBird28-Sep-07 1:07
LittleYellowBird28-Sep-07 1:07 
QuestionAnalog meter display on PC Pin
Pluto724-Sep-07 23:50
Pluto724-Sep-07 23:50 
AnswerRe: Analog meter display on PC Pin
Dave Kreskowiak25-Sep-07 4:17
mveDave Kreskowiak25-Sep-07 4:17 
GeneralRe: Analog meter display on PC Pin
Pluto727-Sep-07 21:03
Pluto727-Sep-07 21:03 
GeneralRe: Analog meter display on PC Pin
Dave Kreskowiak28-Sep-07 1:00
mveDave Kreskowiak28-Sep-07 1:00 
QuestionHard disk fragmentation Pin
Thisita20-Sep-07 13:30
Thisita20-Sep-07 13:30 
AnswerRe: Hard disk fragmentation Pin
Dave Kreskowiak20-Sep-07 14:55
mveDave Kreskowiak20-Sep-07 14:55 
AnswerRe: Hard disk fragmentation Pin
Randor 20-Sep-07 21:32
professional Randor 20-Sep-07 21:32 
GeneralRe: Hard disk fragmentation Pin
Thisita21-Sep-07 10:04
Thisita21-Sep-07 10:04 
GeneralRe: Hard disk fragmentation Pin
Dave Kreskowiak21-Sep-07 10:34
mveDave Kreskowiak21-Sep-07 10:34 
Questionhow to read data from hard disk using int86() function Pin
amit.code20-Sep-07 2:43
amit.code20-Sep-07 2:43 
AnswerRe: how to read data from hard disk using int86() function Pin
Dave Kreskowiak20-Sep-07 14:53
mveDave Kreskowiak20-Sep-07 14:53 
GeneralRe: how to read data from hard disk using int86() function Pin
amit.code20-Sep-07 18:48
amit.code20-Sep-07 18:48 
GeneralRe: how to read data from hard disk using int86() function Pin
Randor 20-Sep-07 21:57
professional Randor 20-Sep-07 21:57 
GeneralRe: how to read data from hard disk using int86() function Pin
Dave Kreskowiak21-Sep-07 1:57
mveDave Kreskowiak21-Sep-07 1:57 

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.