-
台湾凌阳单片机USB驱动源程序,为凌阳大学计划内容之一。
台湾凌阳单片机USB驱动源程序,为凌阳大学计划内容之一。-Taiwan Sunplus microcontroller USB Driver source, the University of Sunplus one of the contents of the plan.
- 2022-07-22 04:24:37下载
- 积分:1
-
1. 本程序使用一个定时器和任意 2 个 I/O 口模拟一个串行口。
2. 1位起始位,8位数据位,1位停止位。发数据位时先发低位。
3. 支持半双...
1. 本程序使用一个定时器和任意 2 个 I/O 口模拟一个串行口。
2. 1位起始位,8位数据位,1位停止位。发数据位时先发低位。
3. 支持半双工通讯。收、发波特率相同。
4. 应把定时器中断优先级设置为最高级。
5. 本程序每接收一个字节后就把它放到一个队列缓冲区中(也可使用环行缓冲区),
待缓冲区满后,将缓冲区中的内容原样发回。这是为了测试多字节连续收发的
能力和简化程序。实际应用中应防止缓冲区溢出。
6. 由接收转换到发送时要先调用 soft_send_enable ();
由发送转换到接收时要先调用 soft_receive_enable ()。
7. 发送最后一个字节后如果要立刻转为接收,必须等待最后一个字节后发送完毕
while ( rs_f_TI == 0) // 等待最后一个字节发送完毕-err
- 2022-06-19 08:35:11下载
- 积分:1
-
KEIL C51使用方法的介绍!非常详细,非常实用
KEIL C51使用方法的介绍!非常详细,非常实用-KEIL C51 using the method of introduction! Very detailed, very useful
- 2022-03-20 22:23:24下载
- 积分:1
-
myson 单片机cs8954 demo code!
myson 单片机cs8954 demo code!-SCM cs8954 demo code!
- 2022-05-05 13:57:44下载
- 积分:1
-
八路电压表C程序
使用AT89C52单片机,12MHZ晶振,P0口读入AD值,P2口作AD控制,用共阳LED数码管
P1口输出段码,P3口扫描,最高位指...
八路电压表C程序
使用AT89C52单片机,12MHZ晶振,P0口读入AD值,P2口作AD控制,用共阳LED数码管
P1口输出段码,P3口扫描,最高位指示通道(0-7)。-Eight-way voltage meter C program using AT89C52 single-chip, 12MHZ crystal, P0 I read into the AD value, P2 I make AD control, with a total of P1 Yang LED digital tube output above code, P3 port scan, the maximum channel bit instructions (0-7).
- 2022-01-31 16:25:46下载
- 积分:1
-
there is a simple design of the cpu development process! There are codes, and an...
有是一个简单的cpu设计的开发过程!里面 有代码,和分析,设计过程!献给初学者的!-there is a simple design of the cpu development process! There are codes, and analysis, process design! Dedicated to beginners!
- 2022-04-12 01:30:21下载
- 积分:1
-
44b0串口测试程序,直接编译过的 直接可以时候代码觉得好使
44b0串口测试程序,直接编译过的 直接可以时候代码觉得好使-44b0 serial test procedure, direct compiled code directly can find the time so
- 2022-10-23 10:10:03下载
- 积分:1
-
射频卡资料,对射频卡分类、应用、开发工具等都有较为详细的介绍。...
射频卡资料,对射频卡分类、应用、开发工具等都有较为详细的介绍。-RF card, RF card classification, applications, development tools, and others have a more detailed introduction.
- 2022-10-27 05:15:04下载
- 积分:1
-
开发单
单片机开发必不可少的好东西!!8051C语言彻底应用(书)-Essential to develop single-chip good things! ! 8051C thorough application of the language (book)
- 2022-02-10 16:50:53下载
- 积分:1
-
freescale最新的几款加速度传感器资料,包括SPI接口的,IIC接口的。其加速度测量范围从1.5g到10g...
freescale最新的几款加速度传感器资料,包括SPI接口的,IIC接口的。其加速度测量范围从1.5g到10g-freescale the latest information on several acceleration sensors, including the SPI interface, IIC interface. Its acceleration measurement range from 1.5g to 10g
- 2022-02-26 01:22:54下载
- 积分:1