05-12-2026 04:40 AM
I have the visa configure block in a while loop but how do i check for SOF for every single character i send through the rs232. when i put hello in string box as input for the read and see the output in debugger mode when one loops runs and completes the hello fuly is being displayed.i want it to print like hello sepeartely for each loop after 5 loops only the hello should print right. i have used bytes in port function becuase of this only al the characters are being printed??
05-12-2026 08:09 AM
If off, if you need help with your code, you need to attach the code.
Then tell why you need to know the Start of Frame ?
If you only need to read on character, then tell VISA Read to read one character.
Place a wait after the read, and then loop, until you have all the characters.
But why do you need the slow down the reading ?
05-12-2026 04:01 PM
Most serial communication issues can be solved by watching this video: VIWeek 2020/Proper way to communicate over serial