- 1、本文档共26页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
UART_16f877.
Hello again to all, first of all thanks, disabling the UART was the solution! So now I am able to use the hardware RX pin also to transmit, works perfect! I simply disable the HW UART with the following lines: //************************ // These functions needed to use RX pin as a RS232 transmitter! void enable_RS_RX( void ) { #ASM bsf tris_b, 1 // RS_RX = input. bsf rcsta, bCREN // Enable continuous receive. bsf rcsta, bSPEN // Enable USART. #ENDASM } void disable_RS_RX( void ) { #ASM bcf rcsta, bCREN // Disable continuous receive. bcf rcsta, bSPEN // Disable USART. bcf tris_b, 1 // RS_RX = output. #ENDASM }
PIC16F887 ?i?u khi?n th?i gian ?óng c?t m?t led t? PC qua UART
July 11, 2008
Chào các b?n.
Nay ng?i code cho con PIC16F887 ?? ?i?u khi?n ?èn halogen, th?c ra chính là ?i?u khi?n m?t chan r?i qua TIP122 và relay ?? ?i?u khi?n ?èn th?i (vì dòng t?i lên t?i 10A).
Mình th?y cách vi?t hay nên chia s? v?i các b?n. Dùng ?? l?u tr? lu?n.
?? ?i?u khi?n th?i gian dùng l?nh:
Txyzt# : trong ?ó: xyzt là th?i gian vi?t theo h? hexa. ??n v? là ms
S: stop led
P: play led
??u ti?n là file UART.c và UART.h có ch?a các ??nh ngh?a và th?c thi dành cho c?ng UART. T?t nhiên có th? áp d?ng cho m?i lo?i PIC16.
// UART.h //======================================================================================= #ifndef _UART_H #define _UART_H //======================================================================================== #include pic.h #include sysdef.h
//======================================================================================== // Declare sosme functions void UART_Init(unsigned int BaudRate);??????? // Initialize for UART void UART_PrChar(unsigned char a); void UART_PrString(const char* str); unsigned char UART_Read(void);??????????????? // Read data from UART Port //void UART_detectBaudRate(void);??????????????? // Auto detect baud rate #endif Ti?p theo là hàm th?c thi UART.c
// UART.h # include UART.h # include pic.h #
您可能关注的文档
- TX4305MS09-10..doc
- TX-58热敏微型票据打印机..doc
- TWI生产一线主管管理技能提升..doc
- TW3骨龄评分法演示..doc
- Tymltx日语能力考试一级新增语法..doc
- type-c科普..docx
- t吉首商业步行街rhab..doc
- T_T桩基础工程..doc
- TZ_BT06_C1_0天线基本原理20..doc
- TZ-622豪华型汽车驾驶模拟器..doc
- 高中物理实验室建设的现状与改进建议教学研究课题报告.docx
- 2025届北京市中关村中学高考临考冲刺物理试卷含解析.doc
- 人工智能伦理在初中信息技术课程中的实践研究教学研究课题报告.docx
- 安徽省滁州市定远县民族中学2025届高考冲刺模拟物理试题含解析.doc
- 智能医学中学学生智能医学应用研究教学研究课题报告.docx
- 临检01血液复习测试附答案(一).doc
- 创新社交媒体营销教学促进学生社交媒体策略探讨教学研究课题报告.docx
- 零缺陷:质控之道-深化质量控制,提升产品水平.pptx
- 基于核心素养的商业管理课程改革与实践探讨教学研究课题报告.docx
- 数学思维的培养在教学中的重要性探讨教学研究课题报告.docx
文档评论(0)