Hello!
I want to retrieve data from measurement instruments (like force measurement instruments, Voltage, etc...) then show retrieved data on a chart.
However, How to connect to these instruments from c#??????
There's no general answer to that question. It depends on the instrument. Any hardware that you get will have documentation that will give you at least some information about that. Often, you'll end up using the SerialPort class in .NET if you're going to be getting data via a physical or virtual COM port. There are various other possibilities though. You need to consult the documentation provided by the hardware supplier and then ask specific questions for each device if required.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.