shaswat
Advanced Member level 4
- Joined
- Jul 2, 2013
- Messages
- 115
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 18
- Activity points
- 963
Hi all,
I am working on writing my device driver code. This time I write code for my DB-25 parallel port, but for this I have to use
header file. As per my compiler error, its not found in directory. For this, I download the header file and insert in the directory. But still error found.
What now I have to do? Is there any other header file for low level port input output ???
Thanks.....
I am working on writing my device driver code. This time I write code for my DB-25 parallel port, but for this I have to use
Code:
sys/io.h
What now I have to do? Is there any other header file for low level port input output ???
Thanks.....