Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

a2y-modbus

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

a2y-modbus

A module that implements partial function of Modbus protocol.

  • 2.1.1
  • PyPI
  • Socket score

Maintainers
1

Python Module: a2y_modbus

a2y_modbus模块实现了基本的Modbus通信协议,包括以下功能码:

  • 0x01,读多个连续的线圈。
  • 0x03,读多个连续的寄存器。
  • 0x05,写单个线圈。
  • 0x06,写单个寄存器。
  • 0x10,写多个连续寄存器。

目前只包含有做为主站的功能,从站未有实现。

ChangeLog

  • 2024-06-19 Bug 修正,验证 2.1.0 中新增的功能成功。版本升级为 2.1.1。

  • 2024-06-19 增加 ModbusTCPMaster 读多个(功能码 0x01)、写单个(功能码 0x05)线圈的功能,版本升级为 2.1.0。

  • 2024-06-15 从hidcom改为kcom,版本升级为 2.0.2。

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc