Andre Abelian wrote: > do you see any problem with the software ? apart from being extremely slow :) but this is probably how you wanted it... and a max_no_of_bits of 8, I'd change this one > data_byte=data_byte<<1; // to > data_byte <<= 1; // (clearer in this context, and surely better compiled..) -- Ciao, Dario -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist