X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2Fgoodfet.monitor;h=e3a0477ca8350c17ccd1b4e772b8f0ee63f21ebb;hp=249454f568be6750e34db01bdd795c7a5a53029d;hb=c5a56b2284ba0cd554cb44ed221eb91489607b9e;hpb=e7fc7a31eae7b7c308c25580fd522d242caf4d3f diff --git a/client/goodfet.monitor b/client/goodfet.monitor index 249454f..e3a0477 100755 --- a/client/goodfet.monitor +++ b/client/goodfet.monitor @@ -28,6 +28,8 @@ if(sys.argv[1]=="ramdepth"): print "0x%04x RAM bytes free." % client.monitor_ram_depth(); if(sys.argv[1]=="test"): client.monitortest(); +if(sys.argv[1]=="findbaud"): + client.findbaud(); if(sys.argv[1]=="dump"): f = sys.argv[2]; start=0x0200;