hi,
my problem is:
i will read data from serial port and visualise it in a 3D Plot.
until now i can read the data by a serial port object and the fscanf() function but now i need an other method, because "the data" is a array of values and i would like to deal with the discrete values. or i...