Click here to Skip to main content
15,886,362 members
Home / Discussions / C#
   

C#

 
GeneralRe: writing usb driver in visual C#.Net.? Pin
Dave Kreskowiak22-Sep-09 6:26
mveDave Kreskowiak22-Sep-09 6:26 
GeneralRe: writing usb driver in visual C#.Net.? Pin
Richard MacCutchan22-Sep-09 6:27
mveRichard MacCutchan22-Sep-09 6:27 
GeneralRe: writing usb driver in visual C#.Net.? Pin
Xmen Real 22-Sep-09 6:36
professional Xmen Real 22-Sep-09 6:36 
AnswerRe: writing usb driver in visual C#.Net.? Pin
Luc Pattyn22-Sep-09 5:26
sitebuilderLuc Pattyn22-Sep-09 5:26 
GeneralRe: writing usb driver in visual C#.Net.? Pin
EliottA22-Sep-09 6:57
EliottA22-Sep-09 6:57 
GeneralRe: writing usb driver in visual C#.Net.? Pin
DaveyM6922-Sep-09 7:46
professionalDaveyM6922-Sep-09 7:46 
GeneralRe: writing usb driver in visual C#.Net.? Pin
Luc Pattyn22-Sep-09 11:49
sitebuilderLuc Pattyn22-Sep-09 11:49 
AnswerRe: writing usb driver in visual C#.Net.? Pin
DaveyM6922-Sep-09 7:45
professionalDaveyM6922-Sep-09 7:45 
You probably won't need to write your own driver (if you do you will need to delve into the dark world of C/C++). Find the most suitable USB class[^] for your device, implement that in you µC's code and you can use the Windows USB driver for that class.

Many µC manufacturer's already have code available for most common scenarios (so you may not even need to code the USB implementation at the µC side) and some even have their own drivers already written for you for when the generic Windows drivers won't do.

I experimented briefly with this with a PIC and the USB MIDI spec with sucess after a lot of trial and error - google will be your friend when you know exactly what to search for.

Dave

Generic BackgroundWorker - My latest article!
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Why are you using VB6? Do you hate yourself? (Christian Graus)

Questionremoting over the internet?? Pin
Tridip Bhattacharjee22-Sep-09 3:25
professionalTridip Bhattacharjee22-Sep-09 3:25 
AnswerRe: remoting over the internet?? Pin
Not Active22-Sep-09 4:07
mentorNot Active22-Sep-09 4:07 
AnswerRe: remoting over the internet?? Pin
Dave Kreskowiak22-Sep-09 4:33
mveDave Kreskowiak22-Sep-09 4:33 
AnswerRe: remoting over the internet?? Pin
Xmen Real 22-Sep-09 5:30
professional Xmen Real 22-Sep-09 5:30 
AnswerRe: remoting over the internet?? Pin
Big Daddy Farang22-Sep-09 8:42
Big Daddy Farang22-Sep-09 8:42 
Questiongoogle search engine api using c# Pin
Anil Veeraghattapu 422-Sep-09 2:33
Anil Veeraghattapu 422-Sep-09 2:33 
AnswerRe: google search engine api using c# Pin
Richard MacCutchan22-Sep-09 2:36
mveRichard MacCutchan22-Sep-09 2:36 
AnswerRe: google search engine api using c# [modified] Pin
Patrik.karlin22-Sep-09 2:55
Patrik.karlin22-Sep-09 2:55 
AnswerRe: google search engine api using c# Pin
Aman Bhullar22-Sep-09 3:22
Aman Bhullar22-Sep-09 3:22 
QuestionBind txt Box to database [modified] Pin
Manish7922-Sep-09 2:12
Manish7922-Sep-09 2:12 
AnswerRe: Bind txt Box to database Pin
Henry Minute22-Sep-09 2:26
Henry Minute22-Sep-09 2:26 
GeneralRe: Bind txt Box to database Pin
Manish7922-Sep-09 2:50
Manish7922-Sep-09 2:50 
GeneralRe: Bind txt Box to database Pin
Programm3r22-Sep-09 3:00
Programm3r22-Sep-09 3:00 
GeneralRe: Bind txt Box to database Pin
Manish7922-Sep-09 3:14
Manish7922-Sep-09 3:14 
GeneralRe: Bind txt Box to database Pin
Programm3r22-Sep-09 3:19
Programm3r22-Sep-09 3:19 
GeneralRe: Bind txt Box to database Pin
Keith Barrow22-Sep-09 3:16
professionalKeith Barrow22-Sep-09 3:16 
GeneralRe: Bind txt Box to database Pin
Manish7922-Sep-09 3:23
Manish7922-Sep-09 3:23 

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.