{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

单片机控制装置安装与调试(下册)

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

单片机控制装置安装与调试(下册)

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Editer Recommend

《单片机控制装置安装与调试(下册)》以行动导向的思想为指导,通过大量实例,围绕单片机控制装置,由浅入深、由简到?地安排训练项目。将单片机硬件知识和C语言编程知识分解到实例中,通过“做中学”来教授单片机硬件知识和编程知识,特别适合“做、学、教”一体化教学方案。书中既有基础知识和基本技能的训练,又有满足大赛需要的高级技术、技巧。
Content Description

《单片机控制装置安装与调试(下册)》通过大量的实例,由简到繁、由易到难地实践单片机控制装置电路、编程、调试等技术;内容丰富,讲解深入,紧扣全国中职学生单片机技能大赛而不限于大赛。
上册主要包括学习单片机所需的硬件和软件、AT89S51/52单片机的特性、并行I/O口的结构及编程,通过发光二极管、开关、按钮、矩阵键盘、百变流水灯等基础应用讲解C语言编程知识,详细介绍数码管、点阵、液晶等显示技术与编程技巧,还有大量关于定时/计数器、中断系统的应用示例。
下册主要包括单片机的特殊功能,如节电控制寄存器、看门狗,扩展单片机的I/O口、存储器、AD/DA、定时器的方法,温度、压力等传感器技术及数字滤波编程方法,智能控制装置的应用,大量串行通信实例,基于RTX-51操作系统的多任务编程,物料搬运、微波炉、电梯等典型控制系统及近两年全国单片机大赛试题解析。
《单片机控制装置安装与调试(下册)》配套光盘提供全部实验的源程序和188个Proteus ISIS仿真电路,特别是提供了智能物料搬运装置、电梯等复杂系统的动画仿真,让没有实验条件的读者也能做单片机实验。
《单片机控制装置安装与调试(下册)》既是一本大赛训练宝典,又是一本单片机爱好者入门和提高的好教程;既适合于单片机初学者做教材,也适合于有一定基础的单片机爱好者做参考书。
Catalogue

第6章 AT89S52特殊功能 1
6.1 节电控制 2
6.1.1 节电控制寄存器PCON 2
6.1.2 节电模式实验 3
6.1.3 掉电检测与后备电源 4
6.2 看门狗WDT 5
6.2.1 看门狗的作用 5
6.2.2 硬件看门狗 5
6.2.3 软件抗干扰 6
6.2.4 内置看门狗 6
6.2.5 掉电和空闲方式下的WDT 7
6.2.6 辅助寄存器AUXR 7

第7章 扩展单片机的功能 9
7.1 扩展I/O口 10
7.1.1 串-并转换扩展输出口 10
7.1.2 并-串转换扩展输入口 11
7.1.3 扩展74LS245 13
7.1.4 74LS373及其应用 15
7.1.5 8255及其应用 18
7.2 扩展存储器 23
7.2.1 扩展程序存储器 23
7.2.2 扩展数据存储器 25
7.2.3 I2CEEPROM及其应用 28
7.3 扩展A/D与D/A 39
7.3.1 ADC0809及其应用 39
7.3.2 DAC0832及其应用 44
7.4 定时器8253及其应用 47
7.4.1 8253简介 47
7.4.2 8253应用示例 49

第8章 检测技术 50
8.1 传感器 51
8.1.1 传感器的种类 51
8.1.2 传感器与单片机 52
8.1.3 传感器的应用 53
8.2 温度传感器LM35 55
8.2.1 LM35介绍 55
8.2.2 模块电路分析 56
8.2.3 模块连接 56
8.2.4 温度转换编程 56
8.3 数字滤波技术 57
8.3.1 算术平均值法滤波 57
8.3.2 权重计算法滤波 58
8.3.3 滑动平均值法滤波 58
8.3.4 去极值法滤波 58
8.3.5 限幅法滤波 59
8.3.6 中值法滤波 59
8.4 压力传感器MPX4105 60
8.4.1 MPX4105介绍 60
8.4.2 应用举例 60
8.4.3 程序示例 61
8.5 数字温度传感器DS18B20 61
8.5.1 DS18B20介绍 61
8.5.2 基本程序 64
8.5.3 防止中断干扰 66

第9章 智能控制 67
9.1 交、直流电动机模块 68
9.1.1 交、直流电动机模块分析 68
9.1.2 转数控制 69
9.1.3 转速测量 70
9.2 步进电动机模块 72
9.2.1 步进电动机简介 72
9.2.2 驱动编程 72
9.2.3 步进电动机模块 73
9.2.4 初始定位编程 76
9.2.5 定位控制编程 77
9.2.6 速度控制 79
9.3 智能物料搬运装置 80
9.3.1 智能物料搬运装置详解 80
9.3.2 物料搬运装置的调节 82
9.3.3 物料搬运装置与单片机的连接 82
9.3.4 基本控制程序 83

第10章 串行通信 86
10.1 基本概念 87
10.1.1 通信协议 87
10.1.2 波特率 87
10.2 51单片机串行口 87
10.2.1 读 写串行口数据 87
10.2.2 串行控制与状态寄存器 88
10.2.3 串行口的工作方式 89
10.2.4 波特率加倍控制 90
10.3 双机通信 90
10.3.1 双机通信电路 90
10.3.2 多路温度采集与串行传输 91
10.4 单片机与PC通信 96
10.4.1 单片机与PC接口 96
10.4.2 上位机程序 96
10.4.3 下位机程序 97
10.5 多机通信 99
10.5.1 原理 99
10.5.2 实例 100
10.6 特殊串行通信实例 103
10.6.1 日历时钟芯片PCF8563 103
10.6.2 PS2键盘接口 106
10.6.3 非接触式IC卡及读 写模块 110
10.6.4 USB接口CH372 119

第11章 RTX-51操作系统 124
11.1 RTX-51概述 125
11.2 简单的多任务系统 126
11.2.1 两个LED不等速闪烁 126
11.2.2 开关控制LED闪烁 127
11.3 RTX-51Tiny原理 129
11.4 配置文件CONF_TNY.A51 131
11.5 使用RTX-51Tiny 132
11.6 RTX-51Tiny函数参考 133
11.7 超级系统示例 137
11.7.1 任务书 137
11.7.2 任务分析 137
11.7.3 程序解析 138

第12章 综合练习 146
12.1 简易物料传送机 147
12.1.1 任务书 147
12.1.2 分析 148
12.1.3 程序示例 148
12.1.4 调试 149
12.2 微波炉控制器 150
12.2.1 任务书 150
12.2.2 电路及分析 151
12.2.3 程序示例 152
12.2.4 调试 154
12.3 电梯仿真实验 154
12.3.1 任务书 154
12.3.2 设计示例 155
12.3.3 程序示例 156
12.4 物料搬运加工 161
12.4.1 任务书 161
12.4.2 分析 162
12.4.3 程序示例 163
12.5 2009年全国中职组单片机项目赛题 167
12.5.1 任务书 167
12.5.2 分析 169
12.5.3 程序详解 170
12.6 2010年全国中职组单片机项目赛题 173
12.6.1 任务书 173
12.6.2 分析 178
12.6.3 程序详解 180
附录A C51资料及竞赛规则 190
参考文献 194
Book Abstract

在微型计算机系统中,由于外界电磁场的干扰,单片机运行时可能出现“死机”。这是由于干扰造成程序的跑飞,陷入了死循环,使单片机控制系统无法正常工作,这将发生不可预料的后果。
为了防止程序跑飞出现死机现象,通常利用“看门狗”来监控单片机的工作。看门狗实际上是一个定时装置,看门狗启动后开始定时,一旦定时到达某个阈值,就会输出复位脉冲。看门狗的定时器可以通过程序清零,编程时需要在程序主循环适当位置添加“清零”看门狗定时器的指令。单片机程序正常运行时,看门狗定时器被不断清零达不到阈值,看门狗电路不会输出复位脉冲。一旦程序跑飞、进入某个死循环后,用于清零看门狗的指令不能被执行,看门狗定时器很快达到预设阈值而输出复位脉冲,使单片机复位。单片机因复位而重新开始工作,退出死机状态。
看门狗具有监视单片机工作的作用。把清零看门狗定时值的指令称为“喂狗”。单片机“喂狗”的时间间隔必须比看门狗定时器的阈值时间小,否则看门狗就会复位单片机。
看门狗定时,可以利用单稳态电路来设计,也可以使用专用看门狗芯片,还可以利用单片机定时器设计软件设计看门狗。很多单片机已经内置了看门狗电路。

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book