代码搜索:Serialport
找到约 4,040 项符合「Serialport」的源代码
代码结果 4,040
www.eeworm.com/read/277720/10610055
h powerdc.h
#pragma once
// CPowerDC 对话框
#include "..\..\cmserial\cmserial\serialport.h"
#include "led.h"
#include "afxwin.h"
#include "protocol.h"
#include "afxcmn.h"
const int CST_SUBCOUNT = 72;
typ
www.eeworm.com/read/277719/10610751
h powerdc.h
#pragma once
// CPowerDC 对话框
#include "..\..\cmserial\cmserial\serialport.h"
#include "led.h"
#include "afxwin.h"
#include "protocol.h"
#include "afxcmn.h"
const int CST_SUBCOUNT = 72;
typ
www.eeworm.com/read/207695/15264548
cpp writedrvcmd.cpp
// WriteDrvCmd.cpp : implementation file
//
#include "stdafx.h"
#include "SMT5K.h"
#include "WriteDrvCmd.h"
#include "SM5000.h"
#include "SerialPort.h"
#ifdef _DEBUG
#define new DEBUG_NEW
www.eeworm.com/read/207695/15264565
cpp monitoraxis.cpp
// MonitorAxis.cpp : implementation file
//
#include "stdafx.h"
#include "SMT5K.h"
#include "MonitorAxis.h"
#include "SM5000.h"
#include "SerialPort.h"
#ifdef _DEBUG
#define new DEBUG_NEW
www.eeworm.com/read/207695/15264585
cpp writeiplcmd.cpp
// WriteIPLCmd.cpp : implementation file
//
#include "stdafx.h"
#include "SMT5K.h"
#include "WriteIPLCmd.h"
#include "SM5000.h"
#include "SerialPort.h"
#ifdef _DEBUG
#define new DEBUG_NEW
www.eeworm.com/read/207695/15264603
cpp writeparam.cpp
// WriteParam.cpp : implementation file
//
#include "stdafx.h"
#include "SMT5K.h"
#include "SM5000.h"
#include "WriteParam.h"
#include "SerialPort.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#
www.eeworm.com/read/293254/8304850
cpp rs485读写源程序 vc++代码 .cpp
//Author:horse_b
#include "stdafx.h"
#include "SerialPort.h"
#include \
#include \
#include \
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE_
www.eeworm.com/read/222754/14676433
cpp serialportdlg.cpp
// SerialPortDlg.cpp : implementation file
/*
* 本程序模仿 秦林勇的rcc_kit 编写了串口通讯程序。
*
* created by chenyong 2006.10.25
* 2007.04.25 调试sms 程序。
*/
#include "stdafx.h"
#include "SerialPort.h"
#i
www.eeworm.com/read/207695/15264575
cpp configdlg.cpp
// ConfigDlg.cpp : implementation file
//
#include "stdafx.h"
#include "SMT5K.h"
#include "ConfigDlg.h"
#include "SM5000.h"
#include "SM5000chip.h"
#include "SerialPort.h"
#ifdef _DEBUG
#
www.eeworm.com/read/173113/9673641
vb mainform.vb
Imports System.Net
Imports System.Net.Sockets
Imports System.Text
Imports System.IO.Ports
Public Class MainForm
'定义全局变量
Public GPSPort As New SerialPort() '定义并创建串口变量
Public GP