Click here to Skip to main content
15,892,298 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
GeneralRe: Computer still prompt to set date and time Pin
Dave Kreskowiak10-Sep-09 18:16
mveDave Kreskowiak10-Sep-09 18:16 
Questionrelated to cd drive Pin
jainiraj9-Sep-09 4:37
jainiraj9-Sep-09 4:37 
AnswerRe: related to cd drive Pin
Richard MacCutchan9-Sep-09 5:42
mveRichard MacCutchan9-Sep-09 5:42 
Questionwireless router ip address Pin
εїзεїзεїз8-Sep-09 10:16
εїзεїзεїз8-Sep-09 10:16 
AnswerRe: wireless router ip address Pin
Richard MacCutchan8-Sep-09 12:21
mveRichard MacCutchan8-Sep-09 12:21 
GeneralRe: wireless router ip address Pin
εїзεїзεїз8-Sep-09 22:18
εїзεїзεїз8-Sep-09 22:18 
QuestionWhat's a device driver. Pin
_80865-Sep-09 2:56
_80865-Sep-09 2:56 
AnswerRe: What's a device driver. Pin
Luc Pattyn5-Sep-09 3:48
sitebuilderLuc Pattyn5-Sep-09 3:48 
without a specific driver your app might be able to interact with a peripheral, provided the peripheral uses a hardware interface that is supported by some general-purpose driver (e.g. for serial ports), and you implement all the peripheral-specific stuff yourself inside your app. That may solve the problem for one app using a (simple) peripheral one at a time.

with a driver you can use peripherals that could be shared (e.g. your LAN) and where incoming data gets to the interested party, you can apply protocols that need to be implemented only once (e.g. TCP/IP), and you can easily isolate your apps' problems from the drivers' problems. Would you like to have each and every app on your system to fiddle with the sectors of your disk?

Smile | :)

Luc Pattyn
Badger | [badger,badger,badger,badger...] Jig | [Dance] Badger | [badger,badger,badger,badger...] Have a look at my entry for the lean-and-mean competition; please provide comments, feedback, discussion, and don’t forget to vote for it! Thank you.Jig | [Dance] Badger | [badger,badger,badger,badger...] Jig | [Dance]

GeneralRe: What's a device driver. Pin
_80865-Sep-09 19:43
_80865-Sep-09 19:43 
GeneralRe: What's a device driver. Pin
Luc Pattyn6-Sep-09 0:43
sitebuilderLuc Pattyn6-Sep-09 0:43 
GeneralRe: What's a device driver. Pin
thecreditcardguy8-Sep-09 23:16
thecreditcardguy8-Sep-09 23:16 
AnswerRe: What's a device driver. [modified] Pin
mustang867-Sep-09 20:54
mustang867-Sep-09 20:54 
AnswerRe: What's a device driver. Pin
Roger Wright12-Sep-09 20:41
professionalRoger Wright12-Sep-09 20:41 
QuestionNewbie to hardware programming... Pin
thangvel27-Aug-09 8:46
thangvel27-Aug-09 8:46 
AnswerRe: Newbie to hardware programming... Pin
LloydA11128-Aug-09 11:09
LloydA11128-Aug-09 11:09 
AnswerRe: Newbie to hardware programming... Pin
Parker M cCauley10-Sep-09 5:53
Parker M cCauley10-Sep-09 5:53 
QuestionPort forwarding Pin
manish.m.meshram26-Aug-09 23:50
manish.m.meshram26-Aug-09 23:50 
AnswerRe: Port forwarding Pin
mustang8627-Aug-09 6:12
mustang8627-Aug-09 6:12 
AnswerRe: Port forwarding Pin
Michael Dunn14-Sep-09 13:42
sitebuilderMichael Dunn14-Sep-09 13:42 
QuestionSerial Port Issue Rx is working Tx is not Working. Pin
Nanda_MR26-Aug-09 20:29
Nanda_MR26-Aug-09 20:29 
AnswerRe: Serial Port Issue Rx is working Tx is not Working. Pin
Luc Pattyn27-Aug-09 8:05
sitebuilderLuc Pattyn27-Aug-09 8:05 
AnswerRe: Serial Port Issue Rx is working Tx is not Working. Pin
Parker M cCauley10-Sep-09 7:16
Parker M cCauley10-Sep-09 7:16 
QuestionHow to catch moment when other application going to use USB webcam Pin
Softvoile26-Aug-09 3:05
Softvoile26-Aug-09 3:05 
QuestionHow much RAM will mobo hold Pin
David Crow22-Aug-09 16:40
David Crow22-Aug-09 16:40 
AnswerRe: How much RAM will mobo hold [modified] Pin
mustang8622-Aug-09 21:09
mustang8622-Aug-09 21:09 

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.