hello guys...i try to make an application, i have to make to communicate 2 devices together and send packets to each other...the problem is i cant manage to develop the bit stuffing problem...can anyone help me with that? bit stuffing: one counter will count the bytes and if check that 5 bits are "1" in row then it puts one 0 after those 5 "1" bits... i want that program work in c, thanks a lot
i use a pointer that saw to an address... so i read byte per byte ( with masking technique) and then i write the results ( after bit stuffing) in that pointer
i write that program in c, so at least i have to read bytes per bytes but i want to develop bit stuffing technique in bits