代码搜索结果
找到约 1,839 项符合
Modbus 的代码
modbus.cpp
// Modbus.cpp: implementation of the CModbus class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Modbus.h"
#ifdef _DEBUG
#undef THI
modbus.lnp
"STARTUP.obj",
"MODBUS.obj"
TO "MODBUS"
RAMSIZE(256)
CODE( 0X0000-0XFFFF )
XDATA( 0X0000-0X07FE )
modbus.h
#include
#include
#include
#include
//*****************************类型定义******************************************
typedef unsigned char uc
modbus.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
modbus.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\kx\桌面\中文版循检表071116\MODBUS.uv2
Project File Date: 11/15/2007
Output:
modbus.c
#include
#include
#include
//*****************************类型定义******************************************
typedef unsigned char uchar;
typedef sig
modbus.lst
C51 COMPILER V7.50 MODBUS 11/17/2007 15:15:44 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE MODBUS
OBJECT MODULE PLACED IN
modbus.hex
:0300000002E51FF7
:0CE51F00787FE4F6D8FD75812402D64810
:10702000D7E920202020CCAC00CDA8B5C000B1A865
:10703000BEAF00CAE4B3F600C9E8B6A800BFD8D610
:10704000C600D3EFD1D400D0A3B6D400CFB5CDB312
:10705000
modbus.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.IO.Ports;
namespace Modbus_Poll_CS
{
class modbus
{
private SerialPort sp = new SerialPort();