Fixed monitor peek.
[goodfet] / client / goodfet.cc
index e00c727..b2e76bd 100755 (executable)
@@ -12,7 +12,6 @@ from GoodFETCC import GoodFETCC;
 from GoodFETConsole import GoodFETConsole;
 from intelhex import IntelHex;
 
-
 if(len(sys.argv)==1):
     print "Usage: %s verb [objects]\n" % sys.argv[0];
     print "%s test" % sys.argv[0];
@@ -32,6 +31,7 @@ if(len(sys.argv)==1):
     sys.exit();
 
 #Initailize FET and set baud rate
+#client=GoodFET.GoodFETCC.GoodFETCC();
 client=GoodFETCC();
 client.serInit()
 
@@ -39,6 +39,8 @@ client.serInit()
 client.setup();
 client.start();
 
+#Get SmartRF Studio regs if they exist.
+#client.loadsymbols(); 
 
 if(sys.argv[1]=="explore"):
     print "Exploring undefined commands."