loony wrote:I will read all of it, but quickly.......
this really clicked in my brain, when you say levels of signal, how would this equate?
like morse dot and dash is sound and length of signal
what would be a 0 signal and a 1 signal in common use?
0 is 0 volts. 1 is 5 volts in most ICs. I think the newer processor chips use lower voltage such as 3.4 or 2.7 volts.
Basically what happens is there is a clock chip which varies from 0 to 1.
The atmel specs I posted earlier shows timing wave forms at section 21. When the clock moves from 0-1 then the other pins are read.
If the chip is 8 bit then it may have 8 pins to read an 8 bit number, for instance 1111101
So it would read the pins on one clock cycle. When the clock changes it would read the pins again for a new number.
Of course that ignores the fact that keyboards and modems actually send it as a series of on/off pulses on one cable. In that case you would need a counter to count which single number of the 8 is being read and then translate that into the 8 bits needed for the processor.