6 * The micro-controller on which <b>FH</b> source code is ported, could be simply utilized in a <b>RS485 network</b>\n
7 * In other word, multiple devices or multiple cards could be simply utilized where every device or every card has its own address\n
8 * Address of the device (or card) for every device (or card) is set by <b>FH</b> user in <b>FH_DeviceAddress.h</b>\n
9 * An interested UART (called <b>Communication Dedicated UART</b>) by the <b>FH</b> user for the communication between <b>RobotFramework</b> and the micro-controller on which <b>FH</b> source code is ported, shall be dedicated\n
10 * Global variables and arrays of <b>Communication Dedicated UART</b> are defined here
11 * This header file could be included whenever interested by <b>FH user</b>
12 *
13 * @attention <b>FH</b> user could left this file intact
52 The 1st data in the message frame is the <b>DeviceAddress</b>\n
53 If a message (from <b>RobotFramework</b>) with a different <b>DeviceAddress</b> than the one set in <b>FH_DeviceAddress.h</b> is received, it will be ignored and not processed