SerialDataWidth Enumeration |
Data bits enumeration type (ByteSize).
Data bits are transmitted "upside down and backwards."
Inverted logic is used and the order of transmission is from least
significant bit (LSB) to most significant bit (MSB).
To interpret the data bits in a character frame, you must read from right to left,
and read 1 for negative voltage and 0 for positive voltage.
Namespace: ZylSoft.GsmAssembly: ZylGsm (in ZylGsm.dll) Version: 1.2.0.21451
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic enum SerialDataWidth
Public Enumeration SerialDataWidth
Dim instance As SerialDataWidth
public enum class SerialDataWidth
Members| Member name | Value | Description |
|---|
| Dw5Bits | 5 |
5 bits.
|
| Dw6Bits | 6 |
6 bits.
|
| Dw7Bits | 7 |
7 bits.
|
| Dw8Bits | 8 |
8 bits.
|
See Also