cant write if ,else statments in tera term

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
Post Reply
t4tomer
Posts: 11
Joined: Mon Jul 23, 2018 3:31 pm

cant write if ,else statments in tera term

Post by t4tomer » Mon Jul 30, 2018 10:09 am

I an using tera term to write my program but for reason when I write if statments the screen shows 3 dots like this ... and it is stuck . what to do ?

OutoftheBOTS_
Posts: 847
Joined: Mon Nov 20, 2017 10:18 am

Re: cant write if ,else statments in tera term

Post by OutoftheBOTS_ » Mon Jul 30, 2018 10:54 am

The 3 dots means it has started a block.

It will be much easier if you learn how to write a script in an editor then down load the script to the Micri-Python board then load the script using import

Post Reply