tclftd2xx
15 years agoProvide support for the FTDI serial properties.
Leopold Gerlinger [Wed, 3 Dec 2008 11:48:37 +0000 (12:48 +0100)]
Provide support for the FTDI serial properties.

This patch makes it possible to use -mode, -handshake and -xchar in
the fconfigure command similar to using direct serial
lines. Additionally I extended the open procedure to set the defaults
to 19200,n,8,1 no handshake and standard xon/xoff chars. If you know
about another way of doing these things please let me know.

The -xchar option is currently only supporting chars in the range from
1 .. 127 dec, maybe you know of a way how to extend this to at least
the full ASCII charset (I'm obviously no expert in encodings ;-).

Signed-off-by: Leopold Gerlinger <leopold.gerlinger@siemens.com>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
16 years agoFixed display issues on Vista. origin/HEAD origin/master core-1-0-1
Pat Thoyts [Thu, 29 May 2008 14:07:14 +0000 (14:07 +0000)]
Fixed display issues on Vista.
Changed error handling in open and added some new commands.
Note: requires FTDI driver 2.4.6 on Vista x64.

16 years agoChanged to dynamically load the ftdi dll so we can have nice failure messages
Pat Thoyts [Thu, 22 May 2008 13:38:24 +0000 (13:38 +0000)]
Changed to dynamically load the ftdi dll so we can have nice failure messages

16 years agoAdded comments to the C code. Make the release build have symbols. Fixed the license.
Pat Thoyts [Mon, 17 Mar 2008 10:34:38 +0000 (10:34 +0000)]
Added comments to the C code. Make the release build have symbols. Fixed the license.

16 years agoTcl channel driver for a FTDI D2XX device. core-1-0-0
Pat Thoyts [Sat, 15 Mar 2008 02:59:05 +0000 (02:59 +0000)]
Tcl channel driver for a FTDI D2XX device.