Parallel to Serial Conversion: IC 74165 & 2 Clock Purpose

  • Thread starter Thread starter kschong
  • Start date Start date
  • Tags Tags
    Parallel Serial
AI Thread Summary
The IC 74165 is designed to convert 8-bit parallel data into serial format, utilizing two clock inputs primarily for controlling the clock signal. To operate it, pin 15 should be held low to enable continuous clocking via pin 2, while pin 1 must be low to load parallel data before switching high to shift data out serially through pin 9. The data sheet provides detailed instructions for effective control of the chip. For a project involving Cyclic Redundancy Check (CRC), the serial data does not need to conform to a specific communication format like RS-232. Proper baud rate management is essential for accurate serial output timing.
kschong
Messages
5
Reaction score
0
hi, may i know how to control IC 74165? What is the purpose of this 2 clock? i need a IC which can transfer 8 bit data from parallel to serial, got any suggestion?
 
Engineering news on Phys.org
That chip would be OK.

It has two clock inputs so that one of them can control clock input from the other. It is really just one clock.

It can load from parallel inputs and send this data out as serial.

The Fairchild data sheet explains it pretty well.
 
kschong said:
hi, may i know how to control IC 74165? What is the purpose of this 2 clock? i need a IC which can transfer 8 bit data from parallel to serial, got any suggestion?

Adding a question to vk6kro's advice, what do you want for the serial data stream? Do you want it in some standard format/interface like SCI (RS-232) or SPI or I2C, or some other? What is the overall context of your question?
 
Actually now i m doing a project about the Cyclic Redundancy Check (CRC), i need the IC 74165 for the convert the parallel data into serial data. Unfortunately, i m don know how to control the two clock to let the data transfer into serial. For this CRC project, can i use the RS 232??
 
kschong said:
Actually now i m doing a project about the Cyclic Redundancy Check (CRC), i need the IC 74165 for the convert the parallel data into serial data. Unfortunately, i m don know how to control the two clock to let the data transfer into serial. For this CRC project, can i use the RS 232??

No, if you are making a CRC state machine, there is no need to have the serial data in any particular comm format. You are just going to be putting it through your CRC circuit, right?

What kind of logic are you going to use to control your state machine? Where do the parallel bytes come from? Where are you going to shift out the final CRC? How wide will it be?

Is this a paper-only design, or are you going to simulate it, or are you going to build it up?
 
Unfortunately, i m don know how to control the two clock to let the data transfer into serial.

You need to download a data sheet for this chip.

If you hold pin 15 low and feed the clock into pin 2, it will clock continuously. Making pin 15 high will stop the clocking even if pin 2 continues to get clock pulses.

Making pin 1 low will load the parallel data from the 8 data input pins. Making pin 1 high will allow clocking of the data towards the serial output, pin 9.
Clocking must be done at the right baud rate for the serial output to be at the right speed.
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...

Similar threads

Back
Top