代码搜索:modbus rtu 通信
找到约 10,000 项符合「modbus rtu 通信」的源代码
代码结果 10,000
www.eeworm.com/read/398051/8007624
cpp privatedlg.cpp
// PrivateDlg.cpp : implementation file
//
#include "stdafx.h"
#include "通信录.h"
#include "PrivateDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FIL
www.eeworm.com/read/242072/13096375
c 37.c
/*******************************************************************
**************重庆东电通信有限公司***************
文件名:SWS—3000加热软件(适用于双面加热)
版本:V3.5
编写:刘贤曙
创建日期:2006.10.7
2006.10.31调试OK
************
www.eeworm.com/read/139746/13136780
cpp pro.cpp
//////////////////////////////////////////////////////////////////////
// Pro.cpp: implementation of the CPro class.
//这个类负责管理串行编程器和下载线,提供串口编程器或并口编程器类
//与界面的通信
////////////////////////////////////
www.eeworm.com/read/325136/13225361
cpp programer.cpp
//Programer 类使用MonitorROM类和MCU通信;
//实现FLASH写入与擦除;
#include "stdafx.h"
#include "MonitorROM.h"
#include "Programer.h"
Programer::Programer(MonitorROM *lpROM)
{
rom = lpROM;
}
void P
www.eeworm.com/read/136783/13360327
dpr com_app.dpr
program COM_APP;
uses
Forms,
Test_Comm in 'Test_Comm.pas' {Series_frm};
{$R *.RES}
begin
Application.Initialize;
Application.Title := '串口通信精灵';
Application.HelpFile := 'F:\wal\
www.eeworm.com/read/307664/13717797
txt readme.txt
测试IIC接口,J8
串口调试助手发1个Byte数据,通过IIC写到EEPROM,再从EEPROM读出,反馈到串口调试助手显示。IIC通信速率330000bps。
www.eeworm.com/read/307638/13718483
txt readme.txt
测试SPI接口,J8
串口调试助手发1个Byte数据,通过SPI写到DATAFLASH,再从DATAFLASH读出,反馈到串口调试助手显示。SPI通信速率20Mbps。
www.eeworm.com/read/301290/13860799
h leader.h
/**
* Leader使用Singleton模式,负责协调各模块间的通信,并负责管理共享资源
*/
#pragma once
class Leader
{
public:
Leader(void);
virtual ~Leader(void);
HFONT getStdFont(void);
public:
void *mpCore;
www.eeworm.com/read/270707/6311001
lis mcp2510.lis
.module mcp2510.c
.area text(rom, con, rel)
0000 .dbfile F:\多运动体协调控制程序\通信程序1\mcp2510.c
.area data(ram, con
www.eeworm.com/read/457140/6322227
cpp pro.cpp
//////////////////////////////////////////////////////////////////////
// Pro.cpp: implementation of the CPro class.
//这个类负责管理串行编程器和下载线,提供串口编程器或并口编程器类
//与界面的通信
////////////////////////////////////