Quote Originally Posted by mubashir View Post
Hi
I tried on ur suggestions but i donot found any thing.


Best regards


mubashir
DEFINE OSC 4
output portb.0

main:
low portb.0
pause 10
high portb.0
pause 10
goto main

there's your 50Hz output, 10ms low, 10ms high, 20ms total period...
1 seconds / 20ms = 50Hz...
Was it really that difficult?