Index: branches/FEPSimulator/FEPSim.cpp
===================================================================
--- branches/FEPSimulator/FEPSim.cpp	(revision 113)
+++ branches/FEPSimulator/FEPSim.cpp	(revision 114)
@@ -72,5 +72,12 @@
             fsa.msg.message[2 + aa] = 0x0d;
             fsa.msg.message[3 + aa] = 0xff;
-   // info
+            
+            for(int l = 0; l < fsa.msg.message_len + 2; l++)
+            {
+                printf("%02X", (unsigned char) fsa.msg.message[l]);
+            }
+            printf("\n");
+            
+            // info
             fsa.info.poll_error_count = 0;
             fsa.info.poll_user_info1 = ldsMap.at(index)->drop; // drop number
Index: branches/FEPSimulator/DataPacker.cpp
===================================================================
--- branches/FEPSimulator/DataPacker.cpp	(revision 113)
+++ branches/FEPSimulator/DataPacker.cpp	(revision 114)
@@ -37,4 +37,5 @@
 
     return msg;	
+    return msg;
 }
 
Index: branches/FEPSimulator/nbproject/private/private.xml
===================================================================
--- branches/FEPSimulator/nbproject/private/private.xml	(revision 107)
+++ branches/FEPSimulator/nbproject/private/private.xml	(revision 114)
@@ -8,7 +8,11 @@
     <open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
         <group>
+            <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/network.h</file>
+            <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/NetworkReader.cpp</file>
+            <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/DataPacker.cpp</file>
             <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/FEPSim.cpp</file>
             <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/Main.cpp</file>
-            <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/NetworkReader.cpp</file>
+            <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/fep.h</file>
+            <file>file:/Users/jtorres/tmcsimulator/branches/FEPSimulator/FEPSim.h</file>
         </group>
     </open-files>
