Hi, I have an embedded device that sends data to hyperterminal out a uart port (9600baud) like this:
So basicaly I have three columns of data, then a carriage return.
Is there any chance that a LCD would know what to do here?
I was hoping for hyperterminal compatibility so I don't need separate code written. (Like, is \n recognized?)
I am looking at the 632 serial display.
Thanks!
Code:
printf("%d\t",value1);
printf("%d\t",value2);
printf("%d\n",value3);
Is there any chance that a LCD would know what to do here?
I was hoping for hyperterminal compatibility so I don't need separate code written. (Like, is \n recognized?)
I am looking at the 632 serial display.
Thanks!
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.