serial port - Tera Term sending 8bit binary data -


i'm trying use tera term send binary data on serial port. when try send data has msb = '1' tera term send multiple 8bit characters. i've tried modifying teraterm.ini file follows:

meta8bit=raw accept8bitctrl=on send8bitctrl=on 

my .ttl script simple following loop testing purposes:

while 1   send $80   mpause 2       endwhile 

with above script multiple 8bit character sends every 2ms - not 1 80hex send.

thanks

you can

while 1   sendfile 'binaryfile' 1   mpause 2       endwhile 

where binaryfile file contains 0x80 in binary

this terrible work around, wish had better solution.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -