首页 > 数据库技术 > 详细

modbus_tk解析

时间:2020-06-09 15:13:32      阅读:252      评论:0      收藏:0      [点我收藏+]
>>> 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‘

 

modbus_tk解析

原文:https://www.cnblogs.com/oyster25/p/13071970.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!