Results 1 to 4 of 4

Thread: How do you write device drivers?

  1. #1

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    How do you write device drivers?

    Lets say I have a non-standard USB device and I need to write a driver for it. (I'm quite prepared to find out that it is beyond my skills, but hey!).

    What is involved? What programming tools would I need? Is it possible to write a device driver in .Net?

    Does anyone have experience in this field?
    I don't live here any more.

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901
    You should post in the 'Net forum. It's not easy, but I know that it can be done.

  3. #3
    Hyperactive Member made_of_asp's Avatar
    Join Date
    Jul 2001
    Location
    123 Fake Street
    Posts
    394
    Device drivers are usually written in C.

    Kernel-mode drivers must be composed of very well-written stable code.

    .NET framework is not intended for developing drivers to my knowledge.

    MSDN has a whole section dedicated to writing drivers.

    http://msdn.microsoft.com/library/de...riverHowTo.asp

    VS.NET 2003

    Need to email me?

  4. #4

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682
    Looks complicated. I'll leave it I think

    Cheers.

    Check out the xbox link in my signature to see why I posted this.
    I don't live here any more.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width