Pawel Jasinski

Results 11 comments of Pawel Jasinski

I hope I am not trivializing anything, but multiprocessing looks like low hanging fruit. It is full of sys.platform checks, which in case of ironpython take unix instead of windows...

I used to play with it but gave up due to ipy 2.7 inability to distinguish string and unicode. However now with 3.x the byte/string/unicode in cpython and ipy are...

It does compile and pass most of the tests against 2.7.5. The build instructions were updated. We made an attempt to see how does it work with numpy, but numpy...

The ads1115 specific issue is gone, but in my opinion, the reset function does not belong to ads1115 module. For example: In addiction to ads1115 I have dac on the...

@cgutman, what are the original target devices? I assumed the primary use was a USB memory stick. How can I trigger a transfer which will produce one or more packets...

I have tested with a couple of memory sticks and in all cases all communication is completed with one call to bulkTransfer. I was not able to trigger any communication...

I confirm the same problem with aRDP in dex mode.

To be sure I am not misunderstanding anything. - establish communication with the default 115200, - issue the SetSerialBaudRate - re-establish communication with a new speed

already have a basic communication with 230.4. > To be sure that the baud rate-"Real HSU Freq" error is not greater than 4%: Do I have to adjust registers value...

yep, using windows is a valid workaround. However, I did not manage to get it working with windows running as vmware guest. I had to use windows on the bare...