Barst  2.0
A server that controls lab hardware.
Public Attributes | List of all members
SChanInitFTDI Struct Reference

#include <cpl defs.h>

Public Attributes

DWORD dwBuffIn
 
DWORD dwBuffOut
 
DWORD dwBaud
 

Detailed Description

This struct is used to initialize a FTDI channel. Although the user supplies this struct when initializing the channel, we make sure it's large enough for required data flow. But if the user supplied value is larger, we use the user supplied value, even if it's enourmously large, so don't do it. You can leave all set to zero.

Definition at line 187 of file cpl defs.h.