代码搜索:comm
找到约 10,000 项符合「comm」的源代码
代码结果 10,000
www.eeworm.com/read/192356/8385096
opt comm.opt
www.eeworm.com/read/192356/8385102
exe comm.exe
www.eeworm.com/read/291574/8408804
png comm.png
www.eeworm.com/read/391111/8421143
jar comm.jar
www.eeworm.com/read/291411/8421590
h comm.h
// Comm.h: interface for the CComm class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(COMM_H__)
#define COMM_H__
BOOL OpenComm(const char* pPort, in
www.eeworm.com/read/291411/8421641
cpp comm.cpp
#include "stdafx.h"
#include "Comm.h"
// 串口设备句柄
HANDLE hComm;
// 打开串口
// 输入: pPort - 串口名称或设备路径,可用"COM1"或"\\.\COM1"两种方式,建议用后者
// nBaudRate - 波特率
// nParity - 奇偶校验
// nByte
www.eeworm.com/read/191756/8424531
jar comm.jar
www.eeworm.com/read/191743/8424704
h comm.h
#ifndef __COMM_H
#define __COMM_H 1
#include "Notation.h"
#define COM1 0x3F8
#define COM2 0x2F8
#define COM4 0x2E8
#define RBR 0 // Receive Buffer
#define THR 0 // Transmitter Buffer
#
www.eeworm.com/read/191743/8424729
c comm.c
#include
#include "Comm.h"
static void (* EvtProcedure) (BYTE value);
static void interrupt UartISR (void);
static void interrupt (*IsrOriginal)();
static void CommDrvDefaultProc (BYT
www.eeworm.com/read/191408/8430020
h comm.h
#ifndef __COMM_H__
#define __COMM_H__
#include "stdafx.h"
//return codes used in Comm.cpp
#define COMM_OK 1
#define COMM_ERROR 0
#define COM_TIMEOUT 1000 // ms
#d