8 years, 3 months 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

8 years ago.

Maybe you can use ssh connect to the tty.

8 years ago.

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