EmbLogic's Blog

Author Archives: premveer

Related to cvs and stepper motor

we have complete the cvs server and stepper motor control with the help of parallel port

Posted in Uncategorized | Leave a comment

related to character drivers

i have complete semaphore,completion,spin_lock for multiple item

Posted in Uncategorized | Leave a comment

related to char. driver

i have complete read write operation for multiple item and llseek also done

Posted in Uncategorized | Leave a comment

related to char driver

i have done write and read operation for single quantum

Posted in Uncategorized | Leave a comment

status related to character driver

i have done initialization,registration,open,release,trim.

Posted in Character Driver | Leave a comment

related c

difference b/w structure and union. Structure: 1. It allocates memory equal to sum of memory allocated to its each individual member. 2.each member have their own memory space. 3. structure can not  be implemented in shred memory. 4. it has … Continue reading

Posted in Data Structures with C | 1 Comment

related c

basic meaning of static variable,global variable,local variable.difference also

Posted in Uncategorized | 2 Comments

c related quary

why char pointer take four bytes.while char take only one byte

Posted in Uncategorized | 1 Comment