Re: [pyusb-users] Assertion Error at End of Tutorial Test Script

2015-02-11 Thread Xiaofan Chen
On Thu, Feb 12, 2015 at 6:55 AM, Sean Kitko wrote: > However, I'm running into some problems implementing the test script > provided at the tutorial here: > > https://github.com/walac/pyusb/blob/master/docs/tutorial.rst > > I brought the test script into an editor, and changed the vendor and produ

[pyusb-users] Assertion Error at End of Tutorial Test Script

2015-02-11 Thread Sean Kitko
Hi all, I apologize for my last email, I accidentally sent it without finishing. I am currently trying to use PyUSB to interface with microcontroller in order to automate some functionality. There is firmware written and working for the micro. However, I'm running into some problems implementin

[pyusb-users] Assertion Error at End of Tutorial Test Script

2015-02-11 Thread Sean Kitko
Hi all, I am currently trying to use PyUSB to interface with microcontroller in order to automate some functionality. There is firmware written and working for the micro. However, I'm running into some problems implementing the test script provided at the tutorial here: https://github.com/walac