rossmann-engineering / EasyModbusTCP.NET

Modbus TCP, Modbus UDP and Modbus RTU client/server library for .NET implementations
928 stars 402 forks source link

.NET Core Support #25

Open theladyjaye opened 5 years ago

theladyjaye commented 5 years ago

It looks like, at least from my testing, that this library works with .NET Standard/.NET Core (2.1+). It just needs System.IO.Ports (4.5 in my testing)

https://www.nuget.org/packages/System.IO.Ports/

viktor-morin commented 4 years ago

Added support in a new fork: https://github.com/viktor-morin/EasyModbusTCP.NET

ChangeTheCode commented 3 years ago

Is there no option to create a Pull Request and merge it back ? Is this not an idea?

sandervandegeijn commented 3 years ago

Beware of https://github.com/rossmann-engineering/EasyModbusTCP.NET/issues/57 on Linux

sandervandegeijn commented 3 years ago

And on Windows as well it seems, other error (object reference not set in System.IO.Ports), but not stable.