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
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