zoukankan      html  css  js  c++  java
  • modbus_tk解析

    >>> import modbus_tk
    >>> help(modbus_tk)
    Help on package modbus_tk:
    
    NAME
        modbus_tk - Modbus TestKit: Implementation of Modbus protocol in python
    
    DESCRIPTION
         (C)2009 - Luc Jean - luc.jean@gmail.com
         (C)2009 - Apidev - http://www.apidev.fr
    
         This is distributed under GNU LGPL license, see license.txt
    
         Make possible to write modbus TCP and RTU master and slave for testing purpose
         Modbus TestKit is different from pymodbus which is another implementation of
         the modbus stack in python
    
        contributors:
        ----------------------------------
        * OrangeTux
        * denisstogl
        * MELabs
        * idahogray
        * riaan.doorduin
        * tor.sjowall
        * smachin1000
        * GadgetSteve
        * dhoomakethu
        * zerox1212
        * ffreckle
        * Matthew West
        * Vincent Prince
        * kcl93
        * https://github.com/Slasktra
        * travijuu
        * Jackson Matheson
        Please let us know if your name is missing!
    
    PACKAGE CONTENTS
        defines
        exceptions
        hooks
        modbus
        modbus_rtu
        modbus_rtu_over_tcp
        modbus_tcp
        simulator
        simulator_rpc_client
        utils
    
    DATA
        LOGGER = <Logger modbus_tk (WARNING)>
        VERSION = '1.1.1'
  • 相关阅读:
    BZOJ 2002 [Hnoi2010]Bounce 弹飞绵羊 ——Link-Cut Tree
    BZOJ 2049 [Sdoi2008]Cave 洞穴勘测 ——Link-Cut Tree
    hdu
    hdu
    hdu
    hdu
    hdu
    hdu
    hdu
    hdu
  • 原文地址:https://www.cnblogs.com/oyster25/p/13071970.html
Copyright © 2011-2022 走看看