Re: [pyusb-users] Reading USB in Separate Process

2014-02-26 Thread Wander Lairson Costa
2014-02-21 10:19 GMT-03:00 Dean Chester : > Hi, > > I'm running my read call in a separate thread, is this likely to cause > problems doing this? As currently it keeps failing to read the USB despite > there being data for it to read. The code works when I run it in the same > thread as the main ap

[pyusb-users] Reading USB in Separate Process

2014-02-21 Thread Dean Chester
Hi, I'm running my read call in a separate thread, is this likely to cause problems doing this? As currently it keeps failing to read the USB despite there being data for it to read. The code works when I run it in the same thread as the main application on its own, however now using Process from