Yet another Python wrapper for the ftd2xx library, intended for use with UART-capable FTDI USB-Serial Bridge ICs.
NOTE: ftd2xx works in tandem with the D2xx driver. Please ensure you've installed the appropriate package and copied the dll to a known location (as specified in the script) prior to exploring pyUART.
NOTE: Tested with Python 2.7 on Windows 7.
The script currently looks for ftd2xx.dll in C:\Python27\Lib\site-packages\
.
The location must be updated if residing elsewhere on your system.