How do I write a simple virtual port driver?

  • Thread starter Thread starter someone321
  • Start date Start date
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
1 reply · 2K views
someone321
Messages
1
Reaction score
0
Hello
I am trying to understand how to write a driver, I didn't find simple examples, I ask if someone can give me a simple example of a virtual port driver
thanks
 
Physics news on Phys.org


Drivers does need to be examined and comprehended well, i recommend you to start with "Linux : Device Drivers" book to have some ideas about how to code a driver.