代码搜索结果
找到约 10,000 项符合
Serial 的代码
serial.h
int open_port(int fd,int comport);
int set_opt(int fd,int nSpeed, int nBits, char nEvent, int nStop);
serial.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
serial.h
/***************************************************************************\
Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
by threewter 2004.4.26
\************************
serial.h
/***************************************************************************\
Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
by threewter 2004.4.26
\************************
serial.h
/***************************************************************************\
Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
by threewter 2004.4.26
\************************
serial.h
//////////////////////////////////////////////////////////////////////////////////
// Copyright(c) 2001-2002 Emdoor Electronic & Technology Co,.ltd. All rights reserved.
//
// Module name:
// se
serial.c
//////////////////////////////////////////////////////////////////////////////////
// Copyright(c) 2001-2002 Emdoor Electronic & Technology Co,.ltd. All rights reserved.
//
// Module name:
// se
serial.h
#ifndef _SERIAL_
#define _SERIAL_
#define BAUDRATE0 115200 // 用户定义的UART0 波特率
#define DB_SENDMAXSIZE 0x80
#define DB_RECMAXSIZE 0x80
void init_serial(void);
void OpenComm(void);
void SendC