Click here to Skip to main content
15,891,253 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
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 
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 
_8086 wrote:
So if we write to a port using CreateFile, will that be using Serial-Driver?


yes. a serial driver, there could be more than one e.g. one for the standard serial ports based on 16550 device, one for a specific USB-to-serial cable, etc. And there could even be more than one stacked on top of each other.

if by "device without firmware" you mean a dumb peripheral needing all its control from PC, that could be a bad idea; there was a time floppy drives had no intelligence, and interrupted the CPU for every byte transferred, that is once every 6 microseconds. You may remember Win98 with floppy activity didn't do anything else while a transfer was going on.

IMO peripherals need sufficient intelligence so they can left alone for 1 millisecond or more; so don't consider a PC driving a stepper motor; use a microcontroller for that.

Last advice: read some books and some articles on the subject.

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
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 
AnswerRe: How much RAM will mobo hold Pin
Sebastian Schneider24-Aug-09 3:05
Sebastian Schneider24-Aug-09 3:05 
AnswerRe: How much RAM will mobo hold Pin
Expert Coming24-Aug-09 7:59
Expert Coming24-Aug-09 7:59 

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.