代码搜索:串口驱动
找到约 10,000 项符合「串口驱动」的源代码
代码结果 10,000
www.eeworm.com/read/180890/9281659
h mycom.h
/*本程序符合GPL条约
MyCom.h
一组操作串口的函数
*/
//串口结构
typedef struct{
char prompt; //prompt after reciving data
int baudrate; //baudrate
char databit; //data bits, 5, 6, 7, 8
char debug; //debug mode,
www.eeworm.com/read/366237/9823910
h serialport.h
#ifndef __SERIALPORT_H
#define __SERIALPORT_H
#include "afxwin.h"
#include
#define ADDSCCENUM
#define MAX_SCC_NUM 128 //串口最大数量
#define MAX_SCC_RECV_LEN 4096 //串口最大读缓冲
#def
www.eeworm.com/read/360076/10110202
h uart.h
//UART 相关函数------------------------
/*----------------------------------------------
函数名:UART_Init()
功能: 串口初始化
通讯有关参数初始化
将串口波特率设定为9600bps(TC35i专用波特率)
作者: 于振南
--------------
www.eeworm.com/read/358172/10195270
h serialport.h
#ifndef __SERIALPORT_H
#define __SERIALPORT_H
#include "afxwin.h"
#include
#define ADDSCCENUM
#define MAX_SCC_NUM 128 //串口最大数量
#define MAX_SCC_RECV_LEN 4096 //串口最大读缓冲
#def
www.eeworm.com/read/452929/7429179
h uart.h
#ifndef _Uart_h_
#define _Uart_h_
#ifdef Debug
uchar SetPrintfConvertMode; //使用printf作其他转换,并非输出到UART
void Uart_Init(void); //串口初始化
int System_putchar(char c, FILE *stream); //串口输出
int
www.eeworm.com/read/324090/13288497
h 232.h
/*-------------------------------------------------------------*-
File name: 232.h
Description:本模块为串口模块。
Function List:
1.void Com0_Init(void) //串口初始化
2.uchar ISR_Uart0_Rx(void) //数据接收程序
3.vo
www.eeworm.com/read/137264/13336577
h mycom.h
/* 本程序符合GPL条约
* 一组操作串口的函数
* Beneboy 2003-5-16
*/
//串口结构
typedef struct{
char prompt; //prompt after reciving data
int baudrate; //baudrate
char databit; //data bits, 5, 6, 7, 8
char debug
www.eeworm.com/read/138385/5816637
java duplicatedexception.java
package com.zcsoft.opc;
/**
* Title: 串口通信
* Description: 串口通信实验
* Copyright: Copyright (c) 2004-2005
* Company: Zhicheng Software&Service Co. Ltd.
* @author 蒋智湘
* @v
www.eeworm.com/read/138385/5816640
java variant.java
package com.zcsoft.opc;
/**
* Title: 串口通信
* Description: 串口通信实验
* Copyright: Copyright (c) 2004-2005
* Company: Zhicheng Software&Service Co. Ltd.
* @author 蒋智湘
* @v
www.eeworm.com/read/138385/5816647
java selectedrowdeleteaction.java
package com.zcsoft.jpsc.gui;
/**
* Title: 串口通信
* Description: 串口通信实验
* Copyright: Copyright (c) 2004-2005
* Company: Zhicheng Software&Service Co. Ltd.
* @author 蒋智湘