Hi,
I have several devices connected to a T1616.
If I pool one device at a time it works Ok. If I do this in a sequence for 2 or more devices I got mixed results. Most probably is in the software but I just can't see it. I have a custFc that is activated every 1 sec.
DM[11]=0
If DM[11]=0 Then
Print #1 " cmd string "
A$=Input$ (1)
A$=MID$(A$,3,255)
A=Val(A$)
DM[11]=DM[11]+1
endif
If DM[11]=1 Then
Print #1 " cmd string "
B$=Input$ (1)
B$=MID$(B$,3,255)
B=Val(B$)
DM[11]=DM[11]+1
endif
Thanks
Dan