I have written C# code in Visual Studio 2019 in order to read the “Temp Code” from a SmartTrac Dogbone Tag which has an embedded RF Micron Magus S chip. The line “r.ParamSet(“/reader/gen2/t4″, 3000);” is supposed to set a continuous wave of 3ms, but produces the error code: “System.ArgumentException: ‘Wrong type Int32 for parameter “/reader/gen2/t4″.” Can someone provide a solution to this error and further explain what “t4” refers to?
Thanks