08-16-2018 01:14 PM
What is the easiest and fastest way to communicate 80 Hz data (about 80 bytes) from a Windows 7 computer to the embedded controller.
08-16-2018
06:52 PM
- last edited on
07-17-2024
10:19 PM
by
Content Cleaner
The data is lossy or lossless?
Data Communication Methods in LabVIEW
If lossy, you should use "Variable Interfaces" method. I think "Shared Variable" is the easiest.
If lossless, you should use "Buffer Interfaces" method. I think "STM" and "Network Stream" is good.