Is it possible to receive data from a serial port in Labview using an event callback? Like the DataReceived event callback in the .NET serial port class? If so, I would appreciate a link to Example VI. All the examples I've seen use a synchronous send / receive method. I would suggest that the callback event, if possible, should occur in a separate thread.
My device stream data (ASCII) is very fast, about 1000 data points per second
source
share