代码搜索:双串口
找到约 10,000 项符合「双串口」的源代码
代码结果 10,000
www.eeworm.com/read/346549/11738535
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/259201/11816104
bas module_main.bas
Attribute VB_Name = "Module_Main"
Option Explicit
Public Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
Public lngX As Long
Public clsUserPort As New Class_串口异步读
www.eeworm.com/read/259017/11826874
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/341606/12076048
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/150388/12295608
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/150353/12297323
h serial.h
/***************************************************
公司: 好易通科技有限公司
产品名: TETRA终端
CPU: OMAP5910
功能: 串口测试
作者: 袁林、周卉
编写时间: 2004.12.22
修改时间: 2005.06.02
*******************
www.eeworm.com/read/337685/12350075
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/233095/14169586
cpp datareceivedlg.cpp
// DataReceiveDlg.cpp : implementation file
//
#include "stdafx.h"
#include "串口通信.h"
#include "DataReceiveDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[
www.eeworm.com/read/233095/14169613
cpp datasenddlg.cpp
// DataSendDlg.cpp : implementation file
//
#include "stdafx.h"
#include "串口通信.h"
#include "DataSendDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __
www.eeworm.com/read/228793/14363373
c usbuart0.c
//使用F330,串口为P0.4,P0.5;操作方法:插上短路环J11,拔掉J12,连上USB线。
//-----------------------------------------------------------------------------
// UART.c
//--------------------------------------------