You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running a x86 Windows system and Arduino can't be detected from this system. Need to find a way to solve this issue without affect the entire detection process.
The text was updated successfully, but these errors were encountered:
On Mon, Feb 16, 2015 at 8:40 PM, Ricardo Martinelli de Oliveira [email protected] wrote:
I'm running a x86 Windows system and Arduino can't be detected from this system. Need to find a way to solve this issue without affect the entire detection process.
During the Campus Party I helped a person with this issue and it
turned out that Pingo is capable of detecting Arduino on Windows,
but for some reason the installation of PyFirmata using pip did not
bring the PySerial dependency, and the error reporting was wrong.
Try to manually install pyserial with Pip, then PyFirmata, and try the
detection again. Also, please report if you are trying to detect the
Arduino using detect.MyBoard or arduino.get_arduino.
@ramalho , This issue is related with processor architecture, and not with operating system. @rimolive , Thanks for finding the bug. I guess it's a easy bug to fix, can you make a pull request?
I'm running a x86 Windows system and Arduino can't be detected from this system. Need to find a way to solve this issue without affect the entire detection process.
The text was updated successfully, but these errors were encountered: