Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
NCTM or The Math Forum.
|
|
aaron
Posts:
1
Registered:
4/17/13
|
|
Read from serial
Posted:
Apr 17, 2013 8:01 PM
|
|
I have an Atmega 644p outputting data delimited by tabs out through a serial port an in to matlab. I tried using fscanf but it wasreading every character as a different column in a matrix when I want each set of numbers in their own column. How can I use the fscanf to do this.
(extra info: I have the baud rate correct and i'm not getting any errors from that)
|
|
|
|