With a MAX3421 and the MAXUSB module, the GoodFET can now do both USB Host and USB...
[goodfet] / client / goodfet.maxusbhost
diff --git a/client/goodfet.maxusbhost b/client/goodfet.maxusbhost
new file mode 100755 (executable)
index 0000000..92b56c6
--- /dev/null
@@ -0,0 +1,19 @@
+#!/usr/bin/env python
+
+#GoodFET MAXIM MAX3421 Host
+#by Travis Goodspeed
+
+import sys;
+import binascii;
+import array;
+
+from GoodFETMAXUSB import GoodFETMAXUSBHost;
+
+#Initialize FET and set baud rate
+client=GoodFETMAXUSBHost();
+client.serInit()
+
+
+client.MAXUSBsetup();
+client.hostinit();
+