-
高频头1256编程,可LCD显示频道好,此原码为8个频道解调,其他频道请类推!...
高频头1256编程,可LCD显示频道好,此原码为8个频道解调,其他频道请类推!-Tuner 1256 programming, LCD display can be a good channel, the original code for the 8-channel demodulation, and so on other channels, please!
- 2022-07-07 01:41:41下载
- 积分:1
-
用MEGA128做的串口服务器,包括原理图,源代码,TCPIP开发资料,接口包括RS232,RS485,RJ45...
用MEGA128做的串口服务器,包括原理图,源代码,TCPIP开发资料,接口包括RS232,RS485,RJ45-MEGA128 to do with the serial server, including schematics, source code, TCPIP development information, interface, including RS232, RS485, RJ45
- 2023-07-27 09:05:10下载
- 积分:1
-
51单片机用来读写优盘的C语言写的源程序,里面不仅包括源程序还有易懂的原理图分析,适合于入门级开发人员...
51单片机用来读写优盘的C语言写的源程序,里面不仅包括源程序还有易懂的原理图分析,适合于入门级开发人员-51 Single-chip USB flash drives used to read and write the source code written in C language, which includes not only the source code there is easy to understand schematic diagram analysis, suitable for entry-level developers.
- 2022-03-18 10:51:07下载
- 积分:1
-
C8051F06X series SCM documentation, including a detailed C8051F06X SCM applicati...
C8051F06X系列单片机的说明文档,其中包括了C8051F06X单片机详细的适用说明及编程时需要考虑的问题-C8051F06X series SCM documentation, including a detailed C8051F06X SCM application programming note and the need to consider the issues
- 2022-01-22 06:11:00下载
- 积分:1
-
verilig准备使用CPLD读写EEPROM(74lc21)程序
利用Verilig编写CPLD读写EEPROM(74LC21)程序-Verilig prepared to use CPLD to read and write EEPROM (74LC21) procedures
- 2023-04-03 15:35:03下载
- 积分:1
-
义隆单片机读写24C**
** 24CXX 接口I2C总线读/写的程序
** (所有时序均基于4MHZ晶体震荡器频率)...
义隆单片机读写24C**
** 24CXX 接口I2C总线读/写的程序
** (所有时序均基于4MHZ晶体震荡器频率)-Elan Single-chip 24C**** 24CXX read and write I2C bus interface read/write procedures** (All timing are based on the frequency of 4MHz crystal oscillator)
- 2022-08-10 10:12:55下载
- 积分:1
-
该代码是在单片机MCU中实现多线程的嵌入式操作系统
该代码是在单片机MCU中实现多线程的嵌入式操作系统-the code is in SCM MCU achieve multithreading RTOS
- 2022-11-03 09:35:03下载
- 积分:1
-
一个利用ds1820进行温度采集的程序,单片机为c51
一个利用ds1820进行温度采集的程序,单片机为c51-ds1820 use of a temperature collection procedures, c51 microcontroller
- 2022-02-03 10:38:58下载
- 积分:1
-
ad conversion, 8
ad转换,8路温度自动测量,可以设置温度上下限,并能实现控制-ad conversion, 8-way automatic temperature measurement, you can set the temperature of upper and lower limits, and to achieve control of
- 2023-06-03 16:55:02下载
- 积分: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