以下内容转载自网络,仅供个人学习之用。
 
     74LS属于TTL类型的集成电路,而74HC属于CMOS集成电路。LS、HC 二者高电平低电平定义不同,HC高电平规定为0.7倍电源电压,低电平规定为0.3倍电源电压。LS规定高电平为2.0V,低电平为0.8V。 带负载特性不同。HC上拉下拉能力相同,LS上拉弱而下拉强。 输入特性不同。HC输入电阻很高,输入开路时电平不定。LS输入内部有上拉,输入开路时为高电平。(1)74LS系列是“低功耗肖特基TTL”,统称74LS系列。其改进型为“先进低功耗肖特基TTL”,既74ALS系列,它 的性能比74LS更好。(2)74HC系列,它具有CMOS的低功耗和相当于74LS高速度的性能,属于一种高速低功耗产品。(3)上述两者的工作频率都在30mHz以下,74ALS略高,可达50mHz。(4)但它们的工作电压却大不相同:74LS系列为5V,74HC系列为2~6V。(5)扇出能力:74LS系列为20,而74HC系列在直流时则高达1000以上,但在交流时很低,由工作频率决定。
 
 
-------------
LinkTo:http://forums.parallax.com/showthread.php/79113-74LS595-verses-74HC595
Question:
I have been using 74LS595 as LED Display drivers at 15ma per 595 output.· These 595's work with the SX28.· I previously noticed in the Jameco Catalog a vast price difference in the HC595 $.62 and the LS595 $4.55 .· The pinouts are the same so I ordered a few to see if they work, and they did.· However I lack the expertise to determine from the data sheets what the difference is and if there are any drawbacks to using the HC verses the LS for projects.
 
Answer:
Short answer to your question; it is fine to use the HC (high Speed CMOS) series logic with the SX.· This is one of the few times in life you actually do get more for less.· A quick perusal of the data sheet shows that the devices are roughly equivilent, but the HC version has a much higher allowable clock frequency (100MHz vs 20MHz), this is good as far as the super fast SX is concerned.As others have stated, the LS series is based on TTL (total transistor logic) which means that·thay are made with·bipolar transisitors (BJT).· BJT's were·one of the first transistors used in ICs.The HC series use CMOS (complementary metal oxide semiconductor) devices·that are a later generation transistor that use, as the name denotes, metal over an oxide as the gate in the transistor (nowdays it's polysilicon over an oxide).· The advantage to these devices·is that the input impedance is much higher than the BJT.· This translates into much lower current and power usage.As a simple rule (which has exceptions), CMOS is used in logic devices where the low power·needs are good, and BJTs are used in higher power devices (switching, power management apps., etc).· There are also BiCMOS devices that put both CMOS and BJTs on the same die and use the best atributes·of·each device.The major reason for the price difference is as Paul said, supply and demand.· Well actually, supply.· The HC series has about 8 bazillion made per year, while there are only a piddling of the LS series produced per year.· So use the HC series and laugh at the fact that you are getting more for less.

转载于:https://www.cnblogs.com/techstone/archive/2013/03/25/3321312.html

