Howdy,
We can definitely help you with reading data sent from the MCU and sending data to it, but questions of how to send data from the MCU or how to read data sent to it would have to be answered by its manufacturer or the person developing the program for it.
In an effort to help you get started, I did some research this morning and found a
datasheet on the
Silicon Labs site that discusses serial communication on the C8051F12x family. Chapters 20-22 outline the registers that the MCU uses for serial communication. You'll want to read through these chapters and familiarize yourself with them before proceeding.
The best way to approach a project like this would be to first create a program on the C8051F120 controller that sends data through its serial port to a COM port on your PC. Then you can use an example LabVIEW program mentioned in my previous post to read the data on your PC's RS-232 COM port sent from your controller.
I hope this helps!
Warm regards,
pBerg