BlinkyTape on RaspberryPi B+ disconnects and reconnects
Hi,
I got my BlinkyTape a week ago and have had great success with the Python library on Windows 7 and Ubuntu 14.04. I haven't had much success with it on my RaspberryPi B+. I can usually use displayColor to show the color, but displayColor(255, 255, 255) causes the BlinkyTape to disconnect and then reconnect to a different port (e.g. from /dev/ttyACM0 to /dev/ttyACM1)
Any suggestions?
Thanks!
I got my BlinkyTape a week ago and have had great success with the Python library on Windows 7 and Ubuntu 14.04. I haven't had much success with it on my RaspberryPi B+. I can usually use displayColor to show the color, but displayColor(255, 255, 255) causes the BlinkyTape to disconnect and then reconnect to a different port (e.g. from /dev/ttyACM0 to /dev/ttyACM1)
Any suggestions?
Thanks!
Comments
Are you using the buffers or not with this sketch?
We actually do all of our production testing using Python on RasPi, but using a powered hub, and it's been very stable in that configuration.
Thanks!