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.
 
While I was rolling out a shielded cable, a though came to my mind - what happens to the current flow in the cable if there came a short between the wire and the shield in both ends of the cable? For simplicity, lets assume a 1-wire copper wire wrapped in an aluminum shield. The wire and the shield has the same cross section area. There are insulating material between them, and in both ends there is a short between them. My first thought, the total resistance of the cable would be reduced...
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I am not an electrical engineering student, but a lowly apprentice electrician. I learn both on the job and also take classes for my apprenticeship. I recently wired my first transformer and I understand that the neutral and ground are bonded together in the transformer or in the service. What I don't understand is, if the neutral is a current carrying conductor, which is then bonded to the ground conductor, why does current only flow back to its source and not on the ground path...

Similar threads

Back
Top