I want to read data from the serial port and write it in an excel sheet. Checking the example VIs for "Basic serial read and write" and "write table to XL" i think it can be done by substituting the table in the latter by the read buffer in the former. When i try to do this I get an error saying that "You have connected two terminals of different types" "These cannot be wired together because their data types (numeric, string, array, cluster, etc.) do not match. Show the Context Help window to see what data type is required. The type of the source is string. The type of the sink is 2-D array of string." How can i solve this?Is it possible to write the read sting(which consists of numbers only) into a table? Or can i convert the string to 2D array string?