USB HID keyboard client for the MAX3420.
[goodfet] / client / goodfet.maxusbhid
diff --git a/client/goodfet.maxusbhid b/client/goodfet.maxusbhid
new file mode 100755 (executable)
index 0000000..cc355f7
--- /dev/null
@@ -0,0 +1,19 @@
+#!/usr/bin/env python
+
+#GoodFET MAXIM MAX3421 and MAX3420 Client
+#by Travis Goodspeed
+
+import sys;
+import binascii;
+import array;
+
+from GoodFETMAXUSB import GoodFETMAXUSBHID;
+
+#Initialize FET and set baud rate
+client=GoodFETMAXUSBHID();
+client.serInit()
+
+
+client.MAXUSBsetup();
+client.hidinit();
+