代码搜索:Serialport
找到约 4,040 项符合「Serialport」的源代码
代码结果 4,040
www.eeworm.com/read/451901/7454659
cpp evccommdlg.cpp
// eVCCommDlg.cpp : implementation file
//
#include "stdafx.h"
#include "eVCComm.h"
#include "eVCCommDlg.h"
#include "SettingDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
st
www.eeworm.com/read/197175/8025868
cpp evccommdlg.cpp
// eVCCommDlg.cpp : implementation file
//
#include "stdafx.h"
#include "eVCComm.h"
#include "eVCCommDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = _
www.eeworm.com/read/343505/11943936
cpp evccommdlg.cpp
// eVCCommDlg.cpp : implementation file
//
#include "stdafx.h"
#include "eVCComm.h"
#include "eVCCommDlg.h"
#include "SettingDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
st
www.eeworm.com/read/369199/9659707
cpp evccommdlg.cpp
// eVCCommDlg.cpp : implementation file
//
#include "stdafx.h"
#include "eVCComm.h"
#include "eVCCommDlg.h"
#include "SettingDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
st
www.eeworm.com/read/285791/8817335
h serialportcontrol.h
#ifndef _SERIAL_PORT_CONTROL_H
#define _SERIAL_PORT_CONTROL_H
#define SPRX_BUFLEN 100
#define SPTX_BUFLEN 100
#define COM_RECVDATA WM_USER+1000
typedef struct tagSerialPortData
{
BYTE RxBuf[
www.eeworm.com/read/167620/9958691
h serialportcontrol.h
#ifndef _SERIAL_PORT_CONTROL_H
#define _SERIAL_PORT_CONTROL_H
#define SPRX_BUFLEN 100
#define SPTX_BUFLEN 100
#define COM_RECVDATA WM_USER+1000
typedef struct tagSerialPortData
{
BYTE RxBuf[
www.eeworm.com/read/330621/12878564
h serialportcontrol.h
#ifndef _SERIAL_PORT_CONTROL_H
#define _SERIAL_PORT_CONTROL_H
#define SPRX_BUFLEN 100
#define SPTX_BUFLEN 100
#define COM_RECVDATA WM_USER+1000
typedef struct tagSerialPortData
{
BYTE RxBuf[
www.eeworm.com/read/452195/7446203
c pc_rs232.c
volatile unsigned char tx_buffer[TX_BUFFER_SIZE];//定义串口发送缓冲区
volatile unsigned char tx_wr_index=0,tx_rd_index=0,tx_counter=0;//rx_wr_index写指针,rx_rd_index读指针,rx_counter缓冲区数据个数
//USART发送函数
void US
www.eeworm.com/read/278060/10577137
h item.h
#pragma once
#include "serialport.h"
#include "tcpsocket.h"
class CSerialTcpDlg;
//*********************************************
// TCP/IP SerialPort 连接对管理数据结构
//**************
www.eeworm.com/read/209896/7101699
h item.h
#pragma once
#include "serialport.h"
#include "tcpsocket.h"
class CSerialTcpDlg;
//*********************************************
// TCP/IP SerialPort 连接对管理数据结构
//**************