USB Device Driver Introduction to USB: These days we are using USB(Universal Serial Bus) devices like pen drive ,mouse,printer etc instead of using serial or parallel port devices. One of the original intentions of USB was to reduce the … Continue reading
Socket Programming Socket: Sockets are basically used for inter process communication within single or over the network systems. So sockets are basically two endpoints of the communication via which we can communicate. So socket represents a single connection between exactly … Continue reading
Porting of Embedded OS on Olinuxino Board Embedded OS: Embedded Operating System is simply a light version of complete OS ,means in embedded OS we reduce some functionality from the OS according to the our requirement like if we don’t … Continue reading
i have completed 2 assignment with c++. also practice some program using inline function.
I have completed 8 assignments with some doubts on floating point numbers and working on 9th assignment. some problems are comming in 9th assignment. Also done 1 assignment of c++.
done first 9 assignments with some problems. main problem is coming in low level file input-output operations.
RCS file: new_lkm.c,v Working file: new_lkm.c head: 1.30 branch: locks: strict root: 1.30 access list: symbolic names: keyword substitution: kv total revisions: 31; selected revisions: 31 description: in this i register many no. of devices that we can provide at … Continue reading
RCS file: new_lkm.c,v Working file: new_lkm.c head: 1.29 branch: locks: strict root: 1.29 access list: symbolic names: keyword substitution: kv total revisions: 30; selected revisions: 30 description: in this i register many no. of devices that we can provide at … Continue reading
INTRODUCTION: Device driver is basically a module(piece of code) used to make possible the communication between hardware and application like VLC media player,firefox,USB devices etc.So device driver is used to drive the hardware according to the application.Different type of applications … Continue reading
RCS file: new_lkm.c,v Working file: new_lkm.c head: 1.19 branch: locks: strict root: 1.19 access list: symbolic names: keyword substitution: kv total revisions: 20; selected revisions: 20 description: in this i register many no. of devices that we can provide at … Continue reading
RCS file: new_lkm.c,v Working file: new_lkm.c head: 1.18 branch: locks: strict root: 1.18 access list: symbolic names: keyword substitution: kv total revisions: 19; selected revisions: 19 description: in this i register many no. of devices that we can provide at … Continue reading
RCS file: new_lkm.c,v Working file: new_lkm.c head: 1.16 branch: locks: strict root: 1.16 access list: symbolic names: keyword substitution: kv total revisions: 17; selected revisions: 17 description: in this i register many no. of devices that we can provide at … Continue reading
RCS file: new_lkm.c,v Working file: new_lkm.c head: 1.10 branch: locks: strict root: 1.10 access list: symbolic names: keyword substitution: kv total revisions: 11; selected revisions: 11 description: in this i register many no. of devices that we can provide at … Continue reading
RCS file: server.c,v Working file: server.c head: 1.2 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 2; selected revisions: 2 description: server with one processing client to increment received data by 1. in this threads are … Continue reading
i have completed multiple data compression and decompression….