Apollo3zehn

Results 102 comments of Apollo3zehn

You wrote "Therefor the InBuffer of SerialPort should be cleared **even** if the serialport is already closed." but your PR does the opposite: Is clears the buffer **only** when the...

Where does the exception occur, if the `UnitIdentifier` is not reset? To be honest I think there is another bug in the ModbusRtuRequestHandler method `InternalReceiveRequestAsync` because the return value is...

I have removed the Line `UnitIdentifier = 255` because I do not understand why it is required. However I will now work on a better error handling in that method...

In principle it should be possible, as long as you make the ESI file available to EtherCAT.NET.

Thank you, that is a good hint. I will try to solve it with the next update.

Maybe it is related to #64. Could you please try the suggested modification and see if it solves your issue?

If you are running the client on a little-endian system, this is the expected behavior. The four bytes of each integer are reversed then to match the byte order of...

Yes, that might happen because the array is rented from an ArrayPool. But your use case makes sense and there should be an option to pass your own array. I'll...

Your are right, there is no option and I also did not find any option for the underlying NetworkStream class (or do you mean Modbus RTU?). Unfortunately I do not...

I am not sure what went wrong. I have tried to reproduce your issue with the "Modbus slave" application (www.modbustools.com) as shown here, and its working fine: ![image](https://user-images.githubusercontent.com/20972129/153382157-e0a0837b-8e3b-46ef-bbc1-be505feb99bf.png) ![image](https://user-images.githubusercontent.com/20972129/153382288-3c0e73d1-61d1-4e3a-bb85-dda21fe6e2ce.png) You...