Hello,
I'm new to LabView and I'm trying to part a UART from a motor controller. I'm using the "continuous Serial Write and Read" vi provided, but I can't seem to get any useful messages displayed. The only documentation I have on the protocol is:
Baud rate: 115200
I have tried using the example with the correct baud rate, default data bits, parity and stop bits with the termination character set to 0xFF (from the C code attached). So far it's mostly gibberish, but I'm not sure how to break the data stream into the above packets...
Additionally I have some code written in C that is designed to parse the messages which I will attach. I was wondering if anyone could help me along my path to parsing these messages continuously to extract the data above. Thank you so much!