Page 1 of 1

Hyper terminal Time clock

Posted: Thu Sep 13, 2007 3:52 pm
by Ondra
I've created a time clock in Flowcode. What I want to do is send it out the RS232 port and see the time changing in hyper terminal. When I try to just send the string out what I get is the numbers appending as it changes. Is there a way to force the cursor back to the beginning before the numbers are updated. giving the appearance of a functional time clock.

Ondra Simons

Posted: Thu Sep 13, 2007 4:36 pm
by Steve
Send either 0x0A (line feed) or 0x0D (carriage return). I can't remember which one.