# Modbus_CC2652RB **Repository Path**: ShadowThreeD/modbus-cc2652rb ## Basic Information - **Project Name**: Modbus_CC2652RB - **Description**: 移植Modbus到CC2652RB平台 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-11 - **Last Updated**: 2022-06-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## CC2652RB1F example for Modbus ### How to use it? 1. Clone by following cmd ```bash git clone https://gitee.com/ShadowThreeD/modbus-cc2652rb.git ./Modbus_CC2652RB ``` 2. task_modbus_master.cpp is for modbus_master and task_modbus_slave.cpp is for modbus_slave. ### NOTE: 1. UART tx pin must pull high in master and slave. 2. UART Tx/Rx bufer must more than 256 bytes, both of master and slave.