modified for NuMaker_PFM series

Dependents:   NuMaker-mbed-modbus-sample NuMaker_NuWicam_Lite NuMaker-mbed-modbus-sample

Fork of Modbus by Wayne Lin

Committer:
cyliang
Date:
Thu Feb 25 15:36:09 2021 +0800
Revision:
10:288aeae1458f
Parent:
0:274eb57e1df3
Change serial R/W method to fulfill OS v6.x API

Who changed what in which revision?

UserRevisionLine numberNew contents of line
giryan 0:274eb57e1df3 1 /*
giryan 0:274eb57e1df3 2 * FreeModbus Libary: A portable Modbus implementation for Modbus ASCII/RTU.
giryan 0:274eb57e1df3 3 * Copyright (c) 2006 Christian Walter <wolti@sil.at>
giryan 0:274eb57e1df3 4 * All rights reserved.
giryan 0:274eb57e1df3 5 *
giryan 0:274eb57e1df3 6 * Redistribution and use in source and binary forms, with or without
giryan 0:274eb57e1df3 7 * modification, are permitted provided that the following conditions
giryan 0:274eb57e1df3 8 * are met:
giryan 0:274eb57e1df3 9 * 1. Redistributions of source code must retain the above copyright
giryan 0:274eb57e1df3 10 * notice, this list of conditions and the following disclaimer.
giryan 0:274eb57e1df3 11 * 2. Redistributions in binary form must reproduce the above copyright
giryan 0:274eb57e1df3 12 * notice, this list of conditions and the following disclaimer in the
giryan 0:274eb57e1df3 13 * documentation and/or other materials provided with the distribution.
giryan 0:274eb57e1df3 14 * 3. The name of the author may not be used to endorse or promote products
giryan 0:274eb57e1df3 15 * derived from this software without specific prior written permission.
giryan 0:274eb57e1df3 16 *
giryan 0:274eb57e1df3 17 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
giryan 0:274eb57e1df3 18 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
giryan 0:274eb57e1df3 19 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
giryan 0:274eb57e1df3 20 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
giryan 0:274eb57e1df3 21 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
giryan 0:274eb57e1df3 22 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
giryan 0:274eb57e1df3 23 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
giryan 0:274eb57e1df3 24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
giryan 0:274eb57e1df3 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
giryan 0:274eb57e1df3 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
giryan 0:274eb57e1df3 27 *
giryan 0:274eb57e1df3 28 * File: $Id: mbconfig.h,v 1.14 2006/12/07 22:10:34 wolti Exp $
giryan 0:274eb57e1df3 29 */
giryan 0:274eb57e1df3 30
giryan 0:274eb57e1df3 31 #ifndef _MB_CONFIG_H
giryan 0:274eb57e1df3 32 #define _MB_CONFIG_H
giryan 0:274eb57e1df3 33
giryan 0:274eb57e1df3 34 #ifdef __cplusplus
giryan 0:274eb57e1df3 35 PR_BEGIN_EXTERN_C
giryan 0:274eb57e1df3 36 #endif
giryan 0:274eb57e1df3 37 /* ----------------------- Defines ------------------------------------------*/
giryan 0:274eb57e1df3 38 /*! \defgroup modbus_cfg Modbus Configuration
giryan 0:274eb57e1df3 39 *
giryan 0:274eb57e1df3 40 * Most modules in the protocol stack are completly optional and can be
giryan 0:274eb57e1df3 41 * excluded. This is specially important if target resources are very small
giryan 0:274eb57e1df3 42 * and program memory space should be saved.<br>
giryan 0:274eb57e1df3 43 *
giryan 0:274eb57e1df3 44 * All of these settings are available in the file <code>mbconfig.h</code>
giryan 0:274eb57e1df3 45 */
giryan 0:274eb57e1df3 46 /*! \addtogroup modbus_cfg
giryan 0:274eb57e1df3 47 * @{
giryan 0:274eb57e1df3 48 */
giryan 0:274eb57e1df3 49 /*! \brief If Modbus ASCII support is enabled. */
giryan 0:274eb57e1df3 50 #define MB_ASCII_ENABLED ( 0 )
giryan 0:274eb57e1df3 51 /*! \brief If Modbus RTU support is enabled. */
giryan 0:274eb57e1df3 52 #define MB_RTU_ENABLED ( 1 )
giryan 0:274eb57e1df3 53 /*! \brief If Modbus TCP support is enabled. */
giryan 0:274eb57e1df3 54 #define MB_TCP_ENABLED ( 0 )
giryan 0:274eb57e1df3 55 /*! \brief The character timeout value for Modbus ASCII.
giryan 0:274eb57e1df3 56 *
giryan 0:274eb57e1df3 57 * The character timeout value is not fixed for Modbus ASCII and is therefore
giryan 0:274eb57e1df3 58 * a configuration option. It should be set to the maximum expected delay
giryan 0:274eb57e1df3 59 * time of the network.
giryan 0:274eb57e1df3 60 */
giryan 0:274eb57e1df3 61 #define MB_ASCII_TIMEOUT_SEC ( 0 )
giryan 0:274eb57e1df3 62 /*! \brief Maximum number of Modbus functions codes the protocol stack
giryan 0:274eb57e1df3 63 * should support.
giryan 0:274eb57e1df3 64 *
giryan 0:274eb57e1df3 65 * The maximum number of supported Modbus functions must be greater than
giryan 0:274eb57e1df3 66 * the sum of all enabled functions in this file and custom function
giryan 0:274eb57e1df3 67 * handlers. If set to small adding more functions will fail.
giryan 0:274eb57e1df3 68 */
giryan 0:274eb57e1df3 69 #define MB_FUNC_HANDLERS_MAX ( 16 )
giryan 0:274eb57e1df3 70 /*! \brief Number of bytes which should be allocated for the <em>Report Slave ID
giryan 0:274eb57e1df3 71 * </em>command.
giryan 0:274eb57e1df3 72 *
giryan 0:274eb57e1df3 73 * This number limits the maximum size of the additional segment in the
giryan 0:274eb57e1df3 74 * report slave id function. See eMBSetSlaveID( ) for more information on
giryan 0:274eb57e1df3 75 * how to set this value. It is only used if MB_FUNC_OTHER_REP_SLAVEID_ENABLED
giryan 0:274eb57e1df3 76 * is set to <code>1</code>.
giryan 0:274eb57e1df3 77 */
giryan 0:274eb57e1df3 78 #define MB_FUNC_OTHER_REP_SLAVEID_BUF ( 32 )
giryan 0:274eb57e1df3 79 /*! \brief If the <em>Report Slave ID</em> function should be enabled. */
giryan 0:274eb57e1df3 80 #define MB_FUNC_OTHER_REP_SLAVEID_ENABLED ( 1 )
giryan 0:274eb57e1df3 81 /*! \brief If the <em>Read Input Registers</em> function should be enabled. */
giryan 0:274eb57e1df3 82 #define MB_FUNC_READ_INPUT_ENABLED ( 1 )
giryan 0:274eb57e1df3 83 /*! \brief If the <em>Read Holding Registers</em> function should be enabled. */
giryan 0:274eb57e1df3 84 #define MB_FUNC_READ_HOLDING_ENABLED ( 1 )
giryan 0:274eb57e1df3 85 /*! \brief If the <em>Write Single Register</em> function should be enabled. */
giryan 0:274eb57e1df3 86 #define MB_FUNC_WRITE_HOLDING_ENABLED ( 1 )
giryan 0:274eb57e1df3 87 /*! \brief If the <em>Write Multiple registers</em> function should be enabled. */
giryan 0:274eb57e1df3 88 #define MB_FUNC_WRITE_MULTIPLE_HOLDING_ENABLED ( 1 )
giryan 0:274eb57e1df3 89 /*! \brief If the <em>Read Coils</em> function should be enabled. */
giryan 0:274eb57e1df3 90 #define MB_FUNC_READ_COILS_ENABLED ( 1 )
giryan 0:274eb57e1df3 91 /*! \brief If the <em>Write Coils</em> function should be enabled. */
giryan 0:274eb57e1df3 92 #define MB_FUNC_WRITE_COIL_ENABLED ( 1 )
giryan 0:274eb57e1df3 93 /*! \brief If the <em>Write Multiple Coils</em> function should be enabled. */
giryan 0:274eb57e1df3 94 #define MB_FUNC_WRITE_MULTIPLE_COILS_ENABLED ( 1 )
giryan 0:274eb57e1df3 95 /*! \brief If the <em>Read Discrete Inputs</em> function should be enabled. */
giryan 0:274eb57e1df3 96 #define MB_FUNC_READ_DISCRETE_INPUTS_ENABLED ( 1 )
giryan 0:274eb57e1df3 97 /*! \brief If the <em>Read/Write Multiple Registers</em> function should be enabled. */
giryan 0:274eb57e1df3 98 #define MB_FUNC_READWRITE_HOLDING_ENABLED ( 1 )
giryan 0:274eb57e1df3 99 /*! @} */
giryan 0:274eb57e1df3 100 #ifdef __cplusplus
giryan 0:274eb57e1df3 101 PR_END_EXTERN_C
giryan 0:274eb57e1df3 102 #endif
giryan 0:274eb57e1df3 103 #endif