Quote:
Originally Posted by peterhey
This works for single chars
Code:
echo $'\033W4 hello' > /tmp/ttsUSFifo
Thanks for the hint.
|
Thanks for finding! It really works even for single characters. However description of escape sequence is cryptic and values lesser than 4 don't produce required result. How did you find out right sequence and value? Only by experiment?