Index: trunk/FACT++/src/ConnectionUSB.cc
===================================================================
--- trunk/FACT++/src/ConnectionUSB.cc	(revision 19016)
+++ trunk/FACT++/src/ConnectionUSB.cc	(revision 19017)
@@ -294,21 +294,18 @@
     try
     {
+        Debug("Setting Baud Rate");
         set_option(baud_rate(_baud_rate));
+
+        Debug("Setting Character Size");
         set_option(character_size(_character_size));
+
+        Debug("Setting Parity");
         set_option(parity(_parity));
+
+        Debug("Setting Sop Bits");
         set_option(stop_bits(_stop_bits));
+
+        Debug("Setting Flow control");
         set_option(flow_control(_flow_control));
-/*
-        Info("Setting Baud Rate");
-        set_option(fBaudRate);
-        Info("Setting Character Size");
-        set_option(fCharacterSize);
-        Info("Setting Parity");
-        set_option(fParity);
-        Info("Setting Sop Bits");
-        set_option(fStopBits);
-        Info("Setting Flow control");
-        set_option(fFlowControl);
-        */
     }
     catch (const bs::system_error &erc)
