View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003327 | FSiMX6 | Serial Driver/Interface | public | 2017-11-10 12:53 | 2018-07-13 12:41 |
Reporter | zutter | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Product Version | V2.40 | ||||
Target Version | V2.50 | Fixed in Version | V2.50 | ||
Summary | 0003327: CTS is not properly detected | ||||
Description | CTS is not properly detected | ||||
Steps To Reproduce | GetCommModemStatus(): status is always 0x20 independent if CTS input voltage is high or low. Customer test: Verwendet wird COM 2 am efus-SINTF und der Com Status wird über GetCommState(…); abgerufen und entsprechend angepasst: dcb.BaudRate = 9600; dcb.fParity = FALSE; dcb.fOutxCtsFlow = FALSE; dcb.fOutxDsrFlow = FALSE; dcb.fDtrControl = DTR_CONTROL_DISABLE; dcb.fDsrSensitivity = FALSE; dcb.fTXContinueOnXoff = FALSE; dcb.fOutX = FALSE; dcb.fInX = FALSE; dcb.fErrorChar = FALSE; dcb.fNull = FALSE; dcb.fRtsControl = RTS_CONTROL_ENABLE; dcb.fAbortOnError = FALSE; dcb.StopBits = ONESTOPBIT; dcb.Parity = PARITY_NONE; dcb.ByteSize = 8; | ||||
Forum Link | |||||
Found Driver Version | |||||
Fixed Driver Version | |||||