serial data

Need help with a project? Trying to find a component? Post any general technical questions here.
Post Reply
curious123
Posts: 2
Joined: Wed Nov 24, 2021 6:57 pm

serial data

Post by curious123 » Thu Nov 25, 2021 6:18 pm

how can i correct a serial data sequence 00000000 from changing have the logic analyser picture bits flipping is it possible to stop the 0s from changing to 1s example 000001000 etc some type of flip flop circuit ? thanks

curious123
Posts: 2
Joined: Wed Nov 24, 2021 6:57 pm

Re: serial data

Post by curious123 » Thu Nov 25, 2021 7:07 pm

0000_0101 0000_0001 1011_0000 then reply 0001_0001 1111_1101 0000_0000 11111_1111 1011_1001
0x05 0x01 0XB0 0x11 0XFD 0X00 0XFF B9
the 0x00 0000_0001 etc when there is an error what circuit can be made to flip back to 0 pattern in the 0000_0000

Post Reply