Hello Irmus,

Irmus>>Hello. Mayby yuo can say how i have to do that:
Me need that portb.0 wait when i in thim send from lpt high level

I have code

input portb.0
low portb.0
<<

Ok, I am trying to understand what you are saying. I hope that I am correct.

You want Portb.0 to make the PIC chip wait until a signal comes?

SleepPin var Portb.0
while SleepPin=High
Wend

This will cause the chip to wait until PortB.0 goes low... then the
chip will continue on. Sorry if this is not what you want.


Dwayne