I published a SerialTerminal application testing release on the github. It is a simple program to comunicate with serial devices. It is possible to choose many options regarding connection, like:

  • port name,
  • baud rate,
  • data bits,
  • parity,
  • stop bits,
  • flow control

And a two options about terminal window itself – auto scroll and adding new line character to every received message. It is statically linked so there is an only one file.

I didn’t test it a lot but it receive and send messages as it should :).

Leave a Reply