Skip to content

jmbattle/pyUART

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyUART

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.

Setup

The script currently looks for ftd2xx.dll in C:\Python27\Lib\site-packages\. The location must be updated if residing elsewhere on your system.

References

ftd2xx Programmer's Guide

ftd2xx Sample Code

FT232R Datasheet

About

ftd2xx for Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages