enum.BYTE_SIZE
This is an enumerated constant about the size of data to be transmitted during serial communication, and is defined as follows.
Rank | Constant Name | Description |
|---|---|---|
0 | BYTE_SIZE_FIVEBITES | 5 bits |
1 | BYTE_SIZE_SIXBITS | 6 bits |
2 | BYTE_SIZE_SEVENBITS | 7 bits |
3 | BYTE_SIZE_EIGHTBITS | 8 bits |