Shop OBEX P1 Docs P2 Docs Learn Events
Hyperteminal — Parallax Forums

Hyperteminal

bboy8012bboy8012 Posts: 153
edited 2007-12-26 22:51 in Propeller 1
What commands would I give to say clear the screen on hyperterminal. I was looking at google and found ESC 2[noparse][[/noparse]J but how would I send a ESC command?

▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Hunger hurts, starvation works!

Comments

  • NewzedNewzed Posts: 2,503
    edited 2007-12-26 21:54
    ESC is ASCII 27 or $1B.

    Sid

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Yesterday is history, tomorrow is a mystery, and today is a gift.

    That is why they call it the present.

    Don't have VGA?
    Newzed@aol.com
    ·
  • bambinobambino Posts: 789
    edited 2007-12-26 22:29
    Try Form Feed: $0C or dec 12
  • bboy8012bboy8012 Posts: 153
    edited 2007-12-26 22:51
    This worked perfect for me Thanks!

    Hyp.str(String(27, "[noparse][[/noparse]2J"))

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Hunger hurts, starvation works!
Sign In or Register to comment.