From 82b43c01b4d2e00bbfdc1bb85cdea609aabe0b0c Mon Sep 17 00:00:00 2001 From: travisutk Date: Tue, 30 Oct 2012 21:39:21 +0000 Subject: [PATCH] List of supported rates. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1305 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- client/goodfet.mcpcan | 1 + 1 file changed, 1 insertion(+) diff --git a/client/goodfet.mcpcan b/client/goodfet.mcpcan index e636403..82636b3 100755 --- a/client/goodfet.mcpcan +++ b/client/goodfet.mcpcan @@ -20,6 +20,7 @@ if(len(sys.argv)==1): #print "%s poke 0x$adr 0x$val" % sys.argv[0]; print "\n%s sniff [kHz]" % sys.argv[0]; + print "\nSupported rates: 83.3, 100, 125, 250, 500, 1000 kHz."; sys.exit(); #Initialize FET and set baud rate -- 2.20.1