Hi,:-)

Another question have I,did I have a chance to dimming two or more bulb on one PIC.
While I find that is a little problem with the Delay method.

POS_FLNK:IF ZeroDetect = 0 Then POS_FLNK
NEG_FLNK:IF ZeroDetect = 1 Then NEG_FLNK
PauseUs Delay_1
high PortC.0
PauseUs Delay_2
high PortC.1
PauseUs 500
low PortC.0
low PortC.1
hserin 0,MainStart,[WAIT("!"),STR Datain\3]
goto CheckAdr
Initialize:
Delay_1 = Datain[1] * 100
Delay_2 = Datain[2] * 100

GoTo MainStart

Can not work with two delays !?

Regard
Pesti