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'
  • 相关阅读:
    ACE_TASK学习
    tomcat:8005端口启动失败的解决办法
    centos7下安装jdk8
    解决github下载慢的一种方法
    page
    数据库
    做jar
    mvc:annotation-driven
    web.xml
    jsp九大内置对象el11内置对象
  • 原文地址:https://www.cnblogs.com/oyster25/p/13071970.html
Copyright © 2011-2022 走看看