Hi Ioannis,


Why do you need to use HIGH and LOW? Any particular reason?

The code below should work ok!

Code:
for i=0 to 3
   port_ix.0[i] = 1
   pause 200
   port_ix.0[i] = 0
   pause 200
next i