10-03-2024 11:26 AM
So what am I missing here? Very strange to me unless I am missing something.
Why am I not seeing the first character ":" in rawOut?
dataOut appears to be as expected. I do know first char is ":"
I am using LabVIEW 2020 64 bit on Windows 10.
10-03-2024 12:19 PM - edited 10-03-2024 12:21 PM
@_TestMan_ wrote:
So what am I missing here? Very strange to me unless I am missing something.
Why am I not seeing the first character ":" in rawOut?
dataOut appears to be as expected. I do know first char is ":"
I am using LabVIEW 2020 64 bit on Windows 10.
My guess is as good as yours since you have given zero context about what the data represent and what you are communicating with.
10-03-2024 12:29 PM
I don't think that information is relevant to the issue. I am receiving 13 bytes of data every 1.5 sec if that helps.
I am receiving the data, reading the data and displaying the data and I am seeing two different results from the same input (data).
10-03-2024 01:13 PM
How about down converting your VI, uploading it here, and giving us example data to experiment with?
10-03-2024 01:20 PM
You must be receiving two packets in quick succession. Create an array of the received raw data to confirm. Use standard mode instead of immediate to read the requested number of bytes.
See TCP Read help for details about the mode setting.