X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2FGoodFETCC.py;h=c1e20e169062d05b1b16efd21f28c0f01749392d;hp=c37f540b6ad68502d8d56ae0111308f4e1052ac8;hb=4417ec4b3db45c243a32821133418793bd7bfe76;hpb=105419853423fb0f37ac30db8d730ec9ab4f3cd9 diff --git a/client/GoodFETCC.py b/client/GoodFETCC.py index c37f540..c1e20e1 100644 --- a/client/GoodFETCC.py +++ b/client/GoodFETCC.py @@ -275,8 +275,9 @@ class GoodFETCC(GoodFET): self.pokebysym("ADDR" , 0x01) # Device address. self.pokebysym("PKTLEN" , 0xFF) # Packet length. - self.pokebysym("SYNC1",0xD3); - self.pokebysym("SYNC0",0x91); + #Sync word hack + self.pokebysym("SYNC1",0x83); + self.pokebysym("SYNC0",0xFE); return; def config_iclicker(self,band="lf"): #Mike Ossmann figured most of this out, with help from neighbors.