Serial port to XL

I want to read data from the serial port and write in an excel sheet.  Looking for example screws 'basic series read and write' and 'write table to XL', I think it can be done by replacing the table in the second by the buffer in the former. When I try to do, I get an error saying that "you have connected two terminals of different types'" they cannot be wired together as their data types (digital, string, array, cluster, etc.) do not match. " View the contextual help window to find out what type of data is required. The source type is a string. The type of the sink is a 2D-string table.  How can I solve this? Is it possible to write the reading bug (which consists of numbers only) in a table? Or can I convert the string to string in array 2D?

If you have two options

(1) convert the string to a 2D array and give it to the Table.

(2) or see the VI that takes the 2D as an input table. I guess it's a variable variant and the will except any operation data. So change this vi and a control to the string instead of wire Table

Guru

Tags: NI Software

Similar Questions

Maybe you are looking for