Removed old configs.
[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