Emmanuel Blot

Results 175 comments of Emmanuel Blot

@richey-v it might be worth considering this, yes, so this could be checked with unit tests. Thanks for the suggestion.

Opening a USB port from an index was a very bad idea from the early beginning of PyFtdi, over 10 years ago. Simply because this indexing is not reproducible from...

FTDI HW uses a 2-byte status for each USB RX request. The parity bit is encoded in these bytes. You can enable FTDI log to get error when a parity...

I would accept patches, but given than PyFtdi JTAG support is very basic, I'm not sure it is even worth the workload.

Just downloaded previous build from https://download.sublimetext.com/sublime_merge_build_2092_mac.zip, overwritten the app in /Applications with this previous build, and re-opened SublimeMerge. The conflict kept appearing - as expected - and clicking on resolve...

Yes, it has not crashed anymore on a couple of merges I did since upgrading to 2094 end of last week. Thanks!

Note: I should definitely remove this index thing which is a design error that is 15 year old :) Thanks for the bug report, I'll try to have a look...

If I'm not mistaken (since I have not work on this code for years), `in_waiting` is used in pyserial and other APIs that do not expect an exception unless something...

Will do but I think a couple of changes are required. I lack time at the moment :-(

~~The issue is that this syntax breaks backward compatibility...~~