Other Parts Discussed in Thread: CONTROLSUITE,
Hello TI community,
I would like to use the SCI module in the TMS320F28377S to write data through a serial port to my computer and capture the data in LabVIEW. Ideally I'd like to write float values to labVIEW which will be stored into a text file. I understand that the SCI is only capable of sending 8 bits at a time so I am unsure how to go about that part my problem as well. I have been able to successfully run the example echo back program in controlSUITE, connecting to PuTTy. I got something in my receive buffer on LabVIEW as well. I made my LabVIEW program from the following youtube tutorial.
When I run the LabVIEW program, my receive buffer prints very quickly the for loop messages in the example program. I can see this as I periodically stop the labVIEW program to see what remains in the receive buffer. Anyways I was wondering if anyone had experience interfacing this MCU with LabVIEW?