2018-01-08 01:39 PM
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>
2018-01-08 03:52 PM
See other thread, I believe it is an ASCII 3, ie '3'
2018-01-09 02:10 AM
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).