代码搜索:双串口
找到约 10,000 项符合「双串口」的源代码
代码结果 10,000
www.eeworm.com/read/19261/832067
c main.c
/*******************************************************************************
*File: Main.c
*功能: LED数码管显示
* 通过I/O模拟同步串口与74HC595进行连接,控制74HC595驱动LED数码管显示
************************************
www.eeworm.com/read/25618/947948
target board code
/************************************
中断函数文件
************************************/
#include "stm32f10x_it.h"
/*****串口接收发送缓冲区*****/
u8 uart2_txbuf[SendBufSize];
u8 uart2_rxbuf[RecvBufSize];
www.eeworm.com/read/28184/994698
c 测距程序.c
/***********************************************************************************************************/
//HC-SR04 超声波测距模块 DEMO 程序
//晶振:11。0592
//接线:模块TRIG接 P1.2 ECH0 接P1.1
//串口波特率9600
/***
www.eeworm.com/read/41235/1142254
c chengxu.c
/********************************************************************
汇诚科技
实现功能:串口发送控制继电器开关
使用芯片:STC15F104E
晶振:12MHZ
编译环境:Keil
作者:zhangxinchunleo
网站:www.ourhc.cn
www.eeworm.com/read/41235/1142377
c chengxu.c
/********************************************************************
汇诚科技
实现功能:串口发送控制继电器开关
使用芯片:STC15F104E
晶振:12MHZ
编译环境:Keil
作者:zhangxinchunleo
网站:www.ourhc.cn
www.eeworm.com/read/41675/1146005
c 测距程序.c
/***********************************************************************************************************/
//HY-SRF05 超声波测距模块 DEMO 程序
//晶振:11。0592
//接线:模块TRIG接 P3.7 ECH0 接P3.6
//串口波特率9600
/**
www.eeworm.com/read/478101/1354215
txt io驱动74ls164.txt
//-------------------------------------库函数声明,管脚定义--------------------------------------------
#include
sbit simuseri_CLK=P1^6; //用P1^6模拟串口时钟
sbit simuseri_DATA=P1^5; //
www.eeworm.com/read/452881/1647590
txt io驱动74ls164.txt
//-------------------------------------库函数声明,管脚定义--------------------------------------------
#include
sbit simuseri_CLK=P1^6; //用P1^6模拟串口时钟
sbit simuseri_DATA=P1^5; //
www.eeworm.com/read/239166/4605358
txt io驱动74ls164.txt
//-------------------------------------库函数声明,管脚定义--------------------------------------------
#include
sbit simuseri_CLK=P1^6; //用P1^6模拟串口时钟
sbit simuseri_DATA=P1^5; //
www.eeworm.com/read/220149/4842753
c main.c
/*******************************************************************************
*File: Main.c
*功能: LED数码管显示
* 通过I/O模拟同步串口与74HC595进行连接,控制74HC595驱动LED数码管显示
************************************