output single character to Console terminal like TeraTerm

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

output single character to Console terminal like TeraTerm

384 Views
henrynguyen
Contributor IV

Hello,

I am using KDS 3.0 and KSDK 1.3x on K60 device.

I am able to output a line including \r\n on hyper terminal like TeraTerm using ConsoleIO from PEx through UART.

however, if the output is a single character without \r\n, the Teraterm terminal is not able to display this single character.  It has to wait until a \r\n to be able to display on TeraTerm.

i looked at the generated ConsoleIO code and it seems that the uart just output any character it receives out to output buffer.  I check Teraterm but could not find any setting that can impact this.

Has anyone run into this trouble before?

Thanks,

Henry

0 Kudos
1 Reply

322 Views
henrynguyen
Contributor IV

Hello again,

i would like to clarify one thing is that if i use Term from PEx, i can send single character or line of characters with \r\n and TeraTerm does not have any issue.

Henry

0 Kudos