I am using pythonnet version 2.5.2. Slide - your suggestion does fix the
problem, thanks. The following code works:
from System import UInt32, Int32
from System import Double
result, response, errString = ESP301Device.SR_Get(Int32(1),Double(0.),"")
I think I misread the documentation, which says
I'm not sure, I've had to pass dummy arguments in pretty much every call I
have.
On Mon, Aug 16, 2021 at 9:44 AM wrote:
> I am using pythonnet version 2.5.2. Slide - your suggestion does fix the
> problem, thanks. The following code works:
>
> from System import UInt32, Int32
> from System impor