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
Post a Comment