it seems it is not possible to have 2 outputs HIGH at the same time....? i tried to lite up 2 leds:
HIGH LED1
HIGH LED2
only LED22 lights up, then i did:
HIGH LED1
PAUSE 1000
HIGH LED2
i see led1 light up (1s, as expected) then it goes off and led 2 lights up is there any LATCH ON command (maybe LATCH ON LED1) to set it high indefinitely led1 while we send another command to light up LED2....? how can we high LED1 until we send a LOW LED1, in the mean time we are doing other things like flash LED2, send IR/ RS232, etcetc..........?
I'm new at this please excuse some of my silly questions.
Bookmarks