View Issue Details

IDProjectCategoryView StatusLast Update
0003327FSiMX6Serial Driver/Interfacepublic2018-07-13 12:41
Reporterzutter Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product VersionV2.40 
Target VersionV2.50Fixed in VersionV2.50 
Summary0003327: CTS is not properly detected
DescriptionCTS is not properly detected
Steps To ReproduceGetCommModemStatus(): 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

Activities

There are no notes attached to this issue.