Results 1 to 1 of 1
hi all....
i want to create a device driver that act as dual driver
in user space, the driver will be recognized as a serial driver (char driver) but in ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-21-2006 #1Just Joined!
- Join Date
- Sep 2006
- Posts
- 1
serial char to ethernet driver
hi all....
i want to create a device driver that act as dual driver
in user space, the driver will be recognized as a serial driver (char driver) but in kernel it will be recognized as network driver (driver that access network layer (UDP) in kernel space).
user can access the driver by open the serial driver eg: /dev/sn0 and whe user do the open/write operation it will write/read data from UDP port (in kernel mode/space)...
q: how do i link this driver and how do i create multi serial driver that can be linked to a single driver that access network via UDP port....(ethernet driver) ..
i hope u can give me an explenation...
thanx..


Reply With Quote
