Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Device driver programming

Status
Not open for further replies.

glathaa

Programmer
Aug 21, 2002
21
0
0
IN
Hi,

I am interested in learning Device Driver programming. Could anyone of give me some tips to start it?


Thanks in advance,
GL
 
Driver for which OS?

hnd
hasso55@yahoo.com

 
Linux or any RTOS.

Thanks for ur response.
GL

 
The way you should go is
1. Understand the Software Interface Driver-System on your operating System. For Unix there is an excellent Book from Pajari (?) Writing Unix Drivers or similar. I'll Try to find out the title.

2. Understand your device. That is in some cases even more difficult.
3. Write the Driver.

Some RT-OS allow drivers to be written as Subprograms which can be called directly. This is the way to get fastest access to the devices, but no standardized Access. To do so it is neccessary to get access to the IO-Page of the System.
If this ist impossible like in Unix or Windows then you have to follow standardized Procedures.


hnd
hasso55@yahoo.com

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top