Great development environment !!
i have a problem with SerialPort class. I use serialport to communicate with Arduino Mega
NET CORE doesn't support this class so I used this:
https://www.nuget.org/packages/System.IO.Ports/4.7.0
When execute plugin in Enable() i have:
Inner Exception:
PlatformNotSupportedException: System.IO.Ports is currently only supported on Windows.
Stack:
.........
is there any way to make it work? even just under WINDOWS
Thank you!
Great development environment !!
i have a problem with SerialPort class. I use serialport to communicate with Arduino Mega
NET CORE doesn't support this class so I used this:
https://www.nuget.org/packages/System.IO.Ports/4.7.0
When execute plugin in Enable() i have:
Inner Exception:
PlatformNotSupportedException: System.IO.Ports is currently only supported on Windows.
Stack:
.........
is there any way to make it work? even just under WINDOWS
Thank you!