EmbLogic's Blog

Author Archives: manoj7410

What exectly this line says…??

Being Asynchronous with other code….

Posted in Uncategorized | Leave a comment

To Mr. Deepak.

Sir, Please tell a way to improve my vocublery?

Posted in Uncategorized | Leave a comment

Parallel Port Implemented in compatibility mode.

Working fine with more than 1 lkm. Able to write data on device from scull.

Posted in Uncategorized | Leave a comment

Project Status.

Working fine for singal Writer(Machine 1), Singal Reader(Machine 2), open/close file(Machine 3), and server(Machine 4). using sockets for IPC.

Posted in Character Driver, Uncategorized | Leave a comment

read_proc is being involked multiple times…why..??

Sir, if there is nothing to return or 0 to return from a read_proc function, then it is being involked for one time only. But if we return some value like 30 or 40 or No_of_bytes written, then read_proc is … Continue reading

Posted in Uncategorized | Leave a comment

Able to make my own proc entry.

Implemented create_proc_entry AND create_proc_read_entry successfully. read_proc successfully mapped and working on opening /proc/my_file… Also writing into the file. And reading the contents.

Posted in Uncategorized | Leave a comment

Thread synchronization done.

Running 100 applications in background writing and reading on Device… working absolutely fine.  

Posted in Character Driver, Linux Internals and System Programming | Leave a comment

Today’s work…

Implemented Driver Initialization Algo. Able to run my own open() function in module.

Posted in Uncategorized | Leave a comment

Today’s work…

Implemented driver again… implemented sockets using iNET and able to chat between two systems..

Posted in Uncategorized | Leave a comment

todays work…

Implemented Drivers (Initialization & Registration), Implemented Posix Threads.  

Posted in Device Drivers | Leave a comment