Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

stxetxconf.h

Go to the documentation of this file.
00001 /*! \file stxetxconf.h \brief STX/ETX Packet Protocol Implementation Configuration. */
00002 //*****************************************************************************
00003 //
00004 // File Name    : 'stxetx.h'
00005 // Title        : STX/ETX Packet Protocol Implementation Configuration
00006 // Author       : Pascal Stang - Copyright (C) 2002-2003
00007 // Created      : 10/9/2002
00008 // Revised      : 02/10/2003
00009 // Version      : 0.1
00010 // Target MCU   : any
00011 // Editor Tabs  : 4
00012 //
00013 // This code is distributed under the GNU Public License
00014 //      which can be found at http://www.gnu.org/licenses/gpl.txt
00015 //
00016 //*****************************************************************************
00017 
00018 #ifndef STXETXCONF_H
00019 #define STXETXCONF_H
00020 
00021 // STX/ETX Configuration Options
00022 
00023 // This determines the size of the Packet Receive Buffer
00024 // where whole verified packets are copied after being received
00025 #define STXETX_MAXRXPACKETSIZE  20  // length of packet buffer
00026 
00027 
00028 #endif

Generated on Sun Oct 29 03:41:06 2006 for Procyon AVRlib by  doxygen 1.4.2