mstechca
New Member
I know how to make a two transistor relaxation oscillator, but rather than me personally figure out the optimal values of C and R to get 300 Hz, I thought I get some insight from someone else. I dont want to end up using values which I cannot purchase in most electronic stores.
and why 300 Hz?
I want to make a serial port data receiver. and it seems that I must have the baud rate correctly on the nose, or else there will be reception errors.
Why 300 Hz? because I want the receiver to autodetect the baud rate since most baud rates today are in multiples of 300.
I think I can be able to automatically detect the baud rate with a counter.
I will for sure dump baud rates that are not a multiple of 300.
I am using a 74HCT164 shift register and a 4040 counter. The clock pulses for both these devices are edge triggered. How long must it stay in one state before the chip recognizes the state? The reason why I'm asking is if I apply a positive and then a negative, not a picosecond later, the IC probably wont recognize the positive.
and why 300 Hz?
I want to make a serial port data receiver. and it seems that I must have the baud rate correctly on the nose, or else there will be reception errors.
Why 300 Hz? because I want the receiver to autodetect the baud rate since most baud rates today are in multiples of 300.
I think I can be able to automatically detect the baud rate with a counter.
I will for sure dump baud rates that are not a multiple of 300.
I am using a 74HCT164 shift register and a 4040 counter. The clock pulses for both these devices are edge triggered. How long must it stay in one state before the chip recognizes the state? The reason why I'm asking is if I apply a positive and then a negative, not a picosecond later, the IC probably wont recognize the positive.