Page 1 of 1

How can I see Pyboard script output on Mac?

Posted: Thu Jan 03, 2019 9:38 pm
by BigJerry89
So I have written a small code where it adds few numbers and words, then prints them out. After uploading and running the code, If I go to the REPL terminal, it doesn't show me anything. I have seen people use this thing called Putty on windows but I'm on Mac. Is there something I can use instead?

Re: How can I see Pyboard script output on Mac?

Posted: Fri Jan 04, 2019 7:02 am
by Roberthh
You can use the command screen. There is also picocom for MAC.

Re: How can I see Pyboard script output on Mac?

Posted: Fri Jan 04, 2019 7:05 am
by newb
I'm using ESPlorer (java based) on my Mac, however the downside of it is that it doesn't accept Ctrl+C, so no way to force terminate scripts :) Otherwise it has a nice interface. "screen" is a good built-in option as well.

Re: How can I see Pyboard script output on Mac?

Posted: Fri Jan 04, 2019 8:40 pm
by dhylands
I've also used rshell on the Mac. rshell has a repl command that lets you get to the REPL.