# Python-Modbus **Repository Path**: NativeBase/python-modbus ## Basic Information - **Project Name**: Python-Modbus - **Description**: 测试使用macos/win 调试链接串口 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-05 - **Last Updated**: 2026-02-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 安装依赖 ``` pip install -r requirements.txt ``` ## 直接使用内置工具查看串口 ``` python -m serial.tools.list_ports ```