git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1496 12e2690d-a6be-4b82...
[goodfet] / client / goodfet.maxusbhid
1 #!/usr/bin/env python
2
3 #GoodFET MAXIM MAX3421 and MAX3420 Client
4 #by Travis Goodspeed
5
6 import sys;
7 import binascii;
8 import array;
9
10 from GoodFETMAXUSB import GoodFETMAXUSBHID;
11
12 #Initialize FET and set baud rate
13 client=GoodFETMAXUSBHID();
14 client.serInit()
15
16
17 client.MAXUSBsetup();
18 client.hidinit();
19