Writing a Virtual Port Driver: A Simple Guide

  • Thread starter Thread starter someone321
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
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.