Search found 3 matches

by leetrout
Sun Jan 09, 2011 3:52 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: MX2 on Mac OS X 6
Replies: 1
Views: 6356

MX2 on Mac OS X 6

Step 1: Download the virtual com port driver - http://www.ftdichip.com/Drivers/VCP.htm and run the installer.

Step 2: Patch the file /System/Library/Extensions/FTDIUSBSerialDriver.kext/Contents/Info.plist by opening the file and searching for "Matrix" and adding a new plist entry above the first ...
by leetrout
Fri Nov 20, 2009 12:33 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Python Developer's Guide
Replies: 1
Views: 5297

BUMP

Is there a reason this is not included as an official dev guide?

BTW, I got it working on my mac. Have to manually load the kernel extension before plugging it in. I'll post a tutorial soon.
by leetrout
Sun Jul 26, 2009 2:32 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Python Developer's Guide
Replies: 1
Views: 5297

Python Developer's Guide

I had a hard time finding a source for all this info, so I thought I would make my contribution and put all the info I found in one location.

Assuming you have python running on your box (looks like Windows only at this point...), you will need the following:

1. pySerial... http://pyserial ...