Hi all,

I want to address bits in a loop, like:
i var byte
char var byte
bla var byte

for i = 0 to 7
serin2, serpin, serbaud,[char]
bla.bit(i) = char
next

Anyway to do this? The above doesn't compile, of course.

Thanks,

Jonathan