Provide support for the FTDI serial properties.
authorLeopold Gerlinger <leopold.gerlinger@siemens.com>
Wed, 3 Dec 2008 11:48:37 +0000 (12:48 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Sun, 7 Dec 2008 18:23:02 +0000 (18:23 +0000)
commitff57a4670708813188734fd49b3f191cba423ab1
treeb025e71e4b05cd0b07540fcae7623b0739724294
parent43e401326bf2548bc030eec8b1c936ae4deed9a7
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>
tclftd2xx.c