Serial (Windows) BAL parameter structure. More...
Data Fields | |
| uint16_t | wId |
| Layer ID for this BAL component, NEVER MODIFY! | |
| int8_t * | pComPortString |
| Com-Port string. | |
| void * | pComHandle |
| Handle to communication port. | |
| uint32_t | dwBitRate |
| Storage for bit rate setting. | |
| uint16_t | wTimeout |
| Storage for timeout setting. | |
| uint16_t | wAdditionalRxDelayBytes |
| Storage for additional rx delay setting. | |
| uint16_t | wTimeoutMultiplier |
| Storage for timeout multiplier setting. | |
| uint16_t | wEnumBufSize |
| Size of the enumeration buffer. More... | |
| uint8_t * | pEnumBuffer |
| Pointer to the enumeration buffer for the GetPortList() function. | |
| uint8_t | bStopBits |
| Number of stopbits. | |
| uint8_t | bDtr |
| DTR line. | |
| uint8_t | bRts |
| RTS line. | |
| uint8_t | bParity |
| Parity. | |
| uint8_t | bFI |
| FI. | |
| uint8_t | bDI |
| DI. | |
Serial (Windows) BAL parameter structure.
| uint16_t phbalReg_SerialWin_DataParams_t::wEnumBufSize |
Size of the enumeration buffer.
Maximum possible size is 255 bytes.