EmbLogic's Blog

Category Archives: Parallel Port Driver

Stepper Motor Interfacing with Parallel Port

We have Successfully Interfaced stepper motor with parallel port and tested following modes of operation: 1. Half step sequence Clockwise and Anti-clockwise. 2.Full step sequence Clockwise and Anti-clockwise. 3.Eight step sequence Clockwise and Anti-clockwise and successfully controlled the speed of motor … Continue reading

Posted in Parallel Port Driver | Tagged | 5 Comments

Update of assignment

I have completed the 3 modes of parallel device driver i.e compatibility mode, byte mode and nibble mode. Working on the ECP and EPP mode. Successfully implemented man page creation and development. Working on customizing them as per the needs. … Continue reading

Posted in Parallel Port Driver | Leave a comment

memory mapping??????///

what is the difference between memory mapped io and port mapped io. and please tell me , parallel port and serial port which memory mapping followed??

Posted in Parallel Port Driver, Serial Port Driver | 1 Comment

parallel port and its modes????

our realistic work: compatibility: sends one byte data on data port line and take the output by leds, nibble mode: sends data on upper 4bits of the data port and receive by the upper bits of the status register . … Continue reading

Posted in Parallel Port Driver | Leave a comment

Parallel port driver status

I am currently working on Nibble mode of parallel port and we successfully transferred bytes of information from one PC to another using delay method but, facing problems in handshaking(unable to change control bits  )….i want some information about handshaking … Continue reading

Posted in Parallel Port Driver | 1 Comment

parallel_port driver status..

sir, i have completed the parallel port driver in NIBBLE mode……But not by handshaking….(by using delay). in handshaking our status is ->control have reached from peripheral to host but we are not able to receive the control from host to … Continue reading

Posted in Parallel Port Driver | 1 Comment

handshaking problem..

in Nibble mode… -> can we use a single bit in hand_shaking in the parallel port driver..? -> which bit of the control register should i use to handshake->1.strobe bit, 2.autofeed bit. Please tell me the procedure of handshaking in … Continue reading

Posted in Parallel Port Driver | Leave a comment

nibble mode

hows inb and outb work internally? getting problem in handshaking through strobe pin in nibble mode. how can i do it?  

Posted in Parallel Port Driver | Leave a comment