I use teraterm as my client-console and save the console log somewhere.
When I open the teraterm and do something on my COM1 serial port (attached with a device), it will print messages on the screen and write to the log file simultaneously,
if I want to watch the log , to detect if any special word occurs .
I thought if I use the "open" method , I can only get the whole content at the opened time , but can not get the latest content the teraterm write after the opened time?
How could I achieve this? Thank you all in advance~