Click here to Skip to main content
16,016,088 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
AnswerRe: How to use HDD's write cache? Pin
Dan Neely30-Dec-09 6:00
Dan Neely30-Dec-09 6:00 
GeneralRe: How to use HDD's write cache? Pin
chenayang30-Dec-09 17:34
chenayang30-Dec-09 17:34 
GeneralRe: How to use HDD's write cache? Pin
Dan Neely31-Dec-09 6:40
Dan Neely31-Dec-09 6:40 
AnswerRe: How to use HDD's write cache? Pin
Dave Kreskowiak2-Jan-10 15:15
mveDave Kreskowiak2-Jan-10 15:15 
GeneralRe: How to use HDD's write cache? Pin
Dan Neely3-Jan-10 17:15
Dan Neely3-Jan-10 17:15 
QuestionGame Controller Pin
behzad vosughi28-Dec-09 20:56
behzad vosughi28-Dec-09 20:56 
AnswerRe: Game Controller Pin
Dave Kreskowiak29-Dec-09 3:42
mveDave Kreskowiak29-Dec-09 3:42 
AnswerRe: Game Controller Pin
dybs6-Jan-10 16:52
dybs6-Jan-10 16:52 
To expand on Dave's response, some USB devices can emulate a COM port, so you can just use the System.IO.Ports.SerialPort class. Otherwise, you may have to import some Win32 API methods (using the DllImport attribute), depending on the device class (HID, CDC, etc). Plus, you'll need to know the format the controller uses to send its data to the PC.

Dybs

The shout of progress is not "Eureka!" it's "Strange... that's not what i expected". - peterchen

QuestionLong recognition time CD-ROM Pin
Lutosław26-Dec-09 23:23
Lutosław26-Dec-09 23:23 
AnswerRe: Long recognition time CD-ROM Pin
Roger Wright26-Dec-09 23:52
professionalRoger Wright26-Dec-09 23:52 
GeneralRe: Long recognition time CD-ROM Pin
Lutosław27-Dec-09 3:58
Lutosław27-Dec-09 3:58 
GeneralRe: Long recognition time CD-ROM Pin
Roger Wright27-Dec-09 7:15
professionalRoger Wright27-Dec-09 7:15 
GeneralRe: Long recognition time CD-ROM Pin
Lutosław27-Dec-09 8:23
Lutosław27-Dec-09 8:23 
GeneralRe: Long recognition time CD-ROM Pin
Lutosław12-Jan-10 0:06
Lutosław12-Jan-10 0:06 
Questionprotocol Analyser / Bus analyser Pin
hrishiS22-Dec-09 2:12
hrishiS22-Dec-09 2:12 
AnswerRe: protocol Analyser / Bus analyser Pin
Dave Kreskowiak22-Dec-09 3:39
mveDave Kreskowiak22-Dec-09 3:39 
GeneralRe: protocol Analyser / Bus analyser Pin
hrishiS22-Dec-09 18:44
hrishiS22-Dec-09 18:44 
GeneralRe: protocol Analyser / Bus analyser Pin
Dave Kreskowiak23-Dec-09 1:22
mveDave Kreskowiak23-Dec-09 1:22 
AnswerRe: protocol Analyser / Bus analyser Pin
RTek2324-Dec-09 8:40
professionalRTek2324-Dec-09 8:40 
AnswerRe: protocol Analyser / Bus analyser Pin
fat_boy14-Jan-10 5:38
fat_boy14-Jan-10 5:38 
QuestionHow to access a Kernel-Mode dll from C# Pin
AB_dev22-Dec-09 0:55
AB_dev22-Dec-09 0:55 
AnswerRe: How to access a Kernel-Mode dll from C# Pin
Dave Kreskowiak22-Dec-09 2:00
mveDave Kreskowiak22-Dec-09 2:00 
GeneralRe: How to access a Kernel-Mode dll from C# Pin
AB_dev22-Dec-09 2:07
AB_dev22-Dec-09 2:07 
GeneralRe: How to access a Kernel-Mode dll from C# Pin
Dave Kreskowiak22-Dec-09 3:37
mveDave Kreskowiak22-Dec-09 3:37 
GeneralRe: How to access a Kernel-Mode dll from C# Pin
AB_dev22-Dec-09 3:46
AB_dev22-Dec-09 3:46 

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.