Rev 1582 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1582 | Rev 1764 | ||
|---|---|---|---|
| Line 31... | Line 31... | ||
| 31 | uint32_t baudRate; |
31 | uint32_t baudRate; |
| 32 | uint16_t format; |
32 | uint16_t format; |
| 33 | uint8_t databits; |
33 | uint8_t databits; |
| 34 | uint8_t stopbits; |
34 | uint8_t stopbits; |
| 35 | uint8_t parityMode; |
35 | uint8_t parityMode; |
| - | 36 | uint8_t dataTimeout; |
|
| - | 37 | uint8_t packetLength; |
|
| - | 38 | uint8_t prefixLength; |
|
| - | 39 | uint8_t suffixLength; |
|
| - | 40 | uint8_t prefixPattern[3]; |
|
| - | 41 | uint8_t suffixPattern[3]; |
|
| 36 | }; |
42 | }; |
| 37 | #endif |
43 | #endif |
| 38 | 44 | ||
| 39 | #endif // SNS_SERIAL |
45 | #endif // SNS_SERIAL |