I'm trying to create an console application using visual studio code with .Net Core and get all available ports. How to use System.IO.Ports.SerialPort class in visual studio code?
I try to declare it with using statement but the only available is Compression and MemoryMappedFiles in namespace System.IO.
I'm using .Net Core 1.1.1 SDK