代码搜索:modbus rtu 通信
找到约 10,000 项符合「modbus rtu 通信」的源代码
代码结果 10,000
www.eeworm.com/read/440860/7679898
pas mbusrtuovertcpmasterprotocol.pas
(**
* @internal
* @file MbusRtuOverTcpMasterProtocol.pas
*
* @if NOTICE
*
* $Id: MbusRtuOverTcpMasterProtocol.pas,v 1.1 2005/07/14 05:53:07 henrik Exp $
*
* Copyright (c) 2005 FOCUS So
www.eeworm.com/read/199895/7814804
txt readme.txt
myProtocol - Example custom protocol for vxWorks (Modbus over Ethernet)
Copyright 1992-2002 Wind River Systems, Inc.
THIS CODE IS FOR EXAMPLE PURPOSES ONLY, USE AT YOUR OWN RISK, NO WARRAN
www.eeworm.com/read/461511/7226215
txt readme.txt
Sample Modbus RTU Master with CPU363
Drake Fink 01/20/2003 - 05:26 PM
This sample Machine Edition project implements Modbus RTU Master COMMREQs to do the following:
configure port for
www.eeworm.com/read/189148/8488639
bmp 通信正常.bmp
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