07-24-2013 08:56 AM
Hi all, I'm having this problem where the graph is not showing the value that I keyed in. Eg. Input is 12, Graph shows from point 1 to 2. My aim is to show from point 0 to 12. Not from 1 to 2. Can anyone please help me out?
09-16-2013 10:18 PM
Hi teohcheesoon,
I could suggest 2 things you could try:
Hope it helps
Warmest regards,
Lennard.C
09-16-2013 10:26 PM
What does the data on the serial port look like?
You are only reading a single byte at a time. So if the value 12 is being sent as the characters "1" followed by "2", you are only reading one character at a time.