Re: [pyusb-users] Endpoint issue

2016-12-07 Thread Xiaofan Chen
On Sun, Nov 20, 2016 at 6:52 PM, FETULLAH ATAŞ wrote: > Hi all, i am very new to pyusb, what i want to do is send a string format > data over usb to control algorithm of my project. So i have look to tutorial > of pyusb it writes down something about endpoint s of usb. İ dont understand > this par

Re: [pyusb-users] Endpoint issue

2016-11-20 Thread chris clark
Looking at some examples may be your best starting point, e.g. https://github.com/dangardner/pylcdsysinfo On Sun, Nov 20, 2016 at 2:52 AM, FETULLAH ATAŞ wrote: > Hi all, i am very new to pyusb, what i want to do is send a string format > data over usb to control algorithm of my project. So i hav

[pyusb-users] Endpoint issue

2016-11-20 Thread FETULLAH ATAŞ
Hi all, i am very new to pyusb, what i want to do is send a string format data over usb to control algorithm of my project. So i have look to tutorial of pyusb it writes down something about endpoint s of usb. İ dont understand this part. Can someone explain me straightly or you can refer me to som