Port of FreeModbus to STM32

/*********************************************************************************
 *                        Port of FreeModbus to STM32
 * 说明:
 *     需要一直Modbus协议到STM32上,从目前来看貌似FreeModbus是不错的,还提供了移植
 * 参考文档。
 *
 *                                              2017-12-29 深圳 南山平山村 曾剑锋
 ********************************************************************************/

一、参考文档:
    1. Port of FreeModbus to STM32F103
        http://www.jiggerjuice.info/electronics/projects/arm/modbus-stm32f103-port.html
    2. ksarkies/ARM-Ports
        https://github.com/ksarkies/ARM-Ports/tree/master/modbus-libopencm3
    3. https://www.freemodbus.org/api/
    4. FreeModbus移植 经验分享
        https://www.amobbs.com/thread-5491615-1-1.html
    5. https://github.com/eziya/STM32_HAL_FREEMODBUS_RTU
    6. FreeModbus在STM32上移植。
        https://www.amobbs.com/forum.php?mod=viewthread&tid=4848191&highlight=FreeModbus

二、Download:
    https://sourceforge.net/projects/freemodbus.berlios/files/

三、Porting Guide
    1. https://www.freemodbus.org/api/sec_porting_serial.html
2. https://github.com/eziya/STM32_HAL_FREEMODBUS_RTU
原文地址:https://www.cnblogs.com/zengjfgit/p/8144725.html