代码搜索:双串口
找到约 10,000 项符合「双串口」的源代码
代码结果 10,000
www.eeworm.com/read/462949/7191279
c uart.c
#include
#include
#include "uart.h"
#include "myfun.h"
/*
------------------------------------------------------
此函数用于初始化串口,66M波特率为115200BPS
--------------
www.eeworm.com/read/456437/7349486
bak 51_dht21.c.bak
//****************************************************************//
// DHT21使用范例
//单片机 : AT89S52 或 STC89C52RC
// 功能 :串口发送温湿度数据 波特率 9600
// 公司 :奥松电子
//******************
www.eeworm.com/read/452573/7437104
bak 51_dht21.c.bak
//****************************************************************//
// DHT21使用范例
//单片机 : AT89S52 或 STC89C52RC
// 功能 :串口发送温湿度数据 波特率 9600
// 公司 :奥松电子
//******************
www.eeworm.com/read/445893/7588862
v rdrom_top.v
// RDROM_top.v
/************* RDROM_top *************************
**模块名称:RDROM_top
**功能描述:将串口接收、发送模块和RAM及其控制模块连接
**创建日期:2007年5月11日
***************************************************/
module R
www.eeworm.com/read/437401/7749092
c lcd-cag12864i.c
/*********************************************
//128*64液晶显示程序,串口
//模块编写者:
//模块测试者:xpf
//模块最后修改时间:2008.07.29
*********************************************/
#include
//数据类型重命名
ty
www.eeworm.com/read/397568/8037688
cpp serialsampledlg.cpp
// SerialSampleDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "SerialSample.h"
#include "SerialSampleDlg.h"
#include "DlgParams.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
//定义串口数据接收消息常
www.eeworm.com/read/146163/12667221
h uart.h
#ifndef _UATR_H
#define _UATR_H
//串口接收发送缓冲大小
#define UART_TX_SIZE 100//250
#define UART_RX_SIZE 100//250
extern UCHAR gUart_Send_Busy;
#endif
www.eeworm.com/read/146163/12667274
h irq.h
#ifndef _TIMER_IQR
#define _TIMER_QRQ
#include "public.h"
extern UINT gDogCounter;
extern UCHAR gMainLoopTimeOut; //主循环超时
extern UCHAR xdata gUartRxUser[UART_RX_SIZE]; //串口接收缓冲区
exter
www.eeworm.com/read/143768/12846401
frm 101.frm
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form 串口
Caption = "读卡"
ClientHeight = 5610
ClientLeft = 45
Client
www.eeworm.com/read/321255/13410108
v uart_rec.v
/************************* UART_rec.v**********************************
**模块名称:UART_rec
**功能描述:UART串口接收模块,接收采样率为波特率的的16倍
**创建人 :Yehua Li
**创建日期:2008.2.24
****************************************