devendra.devgupta
Newbie level 2
- Joined
- Jun 14, 2013
- Messages
- 2
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 15
Hi friends
I have interfaced custom hardware to my embedded board, the custom hardware communicates with the board using a custom protocol over rs485 line, Now there is two level of code abstraction here
1) Code for initializing the uart, writing to uart and reading from uart for particular controller
2) Code for initializing the custom hardware using uart functions as in point 1.
I have a very basic question here which code is called device driver here. please let me know as i am little bit confused here
Thanks in advance
I have interfaced custom hardware to my embedded board, the custom hardware communicates with the board using a custom protocol over rs485 line, Now there is two level of code abstraction here
1) Code for initializing the uart, writing to uart and reading from uart for particular controller
2) Code for initializing the custom hardware using uart functions as in point 1.
I have a very basic question here which code is called device driver here. please let me know as i am little bit confused here
Thanks in advance