Switching CLI Interface

Hi there,

Is it possible to run the same serial CLI commands in Terra Term using another tool, ideally Python-based, instead of relying on Terra Term? I’m looking for an alternative that can send commands and receive responses over serial.

I would appreciate the attention
Thank you,

@EEREEN, you are free to use any terminal emulator with our CLI. PuTTY is an example of another.

If you want to have support in Python then I would recommend using the pySerial module: pySerial — pySerial 3.4 documentation

1 Like