Go to the UIFlow2 website
I called this program …
OutputTest

main.py
import sys
import time
while True:
sys.stdout.write(b'HELLO\n')
time.sleep(1)
I downloaded the program into the AtomS3U and connected to it with Putty to test it.
