# ModbusF407 **Repository Path**: qhw136/ModbusF407 ## Basic Information - **Project Name**: ModbusF407 - **Description**: STM32F407上的ModbusSlave实现 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-05 - **Last Updated**: 2021-08-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ModbusF407 #### 介绍 STM32F407 上的 Modbus Slave 实现 物理接口:RS-485 串口参数:115200 bps,1起始位,8数据位,无校验,1停止位 Mosbus传输模式:RTU 响应时间:5ms #### 开发环境 - STM32CubeIDE V1.6.0 - STM32CubeMX V6.2.0-RC3 - STM32Cube FW_F4 V1.26.1 - [Modbustools 调试工具](https://www.modbustools.com/download.html) #### 软件架构 ![输入图片说明](https://images.gitee.com/uploads/images/2021/0407/110357_816e6c83_7443020.png "屏幕截图.png") #### ToDoList - [ ] 寄存器映射 #### 参考资料 - [Git仓库:Modbus-STM32-HAL-FreeRTOS](https://github.com/alejoseb/Modbus-STM32-HAL-FreeRTOS) 作者:alejoseb - [《Modbus Poll 用户手册》](https://www.modbustools.com/mbpoll-user-manual.html) - [《Modbus Slave 用户手册》](https://www.modbustools.com/mbslave-user-manual.html)