Alessandro Mandelli

Results 53 comments of Alessandro Mandelli

I thought I missed the thread, then I realised you pulled a three years old commit. Sad.

128 and above require 8 bit data. Try add databits = 8 Da: AliNGame ***@***.***> Inviato: giovedì 20 maggio 2021 12:54 A: rossmann-engineering/EasyModbusTCP.NET ***@***.***> Cc: Subscribed ***@***.***> Oggetto: [rossmann-engineering/EasyModbusTCP.NET] Modbus...

You can change the databits property in the COM4 serialport properties. Da: AliNGame ***@***.***> Inviato: giovedì 20 maggio 2021 13:44 A: rossmann-engineering/EasyModbusTCP.NET ***@***.***> Cc: Alessandro Mandelli ***@***.***>; Comment ***@***.***> Oggetto:...

Never had this problem whatsoever before. I've been using EasyModbus for quite some time, with no such issue. I'm afraid this could be caused by a faulty serial converter. Possibly...

![image](https://user-images.githubusercontent.com/7769348/228567003-84602505-d481-4c16-a4f8-71770673a642.png) See https://github.com/CoolProp/CoolProp/issues/2222#issuecomment-1470403158 You can use the HEOS backend like (C# shown) string R513A=”HEOS::R134A[0.440]&R1234yf[0.560]” double t1 = PropsSI("H", "P", x, "Q", 1, R513A)

Almost the same as c# class Main(Thread): def run(self): R513A = 'HEOS::R134A[0.440]&R1234yf[0.560]' t1 = PropsSI("H", "P", x, "Q", 1, R513A) EDIT: you take care of the tabs/leading spaces

Good morning. I never experienced this bug before, but to be completely honest `timeout` in `Send(address, timeout, buffer);` in `System.Net.NetworkInformation` namespace is of type `TimeSpan` which is a struct and...

### Before submitting a new icon contribution, please confirm the following: - [X] I have [searched all issues](https://github.com/Templarian/MaterialDesign/issues?q=is%3Aissue) to make sure there isn't a request for this icon. - [X]...

AFAIK, I don't think this is the right way to do it. Never had this issue before. Check if slave is abiding to the correct timings. Sometimes, embedded devices are...