TeraTerm and Putty drop the connection to repl when you reset the Pyboard and need to be restarted.
I know you can redirect the repl to an external CP2102 type USB serial adapter with this in main.py;
Code: Select all
import pyb
uart = pyb.UART(2, 115200)
pyb.repl_uart(uart)
Using Windows 7 and Windows 8.