74LSxx versus. 74HCxx相关推荐

  1. 同型号的74系列、74HC系列、74LS系列

    同 型号的74系列.74HC系列.74LS系列芯片,逻辑功能上是一样的.74LSxx.74HCxx的使用说明可参阅74xx的使用说明. 有些型号里包含了几种型号,如74HC161资料里包含了74HC1 ...

  2. 【 Notes 】RSSI,LOS versus NLOS,Positioning, Mobility, and Tracking,Network Localization

    目录 RSSI LOS versus NLOS Positioning, Mobility, and Tracking Network Localization RSSI received signa ...

  3. Linux Versus Windows, Ubuntu/Mint V XP/Vista/7

    原文:http://petermoulding.com/linux_versus_windows_ubuntu_mint_v_xp_vista_7 Linux Versus Windows, Ubun ...

  4. 创新实训个人记录:P versus NP

    创新实训个人记录:P versus NP computation&&computable&& computational efficiency 一些符号 decision ...

  5. <A Tale of Evil Twins: Adversarial Inputs versus Poisoned Models>阅读笔记

    A Tale of Evil Twins: Adversarial Inputs versus Poisoned Models Abstract: 其中对对抗样本的定义是会欺骗DNN模型:对poiso ...

  6. 【行人检测】miss rate versus false positives per image (FPPI) 前世今生(理论篇)

    一.前言 最近在做行人检测相关的东西,用到一个指标叫做miss rate versus false positives per-image (FPPI),但是搜了一圈网上发现相关的资料很少,所以自己再 ...

  7. 【行人检测】miss rate versus false positives per image (FPPI) 前世今生(实战篇-上)

    上文我们说到[行人检测]miss rate versus false positives per image (FPPI) 前世今生(理论篇),今天我们来跑通作者绘制FPPI图的代码以及源码解读 (第 ...

  8. 机器学习基石05:训练与测试(Training versus Testing)

    上一篇文章介绍了机器学习的可行性.本文将讨论机器学习的核心问题,严格证明为什么机器可以学习. 系列文章 机器学习基石01:机器学习简介 机器学习基石02:感知器算法(Perceptron Algori ...

  9. 【译】Industry Paper: Kafka versus RabbitMQ

    今天和大家分享一篇关于 Kafka 和 RabbitMQ 对比的论文,该论文是诺基亚贝尔实验室(Nokia Bell Labs)发表的工业界论文,系统阐述了二者的区别,可以帮助大家在发布订阅系统选型上 ...

最新文章

  1. 2016多校赛2 A 数学推公式 E 极角排序,组合数(待补) L dp+bitset优化
  2. Can‘t connect to local MySQL server through socket ‘/home/mysql/mysql-5.6.33/mysql.sock
  3. 《面向模式的软件体系结构2-用于并发和网络化对象模式》读书笔记(7)--- 事件处理模式与反应器...
  4. 使用Elasticsearch+filebeat+logstach+kibana构建日志服务平台
  5. 还在玩爬虫?告诉你如何进行用户画像!别人都数据分析建模了
  6. python基础(part3)--运算符
  7. Leetcode刷题 34.在排序数组中查找元素的第一个和最后一个位置
  8. 解决 iframe 后退不是主页面后退(浏览器 history)问题
  9. ubuntu常用软件安装_机器学习_第一部分纯命令版本
  10. Excel在表格框中插入对勾✅
  11. 学习项目管理PRINCE2有什么用??
  12. 编程基本功:即使是脚本,也尽量减少硬代码,都使用变量
  13. 怎么是phpadmin连接mysql_phpmyadmin连接远程mysql
  14. Fences有一个桌面分区消失了怎么办
  15. 模糊控制 之 模糊集,隶属函数,模糊关系
  16. KCF跟踪算法/目标跟踪算法KCF案例程序源码
  17. 状态压缩dp学习小记part1
  18. Python自学教程3-英语不好,变量怎么命名
  19. JavaScript练习(一)——跟随鼠标移动
  20. 测试象棋水平用哪个软件好,最新象棋软件作弊名单公布,软件测试员都被封,哪些网络象棋主播...

热门文章

  1. 设计模式——策略模式( Strategy Pattern )
  2. uniapp 打包app后,选择文件上传时,编辑上传文件
  3. Unity 实现回血效果
  4. Java根据IP地址/掩码位(CIDR)和起始IP-终止IP计算网段(IPV4和IPV6)
  5. 路由器,你身边的“地雷”?
  6. 解决Android Studio无法下载
  7. “当当收店庆费一事”之我见
  8. 虚拟机装vpn,主机通过虚拟机的vpn代理实现vpn共享
  9. 无奈的春招,Momenta你好|春招面经整理
  10. vue 用key拿对象value_基于vue--key值的特殊用处详解