-
Coupled Microstrip 耦合微带线
Coupled Microstrip 耦合微带线
- 2023-04-03 14:40:03下载
- 积分:1
-
51 SCM 51C51 some commonly used code source code
51单片机的一些常用程序代码51C51源代码-51 SCM 51C51 some commonly used code source code
- 2022-01-30 20:06:09下载
- 积分:1
-
单片机串口程序,有一定的难度,适合串口使用比较熟练的人
单片机串口程序,有一定的难度,适合串口使用比较熟练的人-Single-chip serial procedures, have a certain degree of difficulty, suitable for serial use more skilled people
- 2022-06-13 23:19:16下载
- 积分:1
-
单片机启动代码,帮助你很好学习启动顺序和原理
单片机启动代码,帮助你很好学习启动顺序和原理-Single-chip boot code, help you to start learning good order and the principle of
- 2023-09-05 15:45:04下载
- 积分: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
-
pic单片机常用的汇编程序,很有用的,分成各个小模块
pic单片机常用的汇编程序,很有用的,分成各个小模块-pic microcontroller used in the compilation process, useful, divided into various small modules
- 2022-02-03 21:26:29下载
- 积分:1
-
关于51单片机控制595驱动的数码管程序,编译过,可直接使用,有HEX文件...
关于51单片机控制595驱动的数码管程序,编译过,可直接使用,有HEX文件-51 single-chip 595 on control-driven digital control procedures, the compiler, and can be used directly, there are HEX file
- 2022-03-11 16:39:46下载
- 积分:1
-
CRC算法原理及C语言实现,C RC算法原理及C语言实现
CRC算法原理及C语言实现,C RC算法原理及C语言实现-CRC algorithm principle and C language, C RC algorithm principle and C Language
- 2022-12-31 21:10:03下载
- 积分:1
-
lcm显示功能,用于单片机与嵌入式应用系统。可自由显示图形和文本。...
lcm显示功能,用于单片机与嵌入式应用系统。可自由显示图形和文本。-LCM display function for the single-chip and embedded applications. Be free to display graphics and text.
- 2023-02-10 06:15:03下载
- 积分:1
-
ICCAVR prepared to use the read and write AT24C16 function, use MEGA128L microco...
使用ICCAVR编写的AT24C16的读写函数,使用MEGA128L单片机,可以方便的移植到其他单片机上面。-ICCAVR prepared to use the read and write AT24C16 function, use MEGA128L microcontroller, can be easily ported to other single-chip microcomputer of the above.
- 2022-06-16 11:08:21下载
- 积分:1