How can I see Pyboard script output on Mac?

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
BigJerry89
Posts: 1
Joined: Thu Jan 03, 2019 9:33 pm

How can I see Pyboard script output on Mac?

Post by BigJerry89 » Thu Jan 03, 2019 9:38 pm

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?

User avatar
Roberthh
Posts: 3667
Joined: Sat May 09, 2015 4:13 pm
Location: Rhineland, Europe

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

Post by Roberthh » Fri Jan 04, 2019 7:02 am

You can use the command screen. There is also picocom for MAC.

newb
Posts: 43
Joined: Wed Jan 10, 2018 8:19 pm
Location: Bulgaria

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

Post by newb » Fri Jan 04, 2019 7:05 am

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.

User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

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

Post by dhylands » Fri Jan 04, 2019 8:40 pm

I've also used rshell on the Mac. rshell has a repl command that lets you get to the REPL.

Post Reply