Results 38 comments of Alan Yorinks

@Manish2208 I have a solution for you, but it is going to take some effort on your part. I have written a framework called [python-banyan](https://mryslab.github.io/python_banyan) that will allow you to...

I have documented, in great detail, how to create SysEx message [in this article.](https://www.instructables.com/id/Going-Beyond-StandardFirmata-Adding-New-Device-Sup/) It is several years old and is specific to[ my original Python client](https://github.com/MrYsLab/PyMata). I will be...

@raprakashvi The Arduino side uses the [Arduino Servo library](https://github.com/arduino-libraries/Servo). It was designed to control servos individually, so Pymata is under that constraint. You may wish to explore using a [PCA9685...

Some questions: 1.What port are you using. 2. What version of pyserial do you have installed? 3. What version of python are you using?

2 more questions: 1. Are you running in a virtual environment? 2. What program are you using to flash the micro:bit? If it is Mu, would you know approximately when...

I will try to reproduce what you are seeing later today and will let you know the outcome.

I was able to reproduce the issue you had with manually setting the com port and that has been repaired in version 2.0. I cannot reproduce the auto detect issue....

I am not sure I understand. Is there a device plugged into COM2 and that is why it is stopping there?

I will look at this to see if I can come up with a fix.

I tried implementing a fix, but because pyserial has changed its API from 2.7 to 3.0, I will need to add a lot of complicated code to do board detection...