4 years, 8 months ago.

Are there instructions on how to set up PuTTY to potentially debug the online IDE through terminal

BufferedSerial pc(USBTX, USBRX);    //  serial port via usb used to display output on pc using TTY terminal e.g. PuTTY

If using this, is this a method to debug? I went down the uVision route only to find that the free version only allows 32 kB, and the IHM02A1 "Hello world" program is always at least 35 kB.

If this would work, is there already a guide that explains the setup?

This is where it's from: https://os.mbed.com/users/sam_grove/code/BufferedSerial

This is an example in main() of it in use: https://os.mbed.com/users/JonFreeman/code/RotaryEncoder/file/545775417e0d/main.cpp

1 Answer

4 years, 8 months ago.

Hi, your question heading vs body don't immediately seem related (to me anyway :)

Is this something like what you're after?

https://software.intel.com/en-us/setting-up-serial-terminal-on-system-with-windows

Accepted Answer