代码搜索:多串口
找到约 10,000 项符合「多串口」的源代码
代码结果 10,000
www.eeworm.com/read/176483/9496831
scc mssccprj.scc
[SCC]
SCC=This is a source code control file
[Comm.vbp]
SCC_Project_Name=this project is not under source code control
SCC_Aux_Path=
[串口.vbp]
S
www.eeworm.com/read/372102/9521808
c serio.c
//串口子程序
/*******************************************************************/
#include
#include "serio.h"
#include "ds1302.h"
uchar count=0;
struct time clock1;
struct time *tm1;
/**
www.eeworm.com/read/169376/9864501
cpp chuankou.cpp
//声明全局变量
HANDLE m_hIDComDev;
OVERLAPPED m_OverlappedRead, m_Over lappedWrite;
//初始化串口
void CSerialAPIView::OnInitialUpdate()
{
CView::OnInitialUpdate();
Char szComParams[50];
DCB dcb;
M
www.eeworm.com/read/364357/9911642
c uart.c
/*
*Module: Uart.C 串口程序
*Programed by: ZHI-XIONG PENG
*Programed on: Date: 2004-12-22 18:11
*Modified by:
*Modified on: Date:
*Copyright (c) LONGFLY SHAOGUAN Inc. All rights reserved
*
www.eeworm.com/read/364357/9911644
h uart.h
/*
*Module: Uart.h 串口程序
*Programed by: ZHI-XIONG PENG
*Programed on: Date: 2004-12-22 18:11
*Modified by:
*Modified on: Date:
*Copyright (c) LONGFLY SHAOGUAN Inc. All rights reserved
*
www.eeworm.com/read/360103/10109367
scc mssccprj.scc
[SCC]
SCC=This is a source code control file
[Comm.vbp]
SCC_Project_Name=this project is not under source code control
SCC_Aux_Path=
[串口.vbp]
S
www.eeworm.com/read/164027/10135073
c tongshi.c
/*-----------单片机串口接收程序-----------
-----------------------------------------*/
#include
#include
#include
#define INBUF_LEN 7 //帧结构 同步字 地址 数据
#define
www.eeworm.com/read/356756/10221585
h process.h
#ifndef _PROCESS_H
#define _PROCESS_H
/////////////////////////////////////////////////
// 定义串口处理函数
void Init_Process(void);
int ProcessUART0(char pBuf[],int nLen,int nChar);
int ProcessUART1(
www.eeworm.com/read/280600/10309546
h process.h
#ifndef _PROCESS_H
#define _PROCESS_H
/////////////////////////////////////////////////
// 定义串口处理函数
void Init_Process(void);
int ProcessUART0(char pBuf[],int nLen);
int ProcessUART1(char pBuf[
www.eeworm.com/read/354780/10326000
c sendstr.c
/****************************************************************************
* File:SENDSTR.C
* 功能:串口发送数据。
* 说明:将跳线器JP2短接。
* 使用外部11.0592MHz晶振,不使用PLL,Fpclk = 1/4 Fcclk。
***********************