To send a 0:
sender: switches line A to low (0).
receiver (detects the change on line A): switches line B to 0.
sender (detects the change on line B): switches line A back to 1.
receiver (detects the change on line A): switches line B back to 1.
sender waits for line B = 1
end
To send a 1:
sender: switches line B to 0.
receiver (detects the change on line B): switches line A to 0.
sender (detects the change on line A): switches line B back to 1.
receiver (detects the change on line B): switches line A back to 1.
sender waits for line A = 1
end
Lesezeichen