Parallel to Serial Conversion: IC 74165 & 2 Clock Purpose

  • Thread starter Thread starter kschong
  • Start date Start date
  • Tags Tags
    Parallel Serial
Click For Summary
SUMMARY

The discussion centers on controlling the IC 74165 for converting 8-bit parallel data to serial format. The IC features two clock inputs, where one can control the other, effectively functioning as a single clock. Key operations include holding pin 15 low for continuous clocking via pin 2, and setting pin 1 low to load parallel data from the input pins. Proper baud rate management is essential for accurate serial output timing.

PREREQUISITES
  • Understanding of IC 74165 functionality
  • Familiarity with digital logic design
  • Knowledge of baud rate concepts
  • Basic understanding of Cyclic Redundancy Check (CRC) implementation
NEXT STEPS
  • Download and study the Fairchild data sheet for IC 74165
  • Research how to implement a CRC state machine
  • Learn about interfacing IC 74165 with RS-232, SPI, or I2C
  • Explore simulation tools for digital circuit design
USEFUL FOR

Electronics engineers, digital circuit designers, and students working on projects involving data conversion and CRC implementations.

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.
 

Similar threads

  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 49 ·
2
Replies
49
Views
4K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 4 ·
Replies
4
Views
5K
  • · Replies 2 ·
Replies
2
Views
8K