Data Fields | |
| TCHAR | portname [CFG_STR_LEN+1] |
| Name of the serial port. | |
| TCHAR | baudrate [CFG_STR_LEN+1] |
| Name for the baudrate. | |
| TCHAR | databits [CFG_STR_LEN+1] |
| Name for the number of databits. | |
| TCHAR | parity [CFG_STR_LEN+1] |
| Name for the parity. | |
| TCHAR | stopbits [CFG_STR_LEN+1] |
| Name for number of stopbits. | |
| short | portid |
| ID of the selection in the combo box for portnames. | |
| short | baudid |
| ID of the selection in the combo box for baudrate names. | |
| short | databitsid |
| ID of the selection in the combo box for databits names. | |
| short | parityid |
| ID of the selection in the combo box for parity names. | |
| short | stopbitsid |
| ID of the selection in the combo box for stopbit names. | |
| short _config::baudid |
ID of the selection in the combo box for baudrate names.
| TCHAR _config::baudrate[CFG_STR_LEN+1] |
Name for the baudrate.
| TCHAR _config::databits[CFG_STR_LEN+1] |
Name for the number of databits.
| short _config::databitsid |
ID of the selection in the combo box for databits names.
| TCHAR _config::parity[CFG_STR_LEN+1] |
Name for the parity.
| short _config::parityid |
ID of the selection in the combo box for parity names.
| short _config::portid |
ID of the selection in the combo box for portnames.
| TCHAR _config::portname[CFG_STR_LEN+1] |
Name of the serial port.
| TCHAR _config::stopbits[CFG_STR_LEN+1] |
Name for number of stopbits.
| short _config::stopbitsid |
ID of the selection in the combo box for stopbit names.
1.4.7