View Issue Details

IDProjectCategoryView StatusLast Update
0005544FSiMX6Serial Driver/Interfacepublic2022-11-03 05:32
Reporterzutter Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionV3.00 
Target VersionV3.50 
Summary0005544: RTS_CONTROL_TOGGLE under .NET does not work anymore
DescriptionRTS_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 InformationAfter 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

Activities

There are no notes attached to this issue.