7 years, 1 month ago.

Text output from KL25Z to Linux

On Windows or Mac, one would use PuTTY to display output from this platform. Linux supposedly has this capability built in.

On Ubuntu, how do I go about displaying output from the platform to the screen?

2 Answers

6 years, 10 months ago.

Maybe you can use ssh connect to the tty.

6 years, 10 months ago.

just cat the serial port the device is connected to (mine connects to /dev/ttyACM0)