View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0005544 | FSiMX6 | Serial Driver/Interface | public | 2022-09-19 07:51 | 2022-11-03 05:32 | 
| Reporter | zutter | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always | 
| Status | resolved | Resolution | fixed | ||
| Product Version | V3.00 | ||||
| Target Version | V3.50 | ||||
| Summary | 0005544: RTS_CONTROL_TOGGLE under .NET does not work anymore | ||||
| Description | RTS_CONTROL_TOGGLE under .NET does not work anymore. It works using c++ code! Many customer use this code for set RTS_CONTROL_TOGGLE under c++ which now works anymore: //Set RTS_TOGGLE in DCB-Structure // Get the base stream and its type var baseStream = Sonde2.BaseStream; var baseStreamType = baseStream.GetType(); var methodInfo = baseStreamType.GetMethod("SetDcbFlag", BindingFlags.NonPublic | BindingFlags.Instance); if (methodInfo != null) { methodInfo.Invoke(baseStream, new object[] { 12, 3 }); } ... | ||||
| Additional Information | After update Windows Embedded Compact 2013 - March 2021 RTS_CONTROL_TOGGLE  under .NET does not work anymore. Install all updates up to Windows Embedded Compact 2013 - June 2022 does not resolve the issue! Add Registry entry which enables RTS_CONTROL_TOGGLE always. | ||||
| Forum Link | |||||
| Found Driver Version | |||||
| Fixed Driver Version | |||||
