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
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
"If the Earth were a single state, Istanbul would be its capital." Napoleon Bonaparte
Yes, that was the problem.
High and Low are Documented commands.
The =1 or =0 are Not!
Well, that kind of port accessing is neither too, but anyway!
Thanks a lot for the reply.
Bookmarks