代码搜索:E1通信
找到约 10,000 项符合「E1通信」的源代码
代码结果 10,000
www.eeworm.com/read/189148/8488641
bmp 无法通信.bmp
www.eeworm.com/read/430411/8748594
txt 通信乙.txt
#include
#define uchar unsigned char
#define uint unsigned int
uchar data leddata;
unsigned char a[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f,
0x77,0x7c,0x39,0x5e,0x79,0x71};
www.eeworm.com/read/430411/8748598
txt 通信甲.txt
#include
#define uchar unsigned char
#define uint unsigned int
uchar data leddata;
unsigned char a[]={0x71,0x79,0x5e,0x39,0x7c,0x77,0x6f,0x7f,0x07,0x7d,
0x6d,0x66,0x4f,0x5b,0x06,0x3f};
www.eeworm.com/read/286334/8771133
vi 串行通信.vi
www.eeworm.com/read/286332/8771167
vi 串行通信.vi
www.eeworm.com/read/286330/8771210
vi 串行通信.vi
www.eeworm.com/read/284467/8927404
txt 实时通信.txt
1. 初始端口:
格式: void *InitPort(int Port)
参数: Port表示COM端口编号。
功能说明: 初始指定COM端口。
返回值: 返回端口句柄。
2. 测试指定机器连接是否成功:
格式: bool CheckMacLink(void *devInfo, int MacNo)
参数: devInfo表示COM端口句柄。
Mac
www.eeworm.com/read/178710/9387481
clw 串口通信.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CMyDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "串口通信.h"
www.eeworm.com/read/178710/9387485
plg 串口通信.plg
Build Log
--------------------Configuration: 串口通信 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1
www.eeworm.com/read/178710/9387489
cpp 串口通信.cpp
// 串口通信.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "串口通信.h"
#include "串口通信Dlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static cha