macros - Why is TeraTerm not putting out the same bytes that are in the send call? -


using teraterm , serial port adapter ran macro line on it:

send $55 $0b $00 $00 $00 $bb $42 $aa 

the $bb sent out 2 different bytes instead of one. forget ones result on o-scope looked this:

55 0b 00 00 00 c8 e9 42 aa 

does know why is? looked in manual , verified send8ctrl set off , debug option.

did research, tested , verified answer question teraterm using utf-8 instead of english under general settings menu. there 2 options present may confusing 2 options 'english' , 'default'.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -