Tom Martins
/
Probleme_implementation_lwip2
test public
Fork of Probleme_implementation_lwip by
Diff: mbconfig.h
- Revision:
- 1:a3ee8cb24540
- Parent:
- 0:0453a0a7e500
diff -r 0453a0a7e500 -r a3ee8cb24540 mbconfig.h --- a/mbconfig.h Thu Apr 15 12:10:34 2010 +0000 +++ b/mbconfig.h Mon Jul 02 14:36:46 2018 +0000 @@ -49,9 +49,9 @@ /*! \brief If Modbus ASCII support is enabled. */ #define MB_ASCII_ENABLED ( 0 ) /*! \brief If Modbus RTU support is enabled. */ -#define MB_RTU_ENABLED ( 1 ) +#define MB_RTU_ENABLED ( 0 ) /*! \brief If Modbus TCP support is enabled. */ -#define MB_TCP_ENABLED ( 0 ) +#define MB_TCP_ENABLED ( 1 ) /*! \brief The character timeout value for Modbus ASCII. * * The character timeout value is not fixed for Modbus ASCII and is therefore