✅ Need help in reading data from Serial Port
I want to read data from the serial port and display it on the console. I tried
using System.IO.Ports;
but I am getting this error which I have included as an image. What am I doing wrong? any help is appreciated11 Replies
I have looked the docs and it uses same code
SerialPort Class (System.IO.Ports)
Represents a serial port resource.
What .NET version are you targeting?
nothing specific. it was 8 or whatever the default visual studio uses
the error says of adding an assembly
IIRC it got moved out to a nuget package at some point
System.IO.Ports 8.0.0
Provides classes for controlling serial ports.
Commonly Used Types:
System.IO.Ports.SerialPort
which option should I select?
Manage NuGet Packages
thanks
!close
Closed!
Yes. It's working now