代码搜索:modbus rtu 通信
找到约 10,000 项符合「modbus rtu 通信」的源代码
代码结果 10,000
www.eeworm.com/read/413339/11159197
dsp remcom_rtu.dsp
# Microsoft Developer Studio Project File - Name="RemCom_rtu" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86
www.eeworm.com/read/413339/11159199
aps remcom_rtu.aps
www.eeworm.com/read/413339/11159205
rc remcom_rtu.rc
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
/
www.eeworm.com/read/413339/11159208
plg remcom_rtu.plg
Build Log
--------------------Configuration: RemCom_rtu - Win32 Debug--------------------
Command Lines
Results
RemCom_rtu.dll
www.eeworm.com/read/413339/11159211
cpp remcom_rtu.cpp
// RemCom_rtu.cpp : Defines the initialization routines for the DLL.
//
#include "stdafx.h"
#include "RemCom_rtu.h"
#include "SerialPort.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FIL
www.eeworm.com/read/169288/9869140
doc 单片机通过modbus协议与hmi通信.doc
www.eeworm.com/read/192011/8411308
_c modbus._c
//crc校验值计算
unsigned int cal_crc(unsigned char *ptr, unsigned int len)
{
unsigned int crc=0xffff;
unsigned char i;
while(len!=0)
{
crc^=*ptr;
for(i=0;i
www.eeworm.com/read/192011/8411325
c modbus.c
//crc校验值计算
unsigned int cal_crc(unsigned char *ptr, unsigned int len)
{
unsigned int crc=0xffff;
unsigned char i;
while(len!=0)
{
crc^=*ptr;
for(i=0;i