DataBits Property
Byte size serial port communications parameter. One of FTSPCDataBits values.
Access
Read/Write
Syntax
Visual Basic .NET |
DataBits As FTSPCDataBits |
---|---|
Visual C# |
FTSPCDataBits DataBits; |
Remarks
In case of invalid parameter, it will be set to DataBits8 value.
Errors
The property may throw exception. Refer to Handle errors sample for details.