Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pymakr freeze (on too much data going over serial ?) #8

Open
arthurlutz opened this issue Jan 24, 2017 · 1 comment
Open

Pymakr freeze (on too much data going over serial ?) #8

arthurlutz opened this issue Jan 24, 2017 · 1 comment

Comments

@arthurlutz
Copy link

Trying out the pycom.rgbled over the interactive terminal I get a rather long freeze of the pymakr interface. The code is not smart, and goes as follows :

import pycom
for i in range(0xffffff):
  print(i)
  pycom.rgbled(i)

I don't know if it's of any use but it froze on 63818. pymakr.py gets stuck on 100% CPU.

@RalphHogenbirk
Copy link
Contributor

Hi Arthur, your script prints a lot of numbers and since the pymakr console doesn't rotate, eventually it'll just be too much for it to handle. Solution will be to do just that: make it rotating.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants