Hyper terminal Time clock

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 2 and 3.

Moderators: Benj, Mods

Post Reply
Ondra
Posts: 325
Joined: Wed Aug 29, 2007 7:33 pm
Been thanked: 2 times
Contact:

Hyper terminal Time clock

Post 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

User avatar
Steve
Matrix Staff
Posts: 3422
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times
Contact:

Post by Steve »

Send either 0x0A (line feed) or 0x0D (carriage return). I can't remember which one.

Post Reply