Skip to main content
j g
Visitor II
January 8, 2018
Question

putty terminal text colour change

  • January 8, 2018
  • 2 replies
  • 875 views
Posted on January 08, 2018 at 22:39

trying to change the colour of the text on the usart what is the correct combination to use?

<p>send_usart(0x1B); send_usart('['); send_usart(3); send_usart(4); send_usart('m');</p>

    This topic has been closed for replies.

    2 replies

    Tesla DeLorean
    Guru
    January 8, 2018
    Posted on January 09, 2018 at 00:52

    See other thread, I believe it is an ASCII 3, ie '3'

    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
    Andrew Neil
    Super User
    January 9, 2018
    Posted on January 09, 2018 at 10:10

    Here:

    https://community.st.com/0D50X00009XkWtGSAV

    And, as noted in that thread, these are VT100 Escape Sequences - nothing specifically yo do with PuTTY.

    (and nothing at all to do with STM32).

    A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.